Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DSymbolRecordMapping.cpp115 BPRelativeSym &BPRel) { in visitKnownRecord() argument
117 error(IO.mapInteger(BPRel.Offset)); in visitKnownRecord()
118 error(IO.mapInteger(BPRel.Type)); in visitKnownRecord()
119 error(IO.mapStringZ(BPRel.Name)); in visitKnownRecord()
DSymbolDumper.cpp184 BPRelativeSym &BPRel) { in visitKnownRecord() argument
185 W.printNumber("Offset", BPRel.Offset); in visitKnownRecord()
186 printTypeIndex("Type", BPRel.Type); in visitKnownRecord()
187 W.printString("VarName", BPRel.Name); in visitKnownRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DSymbolRecordMapping.cpp115 BPRelativeSym &BPRel) { in visitKnownRecord() argument
117 error(IO.mapInteger(BPRel.Offset)); in visitKnownRecord()
118 error(IO.mapInteger(BPRel.Type)); in visitKnownRecord()
119 error(IO.mapStringZ(BPRel.Name)); in visitKnownRecord()
DSymbolDumper.cpp184 BPRelativeSym &BPRel) { in visitKnownRecord() argument
185 W.printNumber("Offset", BPRel.Offset); in visitKnownRecord()
186 printTypeIndex("Type", BPRel.Type); in visitKnownRecord()
187 W.printString("VarName", BPRel.Name); in visitKnownRecord()
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp153 BPRelativeSym &BPRel) { in visitBPRelativeSym() argument
156 W.printNumber("Offset", BPRel.Header.Offset); in visitBPRelativeSym()
157 CVTD.printTypeIndex("Type", BPRel.Header.Type); in visitBPRelativeSym()
158 W.printString("VarName", BPRel.Name); in visitBPRelativeSym()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp459 BPRelativeSym &BPRel) { in visitKnownRecord() argument
460 P.format(" `{0}`", BPRel.Name); in visitKnownRecord()
462 P.formatLine("type = {0}, offset = {1}", typeIndex(BPRel.Type), BPRel.Offset); in visitKnownRecord()