Searched refs:ObjDelegate (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | SymbolDumper.cpp | 31 CVSymbolDumperImpl(TypeCollection &Types, SymbolDumpDelegate *ObjDelegate, in CVSymbolDumperImpl() argument 33 : Types(Types), ObjDelegate(ObjDelegate), W(W), CompilationCPUType(CPU), in CVSymbolDumperImpl() 55 SymbolDumpDelegate *ObjDelegate; member in __anonfa45b97a0111::CVSymbolDumperImpl 81 if (ObjDelegate) in printLocalVariableAddrRange() 82 ObjDelegate->printRelocatedField("OffsetStart", RelocationOffset, in printLocalVariableAddrRange() 110 if (PrintRecordBytes && ObjDelegate) in visitSymbolEnd() 111 ObjDelegate->printBinaryBlockWithRelocs("SymData", CVR.content()); in visitSymbolEnd() 123 if (ObjDelegate) { in visitKnownRecord() 124 ObjDelegate->printRelocatedField("CodeOffset", Block.getRelocationOffset(), in visitKnownRecord() 198 if (ObjDelegate) { in visitKnownRecord() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolDumper.h | 32 std::unique_ptr<SymbolDumpDelegate> ObjDelegate, CPUType CPU, in CVSymbolDumper() argument 35 ObjDelegate(std::move(ObjDelegate)), CompilationCPUType(CPU), in CVSymbolDumper() 54 std::unique_ptr<SymbolDumpDelegate> ObjDelegate; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.h | 130 LVSymbolVisitorDelegate *ObjDelegate; 183 LVSymbolVisitorDelegate *ObjDelegate, LVShared *Shared) in LVSymbolVisitor() 185 Ids(Ids), ObjDelegate(ObjDelegate), Shared(Shared) { in LVSymbolVisitor() 131 LVSymbolVisitorDelegate *ObjDelegate; global() variable 184 LVSymbolVisitor(LVCodeViewReader * Reader,ScopedPrinter & W,LVLogicalVisitor * LogicalVisitor,LazyRandomTypeCollection & Types,LazyRandomTypeCollection & Ids,LVSymbolVisitorDelegate * ObjDelegate,LVShared * Shared) LVSymbolVisitor() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 698 if (ObjDelegate) in printLocalVariableAddrRange() 699 ObjDelegate->printRelocatedField("OffsetStart", RelocationOffset, in printLocalVariableAddrRange() 786 if (ObjDelegate) in visitKnownRecord() 787 ObjDelegate->getLinkageName(Block.getRelocationOffset(), Block.CodeOffset, in visitKnownRecord() 1222 if (ObjDelegate) { in visitKnownRecord() 1223 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord() 1265 if (ObjDelegate) { in visitKnownRecord() 1266 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord() 1340 if (ObjDelegate) in visitKnownRecord() 1341 ObjDelegate->getLinkageName(Data.getRelocationOffset(), Data.DataOffset, in visitKnownRecord() [all …]
|