Searched defs:Rels (Results 1 – 6 of 6) sorted by relevance
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 177 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
|
D | llvm-objdump.cpp | 1090 std::vector<RelocationRef> Rels; in DisassembleObject() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 174 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
|
D | llvm-objdump.cpp | 987 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/ |
D | elf2yaml.cpp | 372 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/ |
D | ELFDumper.cpp | 2241 Elf_Rel_Range Rels = unwrapOrError(Obj->rels(PltRelSec)); in getPltSym() local 2244 Elf_Rela_Range Rels = unwrapOrError(Obj->relas(PltRelSec)); in getPltSym() local
|