Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h120 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 DELFObjectFile.h430 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 DELFTypes.h63 using Rel = Elf_Rel_Impl<ELFType<E, Is64>, false>; global() member
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DWasmDump.cpp47 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef); in getWasmRelocationValueString() local
H A DELFDump.cpp94 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() local
162 getELFRelocationValueString(const ELFObjectFileBase * Obj,const RelocationRef & Rel,SmallVectorImpl<char> & Result) getELFRelocationValueString() argument
[all...]
H A DXCOFFDump.cpp45 const RelocationRef &Rel, in getXCOFFRelocationValueString()
H A DMachODump.cpp425 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 DCOFFDump.cpp623 const RelocationRef &Rel, in getCOFFRelocationValueString()
/freebsd-src/contrib/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
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_loongarch.cpp91 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation()
H A DELF_i386.cpp162 Error addSingleRelocation(const typename ELFT::Rel &Rel, in addSingleRelocation()
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()
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()
H A DELF_aarch64.cpp151 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 DWasmObjectFile.cpp1856 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 DELF.cpp361 Elf_Rel Rel; decode_relrs() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp134 Rel.print(OS); in operator <<() argument
1820 __anon2abf190d0302(const WasmRelocationEntry &Rel) writeOneObject() argument
[all...]
H A DMachObjectWriter.cpp1006 for (const RelAndSymbol &Rel : llvm::reverse(Relocs)) { writeObject() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1861 mapping(IO & IO,ELFYAML::DynamicEntry & Rel) mapping() argument
1907 mapping(IO & IO,ELFYAML::Relocation & Rel) mapping() argument
H A DCOFFYAML.cpp416 COFFYAML::Relocation &Rel) { in mapping() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp668 findPPC64TOCSection(const ELFObjectFileBase & Obj,ObjSectionToIDMap & LocalSections,RelocationValueRef & Rel) findPPC64TOCSection() argument
709 findOPDEntrySection(const ELFObjectFileBase & Obj,ObjSectionToIDMap & LocalSections,RelocationValueRef & Rel) findOPDEntrySection() argument

12