Home
last modified time | relevance | path

Searched refs:NearPascal (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h176 NearPascal = 0x02, // near left to right push, callee pops stack enumerator
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp78 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearPascal , "pascal", OS) in operator <<()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp114 ENUM_ENTRY(CallingConvention, NearPascal),
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp117 RETURN_CASE(CallingConvention, NearPascal, "pascal"); in formatCallingConvention()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp236 IO.enumCase(Value, "NearPascal", CallingConvention::NearPascal); in enumeration()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp351 case llvm::codeview::CallingConvention::NearPascal: in TranslateCallingConvention()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp139 case CC::NearPascal: in TranslateCallingConvention()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1735 case dwarf::DW_CC_BORLAND_pascal: return CallingConvention::NearPascal; in dwarfCCToCodeView()