/openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 420 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection() 1011 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() 1017 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() 1035 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() 1044 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() 1059 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName() 1066 ELFObjectFile<ELFT>::getRelocationAddend(DataRefImpl Rel) const { in getRelocationAddend() 1074 ELFObjectFile<ELFT>::getRel(DataRefImpl Rel) const { in getRel()
|
H A D | ELFTypes.h | 63 using Rel = Elf_Rel_Impl<ELFType<E, Is64>, false>; member
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | WasmDump.cpp | 34 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef); in getWasmRelocationValueString() local
|
H A D | ELFDump.cpp | 60 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() local 131 const RelocationRef &Rel, in getELFRelocationValueString()
|
H A D | XCOFFDump.cpp | 23 const RelocationRef &Rel, in getXCOFFRelocationValueString()
|
H A D | MachODump.cpp | 451 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getMachORelocationValueString() local 836 const DataRefImpl Rel = Reloc->getRawDataRefImpl(); in PrintRelocationEntries() local 1702 DataRefImpl Rel; in DumpLiteralPointerSection() local 1852 DataRefImpl Rel; in DumpInitTermPointerSection() local 2877 DataRefImpl Rel; in SymbolizerGetOpInfo() local 2951 DataRefImpl Rel; in SymbolizerGetOpInfo() local 2989 DataRefImpl Rel; in SymbolizerGetOpInfo() local 3054 DataRefImpl Rel; in SymbolizerGetOpInfo() local 3200 DataRefImpl Rel = Reloc->getRawDataRefImpl(); in SymbolizerGetOpInfo() local 3581 DataRefImpl Rel; in get_symbol_64() local [all …]
|
H A D | COFFDump.cpp | 613 const RelocationRef &Rel, in getCOFFRelocationValueString()
|
/openbsd-src/gnu/llvm/clang/lib/Index/ |
H A D | IndexingContext.cpp | 348 for (auto &Rel : Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode() local 418 auto addRelation = [&](SymbolRelation Rel) { in handleDeclOccurrence() 444 for (auto &Rel : Relations) { in handleDeclOccurrence() local
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/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 | 159 Error addSingleRelocation(const typename ELFT::Rel &Rel, in addSingleRelocation()
|
H A D | COFF_x86_64.cpp | 65 Error addSingleRelocation(const object::RelocationRef &Rel, in addSingleRelocation()
|
H A D | ELF_x86_64.cpp | 177 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation()
|
H A D | ELF_aarch64.cpp | 139 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation()
|
H A D | ELF_riscv.cpp | 551 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation()
|
/openbsd-src/gnu/llvm/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 1776 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset() local 1781 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol() local 1791 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType() local 1797 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationTypeName() local
|
H A D | ELF.cpp | 353 Elf_Rel Rel; in decode_relrs() local
|
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | coff2yaml.cpp | 200 COFFYAML::Relocation Rel; in dumpSections() local
|
H A D | macho2yaml.cpp | 102 const object::DataRefImpl Rel = Reloc.getRawDataRefImpl(); in constructSectionCommon() local
|
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | COFFYAML.cpp | 415 COFFYAML::Relocation &Rel) { in mapping()
|
H A D | ELFYAML.cpp | 1822 ELFYAML::DynamicEntry &Rel) { in mapping() 1868 ELFYAML::Relocation &Rel) { in mapping()
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 134 raw_ostream &operator<<(raw_ostream &OS, const WasmRelocationEntry &Rel) { in operator <<() 1819 auto HandleReloc = [&](const WasmRelocationEntry &Rel) { in writeOneObject()
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 663 RelocationValueRef &Rel) { in findPPC64TOCSection() 704 RelocationValueRef &Rel) { in findOPDEntrySection()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 1038 NodeList Rel = getRelatedRefs(IA, DA); in pushClobbers() local 1084 NodeList Rel = getRelatedRefs(IA, DA); in pushDefs() local
|