Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h85 bool hasOldFpoRecords() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp203 bool DbiStream::hasOldFpoRecords() const { return OldFpoStream != nullptr; } in hasOldFpoRecords() function in DbiStream
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp986 if (!Dbi.hasOldFpoRecords()) { in dumpOldFpo()