Home
last modified time | relevance | path

Searched refs:ValidProfileCounts (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dpgo.ll10 ; CHECK: ValidProfileCounts (0x80000)
15 ; CHECK: ValidProfileCounts (0x80000)
20 ; CHECK: ValidProfileCounts (0x80000)
25 ; CHECK-NOT: ValidProfileCounts (0x80000)
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h242 ValidProfileCounts = 0x00080000, enumerator
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp228 CV_ENUM_CLASS_ENT(FrameProcedureOptions, ValidProfileCounts),
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp132 PUSH_FLAG(FrameProcedureOptions, ValidProfileCounts, FPO, in formatFrameProcedureOptions()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1509 FPO |= FrameProcedureOptions::ValidProfileCounts; in beginFunctionImpl()