Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h179 FarFast = 0x05, // far left to right push with regs, callee pops stack enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp80 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarFast , "fastcall", OS) in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp401 CV_ENUM_CLASS_ENT(CallingConvention, FarFast),
H A DTypeDumpVisitor.cpp116 ENUM_ENTRY(CallingConvention, FarFast),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp107 RETURN_CASE(CallingConvention, FarFast, "far fastcall"); in formatCallingConvention()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp243 IO.enumCase(Value, "FarFast", CallingConvention::FarFast); in enumeration()