Searched refs:ObjDelegate (Results 1 – 4 of 4) sorted by relevance
| /src/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 __anon8caa036f0111::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 …]
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolDumper.h | 31 std::unique_ptr<SymbolDumpDelegate> ObjDelegate, CPUType CPU, in CVSymbolDumper() argument 34 ObjDelegate(std::move(ObjDelegate)), CompilationCPUType(CPU), in CVSymbolDumper() 53 std::unique_ptr<SymbolDumpDelegate> ObjDelegate; variable
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.h | 130 LVSymbolVisitorDelegate *ObjDelegate; variable 183 LVSymbolVisitorDelegate *ObjDelegate, LVShared *Shared) in LVSymbolVisitor() argument 185 Ids(Ids), ObjDelegate(ObjDelegate), Shared(Shared) { in LVSymbolVisitor()
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 711 if (ObjDelegate) in printLocalVariableAddrRange() 712 ObjDelegate->printRelocatedField("OffsetStart", RelocationOffset, in printLocalVariableAddrRange() 799 if (ObjDelegate) in visitKnownRecord() 800 ObjDelegate->getLinkageName(Block.getRelocationOffset(), Block.CodeOffset, in visitKnownRecord() 1229 if (ObjDelegate) { in visitKnownRecord() 1230 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord() 1272 if (ObjDelegate) { in visitKnownRecord() 1273 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord() 1347 if (ObjDelegate) in visitKnownRecord() 1348 ObjDelegate->getLinkageName(Data.getRelocationOffset(), Data.DataOffset, in visitKnownRecord() [all …]
|