Searched refs:FarFast (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 170 FarFast = 0x05, // far left to right push with regs, callee pops stack enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 179 FarFast = 0x05, // far left to right push with regs, callee pops stack enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 54 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarFast , "fastcall", OS) in operator <<()
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 54 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarFast , "fastcall", OS) in operator <<()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 117 ENUM_ENTRY(CallingConvention, FarFast),
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 83 RETURN_CASE(CallingConvention, FarFast, "far fastcall"); in formatCallingConvention()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 163 ENUM_ENTRY(CallingConvention, FarFast),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 239 IO.enumCase(Value, "FarFast", CallingConvention::FarFast); in enumeration()
|