Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DRelocVisitor.h63 uint64_t visitELF(uint32_t Rel, RelocationRef R, uint64_t Value) { in visitELF()
127 uint64_t visitX86_64(uint32_t Rel, RelocationRef R, uint64_t Value) { in visitX86_64()
143 uint64_t visitAarch64(uint32_t Rel, RelocationRef R, uint64_t Value) { in visitAarch64()
158 uint64_t visitBpf(uint32_t Rel, RelocationRef R, uint64_t Value) { in visitBpf()
169 uint64_t visitMips64(uint32_t Rel, RelocationRef R, uint64_t Value) { in visitMips64()
182 uint64_t visitPPC64(uint32_t Rel, RelocationRef R, uint64_t Value) { in visitPPC64()
193 uint64_t visitSystemz(uint32_t Rel, RelocationRef R, uint64_t Value) { in visitSystemz()
208 uint64_t visitSparc64(uint32_t Rel, RelocationRef R, uint64_t Value) { in visitSparc64()
220 uint64_t visitAmdgpu(uint32_t Rel, RelocationRef R, uint64_t Value) { in visitAmdgpu()
230 uint64_t visitX86(uint32_t Rel, RelocationRef R, uint64_t Value) { in visitX86()
[all …]
DELFObjectFile.h279 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection()
810 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext()
816 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol()
834 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset()
843 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType()
858 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
865 ELFObjectFile<ELFT>::getRelocationAddend(DataRefImpl Rel) const { in getRelocationAddend()
873 ELFObjectFile<ELFT>::getRel(DataRefImpl Rel) const { in getRel()
DELFTypes.h63 using Rel = Elf_Rel_Impl<ELFType<E, Is64>, false>; member
DELF.h424 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel, in getRelocationSymbol()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDataExtractor.cpp22 Optional<RelocAddrEntry> Rel = Obj->find(*Section, *Off); in getRelocatedValue() local
/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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp1226 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset() local
1231 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol() local
1241 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType() local
1247 const wasm::WasmRelocation& Rel = getWasmRelocation(Ref); in getRelocationTypeName() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp449 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() local
528 const RelocationRef &Rel, in getRelocationValueString()
541 const RelocationRef &Rel, in getRelocationValueString()
635 const wasm::WasmRelocation& Rel = Obj->getWasmRelocation(RelRef); in getRelocationValueString() local
659 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() local
834 static std::error_code getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString()
858 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getHidden() 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-7.0/llvm/tools/obj2yaml/
Dcoff2yaml.cpp185 COFFYAML::Relocation Rel; in dumpSections() local
Delf2yaml.cpp278 std::error_code ELFDumper<ELFT>::dumpRelocation(const RelT *Rel, in dumpRelocation()
/external/swiftshader/third_party/subzero/src/
DIceELFSection.h381 Elf32_Rel Rel; in writeData() local
/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp402 static void setAddend(Elf_Rel_Impl<ELFT, false> &Rel, uint64_t Addend) {} in setAddend()
750 static void getAddend(uint64_t &ToSet, const Elf_Rel_Impl<ELFT, false> &Rel) {} in getAddend()
760 for (const auto &Rel : RelRange) { in initRelocations() local
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp192 raw_ostream &operator<<(raw_ostream &OS, const WasmRelocationEntry &Rel) { in operator <<()
1368 auto HandleReloc = [&](const WasmRelocationEntry &Rel) { in writeObject()

12