Home
last modified time | relevance | path

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

12

/llvm-project/llvm/test/tools/llvm-readobj/ELF/
H A Dmany-sections.s28 Link: .shstrtab label
65 Link: .shstrtab label
/llvm-project/clang/test/CodeGen/
H A Dpointer-signext.c20 LIST_ENTRY Link; member
25 LIST_ENTRY *Link; in test() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cpp41 struct Link { struct
42 u32 id;
43 u32 seq;
44 u32 tid;
45 u32 stk0;
46 u32 stk1;
48 explicit Link(u32 id = 0, u32 seq = 0, u32 tid = 0, u32 s0 = 0, u32 s1 = 0) in Link() argument
/llvm-project/llvm/lib/IR/
H A DGlobals.cpp441 GlobalVariable(Type * Ty,bool constant,LinkageTypes Link,Constant * InitVal,const Twine & Name,ThreadLocalMode TLMode,unsigned AddressSpace,bool isExternallyInitialized) GlobalVariable() argument
461 GlobalVariable(Module & M,Type * Ty,bool constant,LinkageTypes Link,Constant * InitVal,const Twine & Name,GlobalVariable * Before,ThreadLocalMode TLMode,std::optional<unsigned> AddressSpace,bool isExternallyInitialized) GlobalVariable() argument
534 GlobalAlias(Type * Ty,unsigned AddressSpace,LinkageTypes Link,const Twine & Name,Constant * Aliasee,Module * ParentModule) GlobalAlias() argument
545 create(Type * Ty,unsigned AddressSpace,LinkageTypes Link,const Twine & Name,Constant * Aliasee,Module * ParentModule) create() argument
562 create(LinkageTypes Link,const Twine & Name,GlobalValue * Aliasee) create() argument
591 GlobalIFunc(Type * Ty,unsigned AddressSpace,LinkageTypes Link,const Twine & Name,Constant * Resolver,Module * ParentModule) GlobalIFunc() argument
602 create(Type * Ty,unsigned AddressSpace,LinkageTypes Link,const Twine & Name,Constant * Resolver,Module * ParentModule) create() argument
[all...]
H A DDebugProgramInstruction.cpp224 auto *Link = LinkedInstr->getMetadata(LLVMContext::MD_DIAssignID); in createLinkedDVRAssign() local
/llvm-project/clang/include/clang/Driver/
H A DPhases.h23 Link, enumerator
H A DToolChain.h163 mutable std::unique_ptr<Tool> Link; variable
/llvm-project/lld/test/ELF/
H A Daarch64-memtag-globals.s33 Link: .symtab label
/llvm-project/llvm/include/llvm/Support/
H A DSuffixTreeNode.h125 SuffixTreeInternalNode *Link = nullptr; member
/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp70 std::string a(StringRef Link, StringRef Str, StringRef TargetName = "") { in a() argument
692 std::string Link = buildLinkToFile(SourceFiles[I], FileReports[I]); createIndexFile() local
771 auto Link = buildRelLinkToFile(FCS->Name); generateSubDirectoryReport() local
826 SmallString<128> Link; buildTitleLinks() local
[all...]
/llvm-project/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h178 TempLink(StringRef Target, StringRef Link) { in TempLink()
/llvm-project/clang/include/clang/AST/
H A DRedeclarable.h105 mutable llvm::PointerUnion<NotKnownLatest, KnownLatest> Link; variable
[all...]
/llvm-project/llvm/tools/opt-viewer/
H A Doptrecord.py156 def Link(self): member in Remark
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp289 SDValue Link(CallParams, 0); Select() local
/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h218 Link, global() enumerator
/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp115 RecordLinkage Link) { in updateLinkageForSymbols() argument
/llvm-project/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp265 void Link(std::vector<std::string> &relocatables, DriverOptions &driver) { in Link() function
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCCodeEmitter.cpp173 MCRegister Link = MI.getOperand(0).getReg(); expandTLSDESCCall() local
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.cpp87 for (BrokenLink Link : BrokenLinks) { in verifyKeepChain() local
/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp341 unsigned Link = (OC[Offset] & 0x20) >> 5; in opcode_10Lxxxxx() local
372 unsigned Link = (OC[Offset] & 0x4) >> 2; in opcode_11010Lxx() local
389 unsigned Link = (OC[Offset] & 0x4) >> 2; in opcode_11011Lxx() local
/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h
/llvm-project/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp1380 StringRef Link = "/path/to/link"; in TEST_F() local
1388 StringRef Link = "/path/to/link"; in TEST_F() local
1396 StringRef Link = "/path/to/link"; in TEST_F() local
1405 StringRef Link in TEST_F() local
1416 StringRef Link = "/path/to/link"; TEST_F() local
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp110 Value *Link = nullptr; global() member in __anon69712a700111::WinEHStatePass
[all...]
/llvm-project/clang-tools-extra/clang-doc/
H A DSerialize.cpp257 const clang::Linkage Link) { in isPublic() argument
H A DHTMLGenerator.cpp313 genLink(const Twine & Text,const Twine & Link) genLink() argument

12