Home
last modified time | relevance | path

Searched refs:HasInlineAssembly (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h228 HasInlineAssembly = 0x00000008, enumerator
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp214 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasInlineAssembly),
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp116 PUSH_FLAG(FrameProcedureOptions, HasInlineAssembly, FPO, "has inline asm"); in formatFrameProcedureOptions()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1489 FPO |= FrameProcedureOptions::HasInlineAssembly; in beginFunctionImpl()