Home
last modified time | relevance | path

Searched refs:FarFast (Results 1 – 15 of 15) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h170 FarFast = 0x05, // far left to right push with regs, callee pops stack enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h179 FarFast = 0x05, // far left to right push with regs, callee pops stack enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h179 FarFast = 0x05, // far left to right push with regs, callee pops stack enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp80 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarFast , "fastcall", OS) in operator <<()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp54 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarFast , "fastcall", OS) in operator <<()
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp80 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarFast , "fastcall", OS) in operator <<()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp401 CV_ENUM_CLASS_ENT(CallingConvention, FarFast),
DTypeDumpVisitor.cpp116 ENUM_ENTRY(CallingConvention, FarFast),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp393 CV_ENUM_CLASS_ENT(CallingConvention, FarFast),
DTypeDumpVisitor.cpp116 ENUM_ENTRY(CallingConvention, FarFast),
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp107 RETURN_CASE(CallingConvention, FarFast, "far fastcall"); in formatCallingConvention()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp163 ENUM_ENTRY(CallingConvention, FarFast),
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp238 IO.enumCase(Value, "FarFast", CallingConvention::FarFast); in enumeration()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp238 IO.enumCase(Value, "FarFast", CallingConvention::FarFast); in enumeration()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp136 case CC::FarFast: in TranslateCallingConvention()