Searched refs:NearPascal (Results 1 – 19 of 19) sorted by relevance
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 167 NearPascal = 0x02, // near left to right push, callee pops stack enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 176 NearPascal = 0x02, // near left to right push, callee pops stack enumerator
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 176 NearPascal = 0x02, // near left to right push, callee pops stack enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 77 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearPascal , "pascal", OS) in operator <<()
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 51 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearPascal , "pascal", OS) in operator <<()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 77 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearPascal , "pascal", OS) in operator <<()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 398 CV_ENUM_CLASS_ENT(CallingConvention, NearPascal),
|
D | TypeDumpVisitor.cpp | 113 ENUM_ENTRY(CallingConvention, NearPascal),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 390 CV_ENUM_CLASS_ENT(CallingConvention, NearPascal),
|
D | TypeDumpVisitor.cpp | 113 ENUM_ENTRY(CallingConvention, NearPascal),
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 117 RETURN_CASE(CallingConvention, NearPascal, "pascal"); in formatCallingConvention()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 160 ENUM_ENTRY(CallingConvention, NearPascal),
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 235 IO.enumCase(Value, "NearPascal", CallingConvention::NearPascal); in enumeration()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 235 IO.enumCase(Value, "NearPascal", CallingConvention::NearPascal); in enumeration()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | PDBASTParser.cpp | 348 case llvm::codeview::CallingConvention::NearPascal: in TranslateCallingConvention()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | PdbAstBuilder.cpp | 132 case CC::NearPascal: in TranslateCallingConvention()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1238 case dwarf::DW_CC_BORLAND_pascal: return CallingConvention::NearPascal; in dwarfCCToCodeView()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1815 case dwarf::DW_CC_BORLAND_pascal: return CallingConvention::NearPascal; in dwarfCCToCodeView()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1794 case dwarf::DW_CC_BORLAND_pascal: return CallingConvention::NearPascal; in dwarfCCToCodeView()
|