Home
last modified time | relevance | path

Searched refs:NearFast (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h183 NearFast = 0x04, // near left to right push with regs, callee pops stack enumerator
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dtypes-calling-conv.ll126 ; CHECK: CallingConvention: NearFast (0x4)
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp79 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearFast , "fastcall", OS) in operator <<()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp403 CV_ENUM_CLASS_ENT(CallingConvention, NearFast),
H A DTypeDumpVisitor.cpp116 ENUM_ENTRY(CallingConvention, NearFast),
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp119 RETURN_CASE(CallingConvention, NearFast, "fastcall"); in formatCallingConvention()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp242 IO.enumCase(Value, "NearFast", CallingConvention::NearFast); in enumeration()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp344 case llvm::codeview::CallingConvention::NearFast: in TranslateCallingConvention()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp195 case CC::NearFast: in TranslateCallingConvention()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1949 case dwarf::DW_CC_BORLAND_msfastcall: return CallingConvention::NearFast; in dwarfCCToCodeView()