Home
last modified time | relevance | path

Searched refs:FarFast (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h190 FarFast = 0x05, // far left to right push with regs, callee pops stack enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp80 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarFast , "fastcall", OS) in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp408 CV_ENUM_CLASS_ENT(CallingConvention, FarFast),
H A DTypeDumpVisitor.cpp117 ENUM_ENTRY(CallingConvention, FarFast),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp111 RETURN_CASE(CallingConvention, FarFast, "far fastcall"); in formatCallingConvention()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp243 IO.enumCase(Value, "FarFast", CallingConvention::FarFast); in enumeration()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp145 case CC::FarFast: in TranslateCallingConvention()