/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | GOFFObjectFile.h | 120 uint64_t getRelocationOffset(DataRefImpl Rel) const override { return 0; } in getRelocationType() argument 121 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override { in getRelocationTypeName() argument 114 moveRelocationNext(DataRefImpl & Rel) moveRelocationNext() argument 115 getRelocationOffset(DataRefImpl Rel) getRelocationOffset() argument 116 getRelocationSymbol(DataRefImpl Rel) getRelocationSymbol() argument
|
H A D | ELFObjectFile.h | 430 getRelSection(DataRefImpl Rel) getRelSection() argument 1036 moveRelocationNext(DataRefImpl & Rel) moveRelocationNext() argument 1042 getRelocationSymbol(DataRefImpl Rel) getRelocationSymbol() argument 1060 getRelocationOffset(DataRefImpl Rel) getRelocationOffset() argument 1069 getRelocationType(DataRefImpl Rel) getRelocationType() argument 1084 getRelocationTypeName(DataRefImpl Rel,SmallVectorImpl<char> & Result) getRelocationTypeName() argument 1091 getRelocationAddend(DataRefImpl Rel) getRelocationAddend() argument 1099 getRel(DataRefImpl Rel) getRel() argument [all...] |
H A D | ELFTypes.h | 63 using Rel = Elf_Rel_Impl<ELFType<E, Is64>, false>; global() member
|
/freebsd-src/contrib/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 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() local 162 getELFRelocationValueString(const ELFObjectFileBase * Obj,const RelocationRef & Rel,SmallVectorImpl<char> & Result) getELFRelocationValueString() argument [all...] |
H A D | XCOFFDump.cpp | 45 const RelocationRef &Rel, in getXCOFFRelocationValueString()
|
H A D | MachODump.cpp | 425 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getMachORelocationValueString() local 810 const DataRefImpl Rel = Reloc->getRawDataRefImpl(); in PrintRelocationEntries() local 1676 DataRefImpl Rel; in DumpLiteralPointerSection() local 1826 DataRefImpl Rel; DumpInitTermPointerSection() local 2839 DataRefImpl Rel; SymbolizerGetOpInfo() local 2913 DataRefImpl Rel; SymbolizerGetOpInfo() local 2951 DataRefImpl Rel; SymbolizerGetOpInfo() local 3016 DataRefImpl Rel; SymbolizerGetOpInfo() local 3162 DataRefImpl Rel = Reloc->getRawDataRefImpl(); SymbolizerGetOpInfo() local 3543 DataRefImpl Rel; get_symbol_64() local 6729 DataRefImpl Rel; GuessLiteralPointer() local [all...] |
H A D | COFFDump.cpp | 623 const RelocationRef &Rel, in getCOFFRelocationValueString()
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF_loongarch.cpp | 91 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation()
|
H A D | ELF_i386.cpp | 162 Error addSingleRelocation(const typename ELFT::Rel &Rel, in addSingleRelocation()
|
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()
|
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()
|
H A D | ELF_aarch64.cpp | 151 addSingleRelocation(const typename ELFT::Rela & Rel,const typename ELFT::Shdr & FixupSect,Block & BlockToFix) addSingleRelocation() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 1856 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); getRelocationOffset() local 1861 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); getRelocationSymbol() local 1871 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); getRelocationType() local 1877 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); getRelocationTypeName() local [all...] |
H A D | ELF.cpp | 361 Elf_Rel Rel; decode_relrs() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 134 Rel.print(OS); in operator <<() argument 1820 __anon2abf190d0302(const WasmRelocationEntry &Rel) writeOneObject() argument [all...] |
H A D | MachObjectWriter.cpp | 1006 for (const RelAndSymbol &Rel : llvm::reverse(Relocs)) { writeObject() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 1861 mapping(IO & IO,ELFYAML::DynamicEntry & Rel) mapping() argument 1907 mapping(IO & IO,ELFYAML::Relocation & Rel) mapping() argument
|
H A D | COFFYAML.cpp | 416 COFFYAML::Relocation &Rel) { in mapping() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 668 findPPC64TOCSection(const ELFObjectFileBase & Obj,ObjSectionToIDMap & LocalSections,RelocationValueRef & Rel) findPPC64TOCSection() argument 709 findOPDEntrySection(const ELFObjectFileBase & Obj,ObjSectionToIDMap & LocalSections,RelocationValueRef & Rel) findOPDEntrySection() argument
|