Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h214 HasInlineAssembly = 0x00000008, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h223 HasInlineAssembly = 0x00000008, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h223 HasInlineAssembly = 0x00000008, enumerator
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp223 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasInlineAssembly),
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp211 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasInlineAssembly),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp203 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasInlineAssembly),
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp114 PUSH_FLAG(FrameProcedureOptions, HasInlineAssembly, FPO, "has inline asm"); in formatFrameProcedureOptions()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1392 FPO |= FrameProcedureOptions::HasInlineAssembly; in beginFunctionImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1377 FPO |= FrameProcedureOptions::HasInlineAssembly; in beginFunctionImpl()