/llvm-project/llvm/include/llvm/Object/ |
H A D | GOFFObjectFile.h | 119 void moveRelocationNext(DataRefImpl &Rel) const override {} in moveRelocationNext() 120 uint64_t getRelocationOffset(DataRefImpl Rel) const override { return 0; } in getRelocationOffset() 121 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override { in getRelocationSymbol() 125 uint64_t getRelocationType(DataRefImpl Rel) const override { return 0; } in getRelocationType() 126 void getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName()
|
H A D | ELFObjectFile.h | 463 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection() argument 1096 moveRelocationNext(DataRefImpl & Rel) moveRelocationNext() argument 1102 getRelocationSymbol(DataRefImpl Rel) getRelocationSymbol() argument 1122 getRelocationOffset(DataRefImpl Rel) getRelocationOffset() argument 1133 getRelocationType(DataRefImpl Rel) getRelocationType() argument 1150 getRelocationTypeName(DataRefImpl Rel,SmallVectorImpl<char> & Result) getRelocationTypeName() argument 1157 getRelocationAddend(DataRefImpl Rel) getRelocationAddend() argument 1167 getRel(DataRefImpl Rel) getRel() argument [all...] |
H A D | ELFTypes.h | 64 using Rel = Elf_Rel_Impl<ELFType<E, Is64>, false>; member
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | WasmDump.cpp | 47 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef); in getWasmRelocationValueString() local
|
H A D | ELFDump.cpp | 94 auto SecOrErr = EF.getSection(Rel.d.a); in getRelocationValueString() local 166 getELFRelocationValueString(const ELFObjectFileBase * Obj,const RelocationRef & Rel,SmallVectorImpl<char> & Result) getELFRelocationValueString() argument [all...] |
H A D | XCOFFDump.cpp | 45 getXCOFFRelocationValueString(const XCOFFObjectFile & Obj,const RelocationRef & Rel,bool SymbolDescription,SmallVectorImpl<char> & Result) getXCOFFRelocationValueString() argument
|
/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
H A D | XCOFFWriter.cpp | 85 for (const XCOFFRelocation32 &Rel : Sec.Relocations) { in writeSections() local
|
H A D | XCOFFReader.cpp | 41 for (const XCOFFRelocation32 &Rel : Relocations.get()) in readSections() local
|
/llvm-project/clang/test/CXX/class/class.compare/class.rel/ |
H A D | p2.cpp | 3 namespace Rel { namespace
|
/llvm-project/bolt/lib/Core/ |
H A D | BinarySection.cpp | 57 const Relocation &Rel = *Begin++; in hash() local 222 for (const Relocation &Rel : relocations()) { reorderRelocations() local
|
/llvm-project/clang/lib/Index/ |
H A D | IndexingContext.cpp | 347 for (auto &Rel : Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode() local 417 auto addRelation = [&](SymbolRelation Rel) { in handleDeclOccurrence() 443 for (auto &Rel : Relations) { in handleDeclOccurrence() local
|
/llvm-project/clang-tools-extra/include-cleaner/lib/ |
H A D | Types.cpp | 145 llvm::StringRef Rel = add() local
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | RewriteInstance.cpp | 1241 for (const Relocation &Rel : Section.dynamicRelocations()) { discoverFileObjects() local 1519 const Relocation *Rel = BC->getDynamicRelocationAt(TargetAddress); createPLTBinaryFunction() local 2078 DataRefImpl Rel = RelRef.getRawDataRefImpl(); getRelocationAddend() local 2096 getRelocationAddend(const ELFObjectFileBase * Obj,const RelocationRef & Rel) getRelocationAddend() argument 2106 DataRefImpl Rel = RelRef.getRawDataRefImpl(); getRelocationSymbol() local 2123 getRelocationSymbol(const ELFObjectFileBase * Obj,const RelocationRef & Rel) getRelocationSymbol() argument 2129 analyzeRelocation(const RelocationRef & Rel,uint64_t & RType,std::string & SymbolName,bool & IsSectionRelocation,uint64_t & SymbolAddress,int64_t & Addend,uint64_t & ExtractedValue,bool & Skip) const analyzeRelocation() argument 2338 for (const RelocationRef &Rel : Section.relocations()) { readDynamicRelocations() local 2431 printRelocationInfo(const RelocationRef & Rel,StringRef SymbolName,uint64_t SymbolAddress,uint64_t Addend,uint64_t ExtractedValue) const printRelocationInfo() argument 2488 for (const RelocationRef &Rel : Section.relocations()) readRelocations() local 2493 handleRelocation(const SectionRef & RelocatedSection,const RelocationRef & Rel) handleRelocation() argument 2693 __anon1ee742a11202(const Relocation &Rel) handleRelocation() argument 5068 for (const Relocation &Rel : Section.dynamicRelocations()) { patchELFAllocatableRelrSection() local 5169 for (const Relocation &Rel : Section.dynamicRelocations()) { patchELFAllocatableRelaSections() local [all...] |
/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF_loongarch.cpp | 91 addSingleRelocation(const typename ELFT::Rela & Rel,const typename ELFT::Shdr & FixupSect,Block & BlockToFix) addSingleRelocation() argument
|
H A D | ELF_i386.cpp | 162 addSingleRelocation(const typename ELFT::Rel & Rel,const typename ELFT::Shdr & FixupSection,Block & BlockToFix) addSingleRelocation() argument
|
H A D | ELF_aarch32.cpp | 158 Error addSingleRelRelocation(const typename ELFT::Rel &Rel, in addSingleRelRelocation() argument
|
H A D | COFF_x86_64.cpp | 65 Error addSingleRelocation(const object::RelocationRef &Rel, in addSingleRelocation() argument
|
H A D | ELF_x86_64.cpp | 126 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation() argument
|
H A D | ELF_ppc64.cpp | 225 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation() argument
|
H A D | ELF_aarch64.cpp | 156 addSingleRelocation(const typename ELFT::Rela & Rel,const typename ELFT::Shdr & FixupSect,Block & BlockToFix) addSingleRelocation() argument
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | coff2yaml.cpp | 200 COFFYAML::Relocation Rel; in dumpSections() local
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | SerializationTests.cpp | 226 for (const auto &Rel : Slab) yamlFromRelations() local
|
H A D | QualityTests.cpp | 398 SymbolRelevanceSignals Rel; in TEST() local
|
/llvm-project/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 2056 Sym.d.b = Rel.Index; in getRelocationTypeName() local 2035 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); getRelocationOffset() local 2040 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); getRelocationSymbol() local 2050 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); getRelocationType() local [all...] |
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | FileIndex.cpp | 215 for (const auto *Rel : It->getValue().Relations) { in getShard() local
|