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