Home
last modified time | relevance | path

Searched defs:Rels (Results 1 – 6 of 6) sorted by relevance

/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp177 static std::error_code resolveSymbol(const std::vector<RelocationRef> &Rels, in resolveSymbol()
197 const std::vector<RelocationRef> &Rels, uint64_t Offset, in getSectionContents()
213 static std::error_code resolveSymbolName(const std::vector<RelocationRef> &Rels, in resolveSymbolName()
226 const std::vector<RelocationRef> &Rels, in printCOFFSymbolAddress()
448 std::vector<RelocationRef> &Rels, in getPDataSection()
543 const std::vector<RelocationRef> &Rels) { in printRuntimeFunctionRels()
591 std::vector<RelocationRef> Rels; in printCOFFUnwindInfo() local
Dllvm-objdump.cpp1090 std::vector<RelocationRef> Rels; in DisassembleObject() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DCOFFDump.cpp174 static std::error_code resolveSymbol(const std::vector<RelocationRef> &Rels, in resolveSymbol()
192 const std::vector<RelocationRef> &Rels, uint64_t Offset, in getSectionContents()
208 static std::error_code resolveSymbolName(const std::vector<RelocationRef> &Rels, in resolveSymbolName()
221 const std::vector<RelocationRef> &Rels, in printCOFFSymbolAddress()
443 std::vector<RelocationRef> &Rels, in getPDataSection()
538 const std::vector<RelocationRef> &Rels) { in printRuntimeFunctionRels()
586 std::vector<RelocationRef> Rels; in printCOFFUnwindInfo() local
Dllvm-objdump.cpp987 std::vector<RelocationRef> *Rels = nullptr) { in printInst()
1020 std::vector<RelocationRef> *Rels) override { in printInst()
1095 std::vector<RelocationRef> *Rels) override { in printInst()
1147 std::vector<RelocationRef> *Rels) override { in printInst()
1430 std::vector<RelocationRef> Rels; in DisassembleObject() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Delf2yaml.cpp372 auto Rels = Obj.rels(Shdr); in dumpRelSection() local
399 auto Rels = Obj.relas(Shdr); in dumpRelaSection() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp2241 Elf_Rel_Range Rels = unwrapOrError(Obj->rels(PltRelSec)); in getPltSym() local
2244 Elf_Rela_Range Rels = unwrapOrError(Obj->relas(PltRelSec)); in getPltSym() local