Home
last modified time | relevance | path

Searched refs:NearFast (Results 1 – 21 of 21) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h169 NearFast = 0x04, // near left to right push with regs, callee pops stack enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h178 NearFast = 0x04, // near left to right push with regs, callee pops stack enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h178 NearFast = 0x04, // near left to right push with regs, callee pops stack enumerator
/external/llvm/test/DebugInfo/COFF/
Dtypes-calling-conv.ll114 ; CHECK: CallingConvention: NearFast (0x4)
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dtypes-calling-conv.ll126 ; CHECK: CallingConvention: NearFast (0x4)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp79 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearFast , "fastcall", OS) in operator <<()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp53 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearFast , "fastcall", OS) in operator <<()
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp79 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearFast , "fastcall", OS) in operator <<()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp400 CV_ENUM_CLASS_ENT(CallingConvention, NearFast),
DTypeDumpVisitor.cpp115 ENUM_ENTRY(CallingConvention, NearFast),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp392 CV_ENUM_CLASS_ENT(CallingConvention, NearFast),
DTypeDumpVisitor.cpp115 ENUM_ENTRY(CallingConvention, NearFast),
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp116 RETURN_CASE(CallingConvention, NearFast, "fastcall"); in formatCallingConvention()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp162 ENUM_ENTRY(CallingConvention, NearFast),
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp237 IO.enumCase(Value, "NearFast", CallingConvention::NearFast); in enumeration()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp237 IO.enumCase(Value, "NearFast", CallingConvention::NearFast); in enumeration()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp342 case llvm::codeview::CallingConvention::NearFast: in TranslateCallingConvention()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp135 case CC::NearFast: in TranslateCallingConvention()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1235 case dwarf::DW_CC_BORLAND_msfastcall: return CallingConvention::NearFast; in dwarfCCToCodeView()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1812 case dwarf::DW_CC_BORLAND_msfastcall: return CallingConvention::NearFast; in dwarfCCToCodeView()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1791 case dwarf::DW_CC_BORLAND_msfastcall: return CallingConvention::NearFast; in dwarfCCToCodeView()