Home
last modified time | relevance | path

Searched refs:RelocSym (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolDumpDelegate.h30 StringRef *RelocSym = nullptr) = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolDumpDelegate.h27 StringRef *RelocSym = nullptr) = 0;
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp114 StringRef *RelocSym = nullptr);
160 uint32_t Offset, StringRef *RelocSym) override { in printRelocatedField() argument
161 CD.printRelocatedField(Label, Sec, RelocOffset, Offset, RelocSym); in printRelocatedField()
254 StringRef *RelocSym) { in printRelocatedField() argument
256 StringRef &Symbol = RelocSym ? *RelocSym : SymStorage; in printRelocatedField()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp137 StringRef *RelocSym = nullptr);
203 uint32_t Offset, StringRef *RelocSym) override { in printRelocatedField() argument
204 CD.printRelocatedField(Label, Sec, RelocOffset, Offset, RelocSym); in printRelocatedField()
299 StringRef *RelocSym) { in printRelocatedField() argument
301 StringRef &Symbol = RelocSym ? *RelocSym : SymStorage; in printRelocatedField()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp1155 symbol_iterator RelocSym = Reloc.getSymbol(); in DumpLiteralPointerSection() local
1156 Relocs.push_back(std::make_pair(RelocOffset, *RelocSym)); in DumpLiteralPointerSection()
1187 symbol_iterator RelocSym = Reloc->second; in DumpLiteralPointerSection() local
1188 Expected<StringRef> SymName = RelocSym->getName(); in DumpLiteralPointerSection()
1302 symbol_iterator RelocSym = Reloc.getSymbol(); in DumpInitTermPointerSection() local
1303 Relocs.push_back(std::make_pair(RelocOffset, *RelocSym)); in DumpInitTermPointerSection()
1334 symbol_iterator RelocSym = Reloc->second; in DumpInitTermPointerSection() local
1335 Expected<StringRef> SymName = RelocSym->getName(); in DumpInitTermPointerSection()
2275 symbol_iterator RelocSym = Reloc.getSymbol(); in SymbolizerGetOpInfo() local
2276 Symbol = *RelocSym; in SymbolizerGetOpInfo()
[all …]
/external/llvm/tools/llvm-objdump/
DMachODump.cpp837 symbol_iterator RelocSym = Reloc.getSymbol(); in DumpLiteralPointerSection() local
838 Relocs.push_back(std::make_pair(RelocOffset, *RelocSym)); in DumpLiteralPointerSection()
869 symbol_iterator RelocSym = Reloc->second; in DumpLiteralPointerSection() local
870 Expected<StringRef> SymName = RelocSym->getName(); in DumpLiteralPointerSection()
1872 symbol_iterator RelocSym = Reloc.getSymbol(); in SymbolizerGetOpInfo() local
1873 Symbol = *RelocSym; in SymbolizerGetOpInfo()
1943 symbol_iterator RelocSym = Reloc.getSymbol(); in SymbolizerGetOpInfo() local
1944 Symbol = *RelocSym; in SymbolizerGetOpInfo()
2038 symbol_iterator RelocSym = Reloc->getSymbol(); in SymbolizerGetOpInfo() local
2039 Symbol = *RelocSym; in SymbolizerGetOpInfo()
[all …]