Home
last modified time | relevance | path

Searched defs:Rel (Results 1 – 25 of 58) sorted by relevance

123

/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h119 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 DELFObjectFile.h463 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 DELFTypes.h64 using Rel = Elf_Rel_Impl<ELFType<E, Is64>, false>; member
/llvm-project/llvm/tools/llvm-objdump/
H A DWasmDump.cpp47 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef); in getWasmRelocationValueString() local
H A DELFDump.cpp94 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 DXCOFFDump.cpp45 getXCOFFRelocationValueString(const XCOFFObjectFile & Obj,const RelocationRef & Rel,bool SymbolDescription,SmallVectorImpl<char> & Result) getXCOFFRelocationValueString() argument
/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFWriter.cpp85 for (const XCOFFRelocation32 &Rel : Sec.Relocations) { in writeSections() local
H A DXCOFFReader.cpp41 for (const XCOFFRelocation32 &Rel : Relocations.get()) in readSections() local
/llvm-project/clang/test/CXX/class/class.compare/class.rel/
H A Dp2.cpp3 namespace Rel { namespace
/llvm-project/bolt/lib/Core/
H A DBinarySection.cpp57 const Relocation &Rel = *Begin++; in hash() local
222 for (const Relocation &Rel : relocations()) { reorderRelocations() local
/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp347 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 DTypes.cpp145 llvm::StringRef Rel = add() local
/llvm-project/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1241 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 DELF_loongarch.cpp91 addSingleRelocation(const typename ELFT::Rela & Rel,const typename ELFT::Shdr & FixupSect,Block & BlockToFix) addSingleRelocation() argument
H A DELF_i386.cpp162 addSingleRelocation(const typename ELFT::Rel & Rel,const typename ELFT::Shdr & FixupSection,Block & BlockToFix) addSingleRelocation() argument
H A DELF_aarch32.cpp158 Error addSingleRelRelocation(const typename ELFT::Rel &Rel, in addSingleRelRelocation() argument
H A DCOFF_x86_64.cpp65 Error addSingleRelocation(const object::RelocationRef &Rel, in addSingleRelocation() argument
H A DELF_x86_64.cpp126 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation() argument
H A DELF_ppc64.cpp225 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation() argument
H A DELF_aarch64.cpp156 addSingleRelocation(const typename ELFT::Rela & Rel,const typename ELFT::Shdr & FixupSect,Block & BlockToFix) addSingleRelocation() argument
/llvm-project/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp200 COFFYAML::Relocation Rel; in dumpSections() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DSerializationTests.cpp226 for (const auto &Rel : Slab) yamlFromRelations() local
H A DQualityTests.cpp398 SymbolRelevanceSignals Rel; in TEST() local
/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp2056 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 DFileIndex.cpp215 for (const auto *Rel : It->getValue().Relations) { in getShard() local

123