Searched refs:NearFast (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 180 NearFast = 0x04, // near left to right push with regs, callee pops stack enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 79 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearFast , "fastcall", OS) in operator <<()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 403 CV_ENUM_CLASS_ENT(CallingConvention, NearFast),
|
| H A D | TypeDumpVisitor.cpp | 116 ENUM_ENTRY(CallingConvention, NearFast),
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 119 RETURN_CASE(CallingConvention, NearFast, "fastcall"); in formatCallingConvention()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 242 IO.enumCase(Value, "NearFast", CallingConvention::NearFast); in enumeration()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 352 case llvm::codeview::CallingConvention::NearFast: in TranslateCallingConvention()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 143 case CC::NearFast: in TranslateCallingConvention()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1968 case dwarf::DW_CC_BORLAND_msfastcall: return CallingConvention::NearFast; in dwarfCCToCodeView()
|