| /external/swiftshader/third_party/LLVM/lib/Object/ |
| D | MachOObjectFile.cpp | 524 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()
|
| D | COFFObjectFile.cpp | 566 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()
|
| D | ELFObjectFile.cpp | 793 ::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/ |
| D | ELFObjectFile.h | 251 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()
|
| D | ELFTypes.h | 54 typedef Elf_Rel_Impl<ELFType<E, Is64>, false> Rel; typedef
|
| D | ELF.h | 306 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel, in getRelocationSymbol()
|
| /external/clang/lib/Index/ |
| D | IndexingContext.cpp | 310 auto addRelation = [&](SymbolRelation Rel) { in handleDeclOccurrence() 326 for (auto &Rel : Relations) { in handleDeclOccurrence() local
|
| /external/llvm/tools/llvm-objdump/ |
| D | llvm-objdump.cpp | 490 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
|
| D | MachODump.cpp | 829 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/ |
| D | coff2yaml.cpp | 122 COFFYAML::Relocation Rel; in dumpSections() local
|
| D | elf2yaml.cpp | 204 std::error_code ELFDumper<ELFT>::dumpRelocation(const RelT *Rel, in dumpRelocation()
|
| /external/swiftshader/third_party/LLVM/lib/CodeGen/ |
| D | ELFWriter.cpp | 832 ELFRelocation Rel(RelOffset, SymIdx, RelType, HasRelA, Addend); in EmitRelocations() local 839 void ELFWriter::EmitRelocation(BinaryObject &RelSec, ELFRelocation &Rel, in EmitRelocation()
|
| /external/llvm/tools/yaml2obj/ |
| D | yaml2elf.cpp | 377 for (const auto &Rel : Section.Relocations) { in writeSectionContent() local
|
| /external/llvm/lib/ObjectYAML/ |
| D | ELFYAML.cpp | 799 ELFYAML::Relocation &Rel) { in mapping()
|
| D | COFFYAML.cpp | 343 COFFYAML::Relocation &Rel) { in mapping()
|
| /external/llvm/tools/llvm-readobj/ |
| D | ELFDumper.cpp | 3048 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/ |
| D | RuntimeDyldELF.cpp | 786 RelocationValueRef &Rel) { in findPPC64TOCSection() 826 RelocationValueRef &Rel) { in findOPDEntrySection()
|
| /external/llvm/lib/MC/ |
| D | MachObjectWriter.cpp | 913 for (const RelAndSymbol &Rel : make_range(Relocs.rbegin(), Relocs.rend())) { in writeObject() local
|
| /external/llvm/lib/Object/ |
| D | COFFObjectFile.cpp | 1120 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
|
| D | MachOObjectFile.cpp | 784 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
|
| /external/llvm/lib/Target/Hexagon/ |
| D | HexagonCommonGEP.cpp | 451 const NodeSet *node_class(GepNode *N, NodeSymRel &Rel) { in node_class()
|
| D | RDFGraph.cpp | 1027 NodeList Rel = getRelatedRefs(IA, DA); in pushDefs() local
|