Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h420 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 DELFTypes.h63 using Rel = Elf_Rel_Impl<ELFType<E, Is64>, false>; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DWasmDump.cpp34 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef); in getWasmRelocationValueString() local
H A DELFDump.cpp60 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() local
131 const RelocationRef &Rel, in getELFRelocationValueString()
H A DXCOFFDump.cpp23 const RelocationRef &Rel, in getXCOFFRelocationValueString()
H A DMachODump.cpp451 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 DCOFFDump.cpp613 const RelocationRef &Rel, in getCOFFRelocationValueString()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexingContext.cpp348 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 DXCOFFWriter.cpp85 for (const XCOFFRelocation32 &Rel : Sec.Relocations) { in writeSections() local
H A DXCOFFReader.cpp41 for (const XCOFFRelocation32 &Rel : Relocations.get()) in readSections() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DELF_loongarch.cpp91 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation()
H A DELF_i386.cpp159 Error addSingleRelocation(const typename ELFT::Rel &Rel, in addSingleRelocation()
H A DCOFF_x86_64.cpp65 Error addSingleRelocation(const object::RelocationRef &Rel, in addSingleRelocation()
H A DELF_x86_64.cpp177 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation()
H A DELF_aarch64.cpp139 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation()
H A DELF_riscv.cpp551 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp1776 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 DELF.cpp353 Elf_Rel Rel; in decode_relrs() local
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp200 COFFYAML::Relocation Rel; in dumpSections() local
H A Dmacho2yaml.cpp102 const object::DataRefImpl Rel = Reloc.getRawDataRefImpl(); in constructSectionCommon() local
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp415 COFFYAML::Relocation &Rel) { in mapping()
H A DELFYAML.cpp1822 ELFYAML::DynamicEntry &Rel) { in mapping()
1868 ELFYAML::Relocation &Rel) { in mapping()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp134 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 DRuntimeDyldELF.cpp663 RelocationValueRef &Rel) { in findPPC64TOCSection()
704 RelocationValueRef &Rel) { in findOPDEntrySection()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFGraph.cpp1038 NodeList Rel = getRelatedRefs(IA, DA); in pushClobbers() local
1084 NodeList Rel = getRelatedRefs(IA, DA); in pushDefs() local

12