Home
last modified time | relevance | path

Searched refs:dumpOldFpo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h86 Error dumpOldFpo(PDBFile &File);
H A DDumpOutputStyle.cpp980 Error DumpOutputStyle::dumpOldFpo(PDBFile &File) { in dumpOldFpo() function in DumpOutputStyle
1053 if (auto EC = dumpOldFpo(File)) in dumpFpo()