Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFObjectFile.h241 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection()
659 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext()
665 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol()
685 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset()
696 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType()
711 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
718 ELFObjectFile<ELFT>::getRelocationAddend(DataRefImpl Rel) const { in getRelocationAddend()
726 ELFObjectFile<ELFT>::getRel(DataRefImpl Rel) const { in getRel()
DELF.h308 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel, in getRelocationSymbol()
/external/llvm/lib/MC/MCDisassembler/
DMCRelocationInfo.cpp25 MCRelocationInfo::createExprForRelocation(object::RelocationRef Rel) { in createExprForRelocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFRelocationInfo.cpp28 const MCExpr *createExprForRelocation(RelocationRef Rel) override { in createExprForRelocation()
DX86MachORelocationInfo.cpp27 const MCExpr *createExprForRelocation(RelocationRef Rel) override { in createExprForRelocation()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp381 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() local
493 const RelocationRef &Rel, in getRelocationValueString()
506 const RelocationRef &Rel, in getRelocationValueString()
585 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() local
760 static std::error_code getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString()
781 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getHidden() local
DMachODump.cpp775 DataRefImpl Rel; in DumpLiteralPointerSection() local
1724 DataRefImpl Rel; in SymbolizerGetOpInfo() local
1807 DataRefImpl Rel; in SymbolizerGetOpInfo() local
1877 DataRefImpl Rel; in SymbolizerGetOpInfo() local
2027 DataRefImpl Rel = Reloc->getRawDataRefImpl(); in SymbolizerGetOpInfo() local
2410 DataRefImpl Rel; in get_symbol_64() local
5577 DataRefImpl Rel; in GuessLiteralPointer() local
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp121 COFFYAML::Relocation Rel; in dumpSections() local
Delf2yaml.cpp204 std::error_code ELFDumper<ELFT>::dumpRelocation(const RelT *Rel, in dumpRelocation()
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp377 for (const auto &Rel : Section.Relocations) { in writeSectionContent() local
/external/llvm/lib/Object/
DELFYAML.cpp772 ELFYAML::Relocation &Rel) { in mapping()
DCOFFYAML.cpp343 COFFYAML::Relocation &Rel) { in mapping()
DCOFFObjectFile.cpp1035 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
DMachOObjectFile.cpp646 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp786 RelocationValueRef &Rel) { in findPPC64TOCSection()
819 RelocationValueRef &Rel) { in findOPDEntrySection()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1164 for (const Elf_Rela &Rel : dyn_relas()) { in printDynamicRelocations() local
1213 void ELFDumper<ELFT>::printRelocation(Elf_Rela Rel, const Elf_Shdr *SymTab) { in printRelocation()
/external/llvm/lib/MC/
DMachObjectWriter.cpp909 for (const RelAndSymbol &Rel : make_range(Relocs.rbegin(), Relocs.rend())) { in writeObject() local
/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp452 const NodeSet *node_class(GepNode *N, NodeSymRel &Rel) { in node_class()