Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObjectFile.cpp524 getRelocation(DataRefImpl Rel, in getRelocation()
538 error_code MachOObjectFile::getRelocationNext(DataRefImpl Rel, in getRelocationNext()
544 error_code MachOObjectFile::getRelocationAddress(DataRefImpl Rel, in getRelocationAddress()
561 error_code MachOObjectFile::getRelocationSymbol(DataRefImpl Rel, in getRelocationSymbol()
582 error_code MachOObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType()
589 error_code MachOObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName()
593 error_code MachOObjectFile::getRelocationAdditionalInfo(DataRefImpl Rel, in getRelocationAdditionalInfo()
614 error_code MachOObjectFile::getRelocationValueString(DataRefImpl Rel, in getRelocationValueString()
DCOFFObjectFile.cpp566 error_code COFFObjectFile::getRelocationNext(DataRefImpl Rel, in getRelocationNext()
573 error_code COFFObjectFile::getRelocationAddress(DataRefImpl Rel, in getRelocationAddress()
578 error_code COFFObjectFile::getRelocationSymbol(DataRefImpl Rel, in getRelocationSymbol()
586 error_code COFFObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType()
596 error_code COFFObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName()
650 error_code COFFObjectFile::getRelocationAdditionalInfo(DataRefImpl Rel, in getRelocationAdditionalInfo()
655 error_code COFFObjectFile::getRelocationValueString(DataRefImpl Rel, in getRelocationValueString()
DELFObjectFile.cpp793 ::getRelocationNext(DataRefImpl Rel, in getRelocationNext()
822 ::getRelocationSymbol(DataRefImpl Rel, in getRelocationSymbol()
850 ::getRelocationAddress(DataRefImpl Rel, in getRelocationAddress()
873 ::getRelocationType(DataRefImpl Rel, in getRelocationType()
896 ::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName()
1009 ::getRelocationAdditionalInfo(DataRefImpl Rel, in getRelocationAdditionalInfo()
1028 ::getRelocationValueString(DataRefImpl Rel, in getRelocationValueString()
/external/llvm/include/llvm/Object/
DELFObjectFile.h251 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection()
674 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext()
680 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol()
698 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset()
709 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType()
724 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
731 ELFObjectFile<ELFT>::getRelocationAddend(DataRefImpl Rel) const { in getRelocationAddend()
739 ELFObjectFile<ELFT>::getRel(DataRefImpl Rel) const { in getRel()
DELFTypes.h54 typedef Elf_Rel_Impl<ELFType<E, Is64>, false> Rel; typedef
DELF.h306 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel, in getRelocationSymbol()
/external/clang/lib/Index/
DIndexingContext.cpp310 auto addRelation = [&](SymbolRelation Rel) { in handleDeclOccurrence()
326 for (auto &Rel : Relations) { in handleDeclOccurrence() local
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp490 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() local
620 const RelocationRef &Rel, in getRelocationValueString()
633 const RelocationRef &Rel, in getRelocationValueString()
722 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() local
897 static std::error_code getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString()
918 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getHidden() local
DMachODump.cpp829 DataRefImpl Rel; in DumpLiteralPointerSection() local
1843 DataRefImpl Rel; in SymbolizerGetOpInfo() local
1931 DataRefImpl Rel; in SymbolizerGetOpInfo() local
2011 DataRefImpl Rel; in SymbolizerGetOpInfo() local
2166 DataRefImpl Rel = Reloc->getRawDataRefImpl(); in SymbolizerGetOpInfo() local
2564 DataRefImpl Rel; in get_symbol_64() local
6106 DataRefImpl Rel; in GuessLiteralPointer() local
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp122 COFFYAML::Relocation Rel; in dumpSections() local
Delf2yaml.cpp204 std::error_code ELFDumper<ELFT>::dumpRelocation(const RelT *Rel, in dumpRelocation()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp832 ELFRelocation Rel(RelOffset, SymIdx, RelType, HasRelA, Addend); in EmitRelocations() local
839 void ELFWriter::EmitRelocation(BinaryObject &RelSec, ELFRelocation &Rel, in EmitRelocation()
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp377 for (const auto &Rel : Section.Relocations) { in writeSectionContent() local
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp799 ELFYAML::Relocation &Rel) { in mapping()
DCOFFYAML.cpp343 COFFYAML::Relocation &Rel) { in mapping()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp3048 for (const Elf_Rel &Rel : DynPLTRelRegion.getAsArrayRef<Elf_Rel>()) { in printDynamicRelocations() local
3286 void LLVMStyle<ELFT>::printRelocation(const ELFO *Obj, Elf_Rela Rel, in printRelocation()
3476 for (const Elf_Rel &Rel : DynPLTRelRegion.getAsArrayRef<Elf_Rel>()) { in printDynamicRelocations() local
3488 void LLVMStyle<ELFT>::printDynamicRelocation(const ELFO *Obj, Elf_Rela Rel) { in printDynamicRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp786 RelocationValueRef &Rel) { in findPPC64TOCSection()
826 RelocationValueRef &Rel) { in findOPDEntrySection()
/external/llvm/lib/MC/
DMachObjectWriter.cpp913 for (const RelAndSymbol &Rel : make_range(Relocs.rbegin(), Relocs.rend())) { in writeObject() local
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1120 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
DMachOObjectFile.cpp784 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp451 const NodeSet *node_class(GepNode *N, NodeSymRel &Rel) { in node_class()
DRDFGraph.cpp1027 NodeList Rel = getRelatedRefs(IA, DA); in pushDefs() local