Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h189 NearFast = 0x04, // near left to right push with regs, callee pops stack enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp79 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearFast , "fastcall", OS) in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp407 CV_ENUM_CLASS_ENT(CallingConvention, NearFast),
H A DTypeDumpVisitor.cpp116 ENUM_ENTRY(CallingConvention, NearFast),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp120 RETURN_CASE(CallingConvention, NearFast, "fastcall"); in formatCallingConvention()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp242 IO.enumCase(Value, "NearFast", CallingConvention::NearFast); in enumeration()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp351 case llvm::codeview::CallingConvention::NearFast: in TranslateCallingConvention()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp144 case CC::NearFast: in TranslateCallingConvention()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2001 case dwarf::DW_CC_BORLAND_msfastcall: return CallingConvention::NearFast; in lowerTypeModifier()