Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A 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/
H A DCompileUnitIndex.cpp69 std::optional<CVType> cvt = types.tryGetType(bis.BuildId); in ParseBuildInfo()
/openbsd-src/gnu/llvm/compiler-rt/include/profile/
H A DMemProfData.inc58 uint8_t BuildId[32] = {0};
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DMemProfData.inc58 uint8_t BuildId[32] = {0};
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp127 error(IO.mapInteger(BuildInfo.BuildId)); in visitKnownRecord()
H A DSymbolDumper.cpp191 printTypeIndex("BuildId", BuildInfo.BuildId); in visitKnownRecord()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp542 IO.mapRequired("BuildId", Symbol.BuildId); in map()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h883 TypeIndex BuildId; variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp474 P.format(" BuildId = `{0}`", BuildInfo.BuildId); in visitKnownRecord()