Home
last modified time | relevance | path

Searched refs:BuildInfo (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp126 BuildInfoSym &BuildInfo) { in visitKnownRecord() argument
128 error(IO.mapInteger(BuildInfo.BuildId)); in visitKnownRecord()
H A DSymbolDumper.cpp193 BuildInfoSym &BuildInfo) { in visitKnownRecord() argument
194 printTypeIndex("BuildId", BuildInfo.BuildId); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewTypes.def81 TYPE_RECORD(LF_BUILDINFO, 0x1603, BuildInfo)
H A DTypeRecord.h678 : TypeRecord(TypeRecordKind::BuildInfo), in BuildInfoRecord()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp438 BuildInfoSym &BuildInfo) { in visitKnownRecord() argument
439 P.format(" BuildId = `{0}`", BuildInfo.BuildId); in visitKnownRecord()