Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFObjectFile.h407 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection()
987 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext()
993 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol()
1011 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset()
1020 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType()
1035 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
1042 ELFObjectFile<ELFT>::getRelocationAddend(DataRefImpl Rel) const { in getRelocationAddend()
1050 ELFObjectFile<ELFT>::getRel(DataRefImpl Rel) const { in getRel()
H A DELFTypes.h63 using Rel = Elf_Rel_Impl<ELFType<E, Is64>, false>; member
H A DELF.h628 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel &Rel, in getRelocationSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DWasmDump.cpp34 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef); in getWasmRelocationValueString() local
H A DXCOFFDump.cpp23 const RelocationRef &Rel, in getXCOFFRelocationValueString()
H A DELFDump.cpp60 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() local
131 const RelocationRef &Rel, in getELFRelocationValueString()
H A DCOFFDump.cpp477 const RelocationRef &Rel, in getCOFFRelocationValueString()
H A DMachODump.cpp432 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getMachORelocationValueString() local
817 const DataRefImpl Rel = Reloc->getRawDataRefImpl(); in PrintRelocationEntries() local
1451 DataRefImpl Rel; in DumpLiteralPointerSection() local
1601 DataRefImpl Rel; in DumpInitTermPointerSection() local
2620 DataRefImpl Rel; in SymbolizerGetOpInfo() local
2694 DataRefImpl Rel; in SymbolizerGetOpInfo() local
2732 DataRefImpl Rel; in SymbolizerGetOpInfo() local
2797 DataRefImpl Rel; in SymbolizerGetOpInfo() local
2943 DataRefImpl Rel = Reloc->getRawDataRefImpl(); in SymbolizerGetOpInfo() local
3324 DataRefImpl Rel; in get_symbol_64() local
[all …]
H A Dllvm-objdump.cpp378 static Error getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString()
403 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getHidden() local
449 const RelocationRef &Rel, uint64_t Address, in printRelocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingContext.cpp352 for (auto &Rel : Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode() local
422 auto addRelation = [&](SymbolRelation Rel) { in handleDeclOccurrence()
448 for (auto &Rel : Relations) { in handleDeclOccurrence() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp1698 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset() local
1703 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol() local
1713 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType() local
1719 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationTypeName() local
H A DELF.cpp330 Elf_Rel Rel; in decode_relrs() local
H A DXCOFFObjectFile.cpp390 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp198 COFFYAML::Relocation Rel; in dumpSections() local
H A Dmacho2yaml.cpp96 const object::DataRefImpl Rel = Reloc.getRawDataRefImpl(); in constructSectionCommon() local
H A Delf2yaml.cpp706 Error ELFDumper<ELFT>::dumpRelocation(const RelT *Rel, const Elf_Shdr *SymTab, in dumpRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp410 COFFYAML::Relocation &Rel) { in mapping()
H A DELFYAML.cpp1727 ELFYAML::DynamicEntry &Rel) { in mapping()
1773 ELFYAML::Relocation &Rel) { in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp137 raw_ostream &operator<<(raw_ostream &OS, const WasmRelocationEntry &Rel) { in operator <<()
1756 auto HandleReloc = [&](const WasmRelocationEntry &Rel) { in writeOneObject()
H A DMachObjectWriter.cpp968 for (const RelAndSymbol &Rel : make_range(Relocs.rbegin(), Relocs.rend())) { in writeObject() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp628 RelocationValueRef &Rel) { in findPPC64TOCSection()
669 RelocationValueRef &Rel) { in findOPDEntrySection()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp181 static bool isInRelation(BinaryOperator::Opcode Rel, SymbolRef Sym, in isInRelation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp1049 NodeList Rel = getRelatedRefs(IA, DA); in pushClobbers() local
1095 NodeList Rel = getRelatedRefs(IA, DA); in pushDefs() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h776 void addRelocation(Relocation Rel) { Relocations.push_back(Rel); } in addRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp464 static const NodeSet *node_class(GepNode *N, NodeSymRel &Rel) { in node_class()

12