Home
last modified time | relevance | path

Searched refs:BuildInfoSym (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h1269 class BuildInfoSym : public SymbolRecord {
1275 BuildInfoSym(uint32_t RecordOffset, const Hdr *H) in BuildInfoSym() function
1276 : SymbolRecord(SymbolRecordKind::BuildInfoSym), in BuildInfoSym()
1279 static ErrorOr<BuildInfoSym> deserialize(SymbolRecordKind Kind, in deserialize()
1285 return BuildInfoSym(RecordOffset, H); in deserialize()
DCVSymbolTypes.def240 SYMBOL_RECORD(S_BUILDINFO , 0x114c, BuildInfoSym)
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp162 BuildInfoSym &BuildInfo) { in visitBuildInfoSym()