Home
last modified time | relevance | path

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

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