Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h237 MarkedInline = 0x00000020, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp220 CV_ENUM_CLASS_ENT(FrameProcedureOptions, MarkedInline),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp119 PUSH_FLAG(FrameProcedureOptions, MarkedInline, FPO, "marked inline"); in formatFrameProcedureOptions()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1319 if (FrameProcedureOptions::MarkedInline == in visitKnownRecord()
1320 (Flags & FrameProcedureOptions::MarkedInline)) in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1534 FPO |= FrameProcedureOptions::MarkedInline; in beginFunctionImpl()