Home
last modified time | relevance | path

Searched defs:Link (Results 1 – 25 of 27) sorted by relevance

12

/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cc40 struct Link { struct
41 u32 id;
42 u32 seq;
43 u32 tid;
44 u32 stk0;
45 u32 stk1;
47 explicit Link(u32 id = 0, u32 seq = 0, u32 tid = 0, u32 s0 = 0, u32 s1 = 0) in Link() argument
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cc42 struct Link { struct
43 u32 id;
44 u32 seq;
45 u32 tid;
46 u32 stk0;
47 u32 stk1;
49 explicit Link(u32 id = 0, u32 seq = 0, u32 tid = 0, u32 s0 = 0, u32 s1 = 0) in Link() function
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cc40 struct Link { struct
41 u32 id;
42 u32 seq;
43 u32 tid;
44 u32 stk0;
45 u32 stk1;
47 explicit Link(u32 id = 0, u32 seq = 0, u32 tid = 0, u32 s0 = 0, u32 s1 = 0) in Link() function
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp333 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, in GlobalVariable()
353 LinkageTypes Link, Constant *InitVal, in GlobalVariable()
476 GlobalAlias::GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalAlias()
486 LinkageTypes Link, const Twine &Name, in create()
503 GlobalAlias *GlobalAlias::create(LinkageTypes Link, const Twine &Name, in create()
531 GlobalIFunc::GlobalIFunc(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalIFunc()
541 LinkageTypes Link, const Twine &Name, in create()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStratifiedSets.h297 auto &Link = linksAt(Info.Index); in finalizeSets() local
308 const auto *Link = &Links[Idx]; in propagateAttrs() local
388 auto &Link = linksAt(Info->Index); in noteAttributes() local
566 auto &Link = linksAt(Info->Index); in indexOf() local
587 auto Link = Links.size(); in addLinks() local
H A DCFLSteensAliasAnalysis.cpp148 auto &Link = Sets.getLink(SetIndex); in FunctionInfo() local
/netbsd/sys/external/bsd/gnu-efi/dist/lib/runtime/
H A Dvm.c81 LIST_ENTRY *Link; in RtConvertList() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DPhases.h23 Link, enumerator
H A DToolChain.h142 mutable std::unique_ptr<Tool> Link; variable
/netbsd/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DPS4CPU.h43 Link(const ToolChain &TC) : Tool("PS4cpu::Link", "linker", TC) {} in Link() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp183 SDValue Link(CallParams, 0); in Select() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h178 TempLink(StringRef Target, StringRef Link) { in TempLink()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSuffixTree.h83 SuffixTreeNode *Link = nullptr; member
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRedeclarable.h105 mutable llvm::PointerUnion<NotKnownLatest, KnownLatest> Link; variable
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp61 std::string a(const std::string &Link, const std::string &Str, in a()
456 std::string Link = buildLinkToFile(SourceFiles[I], FileReports[I]); in createIndexFile() local
/netbsd/external/apache2/llvm/dist/llvm/tools/opt-viewer/
H A Doptrecord.py149 def Link(self): member in Remark
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp313 unsigned Link = (OC[Offset] & 0x20) >> 5; in opcode_10Lxxxxx() local
344 unsigned Link = (OC[Offset] & 0x4) >> 3; in opcode_11010Lxx() local
361 unsigned Link = (OC[Offset] & 0x4) >> 2; in opcode_11011Lxx() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86WinEHState.cpp110 Value *Link = nullptr; member in __anondc6a9a1e0111::WinEHStatePass
/netbsd/sys/external/bsd/gnu-efi/dist/inc/
H A Defishell.h53 EFI_LIST_ENTRY Link; member
H A Dpci22.h146 LIST_ENTRY Link; member
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h407 uint64_t Link = ELF::SHN_UNDEF; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp694 if (auto Link = dyn_cast<detail::InMemoryHardLink>(Node)) in getNodeStatus() local
795 if (auto Link = dyn_cast<detail::InMemoryHardLink>(Node)) { in addFile() local
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DELFObjectWriter.cpp901 uint64_t Size, uint32_t Link, uint32_t Info, in WriteSecHdrEntry()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h151 Link = 0x07, enumerator
/netbsd/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp760 unsigned Link = 0; in initSectionHeaders() local

12