Home
last modified time | relevance | path

Searched refs:NewFPO (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp87 assert(Type != DbgHeaderType::NewFPO && in addDbgStream()
88 "NewFPO data should be written via addFrameData()!"); in addDbgStream()
290 DbgStreams[(int)DbgHeaderType::NewFPO] = DebugStream{}; in finalizeMsfLayout()
291 DbgStreams[(int)DbgHeaderType::NewFPO]->Size = in finalizeMsfLayout()
293 DbgStreams[(int)DbgHeaderType::NewFPO]->WriteFn = in finalizeMsfLayout()
H A DDbiStream.cpp308 createIndexedStreamForHeaderType(Pdb, DbgHeaderType::NewFPO); in initializeNewFpoRecords()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h96 NewFPO, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp140 StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::NewFPO)) in discoverStreamPurposes()