Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h180 NearFast = 0x04, // near left to right push with regs, callee pops stack enumerator
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp79 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearFast , "fastcall", OS) in operator <<()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp403 CV_ENUM_CLASS_ENT(CallingConvention, NearFast),
H A DTypeDumpVisitor.cpp116 ENUM_ENTRY(CallingConvention, NearFast),
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp119 RETURN_CASE(CallingConvention, NearFast, "fastcall"); in formatCallingConvention()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp242 IO.enumCase(Value, "NearFast", CallingConvention::NearFast); in enumeration()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp352 case llvm::codeview::CallingConvention::NearFast: in TranslateCallingConvention()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp143 case CC::NearFast: in TranslateCallingConvention()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1968 case dwarf::DW_CC_BORLAND_msfastcall: return CallingConvention::NearFast; in dwarfCCToCodeView()