/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 169 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/ |
D | CodeView.h | 178 NearFast = 0x04, // near left to right push with regs, callee pops stack enumerator
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 178 NearFast = 0x04, // near left to right push with regs, callee pops stack enumerator
|
/external/llvm/test/DebugInfo/COFF/ |
D | types-calling-conv.ll | 114 ; CHECK: CallingConvention: NearFast (0x4)
|
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
D | types-calling-conv.ll | 126 ; CHECK: CallingConvention: NearFast (0x4)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 79 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearFast , "fastcall", OS) in operator <<()
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 53 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearFast , "fastcall", OS) in operator <<()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 79 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearFast , "fastcall", OS) in operator <<()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 400 CV_ENUM_CLASS_ENT(CallingConvention, NearFast),
|
D | TypeDumpVisitor.cpp | 115 ENUM_ENTRY(CallingConvention, NearFast),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 392 CV_ENUM_CLASS_ENT(CallingConvention, NearFast),
|
D | TypeDumpVisitor.cpp | 115 ENUM_ENTRY(CallingConvention, NearFast),
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 116 RETURN_CASE(CallingConvention, NearFast, "fastcall"); in formatCallingConvention()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 162 ENUM_ENTRY(CallingConvention, NearFast),
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 237 IO.enumCase(Value, "NearFast", CallingConvention::NearFast); in enumeration()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 237 IO.enumCase(Value, "NearFast", CallingConvention::NearFast); in enumeration()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | PDBASTParser.cpp | 342 case llvm::codeview::CallingConvention::NearFast: in TranslateCallingConvention()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | PdbAstBuilder.cpp | 135 case CC::NearFast: in TranslateCallingConvention()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1235 case dwarf::DW_CC_BORLAND_msfastcall: return CallingConvention::NearFast; in dwarfCCToCodeView()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1812 case dwarf::DW_CC_BORLAND_msfastcall: return CallingConvention::NearFast; in dwarfCCToCodeView()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1791 case dwarf::DW_CC_BORLAND_msfastcall: return CallingConvention::NearFast; in dwarfCCToCodeView()
|