Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h87 bool hasNewFpoRecords() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp209 bool DbiStream::hasNewFpoRecords() const { return NewFpoStream != nullptr; } in hasNewFpoRecords() function in DbiStream
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1013 if (!Dbi.hasNewFpoRecords()) { in dumpNewFpo()