Searched refs:BPRel (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | SymbolRecordMapping.cpp | 115 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()
|
D | SymbolDumper.cpp | 184 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/ |
D | SymbolRecordMapping.cpp | 115 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()
|
D | SymbolDumper.cpp | 184 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/ |
D | SymbolDumper.cpp | 153 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/ |
D | MinimalSymbolDumper.cpp | 459 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()
|