Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h235 HasInlineAssembly = 0x00000008, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp218 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasInlineAssembly),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp117 PUSH_FLAG(FrameProcedureOptions, HasInlineAssembly, FPO, "has inline asm"); in formatFrameProcedureOptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1525 FPO |= FrameProcedureOptions::HasInlineAssembly; in beginFunctionImpl()