/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
H A D | many-sections.s | 28 Link: .shstrtab label 65 Link: .shstrtab label
|
/llvm-project/clang/test/CodeGen/ |
H A D | pointer-signext.c | 20 LIST_ENTRY Link; member 25 LIST_ENTRY *Link; in test() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector2.cpp | 41 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 D | Globals.cpp | 441 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 D | DebugProgramInstruction.cpp | 224 auto *Link = LinkedInstr->getMetadata(LLVMContext::MD_DIAssignID); in createLinkedDVRAssign() local
|
/llvm-project/clang/include/clang/Driver/ |
H A D | Phases.h | 23 Link, enumerator
|
H A D | ToolChain.h | 163 mutable std::unique_ptr<Tool> Link; variable
|
/llvm-project/lld/test/ELF/ |
H A D | aarch64-memtag-globals.s | 33 Link: .symtab label
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | SuffixTreeNode.h | 125 SuffixTreeInternalNode *Link = nullptr; member
|
/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageViewHTML.cpp | 70 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 D | SupportHelpers.h | 178 TempLink(StringRef Target, StringRef Link) { in TempLink()
|
/llvm-project/clang/include/clang/AST/ |
H A D | Redeclarable.h | 105 mutable llvm::PointerUnion<NotKnownLatest, KnownLatest> Link; variable [all...] |
/llvm-project/llvm/tools/opt-viewer/ |
H A D | optrecord.py | 156 def Link(self): member in Remark
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelDAGToDAG.cpp | 289 SDValue Link(CallParams, 0); Select() local
|
/llvm-project/clang/include/clang/Basic/ |
H A D | OpenACCKinds.h | 218 Link, global() enumerator
|
/llvm-project/llvm/lib/TextAPI/ |
H A D | RecordsSlice.cpp | 115 RecordLinkage Link) { in updateLinkageForSymbols() argument
|
/llvm-project/flang/tools/f18-parse-demo/ |
H A D | f18-parse-demo.cpp | 265 void Link(std::vector<std::string> &relocatables, DriverOptions &driver) { in Link() function
|
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMCCodeEmitter.cpp | 173 MCRegister Link = MI.getOperand(0).getReg(); expandTLSDESCCall() local
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DependencyTracker.cpp | 87 for (BrokenLink Link : BrokenLinks) { in verifyKeepChain() local
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ARMWinEHPrinter.cpp | 341 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 D | Compiler.h |
|
/llvm-project/llvm/unittests/Support/ |
H A D | VirtualFileSystemTest.cpp | 1380 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 D | X86WinEHState.cpp | 110 Value *Link = nullptr; global() member in __anon69712a700111::WinEHStatePass [all...] |
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | Serialize.cpp | 257 const clang::Linkage Link) { in isPublic() argument
|
H A D | HTMLGenerator.cpp | 313 genLink(const Twine & Text,const Twine & Link) genLink() argument
|