Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumpDelegate.h26 StringRef *RelocSym = nullptr) = 0;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h142 StringRef *RelocSym);
207 StringRef *RelocSym);
H A DLVCodeViewVisitor.h109 uint32_t Offset, StringRef *RelocSym = nullptr);
112 StringRef *RelocSym = nullptr);
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp109 StringRef *RelocSym) { in printRelocatedField() argument
111 StringRef &Symbol = RelocSym ? *RelocSym : SymStorage; in printRelocatedField()
120 StringRef *RelocSym) { in getLinkageName() argument
122 StringRef &Symbol = RelocSym ? *RelocSym : SymStorage; in getLinkageName()
H A DLVCodeViewVisitor.cpp683 StringRef *RelocSym) { in printRelocatedField() argument
685 RelocSym); in printRelocatedField()
690 StringRef *RelocSym) { in getLinkageName() argument
691 Reader->getLinkageName(CoffSection, RelocOffset, Offset, RelocSym); in getLinkageName()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp151 StringRef *RelocSym = nullptr);
217 uint32_t Offset, StringRef *RelocSym) override { in printRelocatedField() argument
218 CD.printRelocatedField(Label, Sec, RelocOffset, Offset, RelocSym); in printRelocatedField()
307 StringRef *RelocSym) { in printRelocatedField() argument
309 StringRef &Symbol = RelocSym ? *RelocSym : SymStorage; in printRelocatedField()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1684 symbol_iterator RelocSym = Reloc.getSymbol(); in DumpLiteralPointerSection() local
1716 symbol_iterator RelocSym = Reloc->second; in DumpLiteralPointerSection() local
1834 symbol_iterator RelocSym = Reloc.getSymbol(); in DumpInitTermPointerSection() local
1866 symbol_iterator RelocSym = Reloc->second; in DumpInitTermPointerSection() local
2869 Symbol = *RelocSym; in SymbolizerGetOpInfo()
2926 Symbol = *RelocSym; in SymbolizerGetOpInfo()
2964 Symbol = *RelocSym; in SymbolizerGetOpInfo()
3043 Symbol = *RelocSym; in SymbolizerGetOpInfo()
3556 symbol_iterator RelocSym = Reloc.getSymbol(); in get_symbol_64() local
3557 Symbol = *RelocSym; in get_symbol_64()
[all …]