Home
last modified time | relevance | path

Searched refs:BuildId (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/ProfileData/
DRawMemProfReader.cpp157 constexpr size_t Size = sizeof(Entry.BuildId) / sizeof(uint8_t); in getBuildIdString()
160 if (memcmp(Entry.BuildId, Zeros, Size) == 0) in getBuildIdString()
166 OS << format_hex_no_prefix(Entry.BuildId[I], 2); in getBuildIdString()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
DCompileUnitIndex.cpp69 std::optional<CVType> cvt = types.tryGetType(bis.BuildId); in ParseBuildInfo()
/openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/
DMemProfData.inc58 uint8_t BuildId[32] = {0};
/openbsd/src/gnu/llvm/compiler-rt/include/profile/
DMemProfData.inc58 uint8_t BuildId[32] = {0};
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
DSymbolRecordMapping.cpp127 error(IO.mapInteger(BuildInfo.BuildId)); in visitKnownRecord()
DSymbolDumper.cpp191 printTypeIndex("BuildId", BuildInfo.BuildId); in visitKnownRecord()
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp542 IO.mapRequired("BuildId", Symbol.BuildId); in map()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h883 TypeIndex BuildId; variable
/openbsd/src/gnu/llvm/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp474 P.format(" BuildId = `{0}`", BuildInfo.BuildId); in visitKnownRecord()