Home
last modified time | relevance | path

Searched refs:ThisCall (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp67 if ((ClassParent && CC == CallingConvention::ThisCall) || in start()
170 if ((ClassParent && CC != CallingConvention::ThisCall) || in start()
H A DMinimalTypeDumper.cpp124 RETURN_CASE(CallingConvention, ThisCall, "thiscall"); in formatCallingConvention()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h184 ThisCall = 0x0b, // this call (this passed in register) enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp85 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ThisCall , "thiscall", OS) in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp406 CV_ENUM_CLASS_ENT(CallingConvention, ThisCall),
H A DTypeDumpVisitor.cpp121 ENUM_ENTRY(CallingConvention, ThisCall),
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp248 IO.enumCase(Value, "ThisCall", CallingConvention::ThisCall); in enumeration()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp1706 case attr::ThisCall: OS << "thiscall"; break; in printAttributedAfter()
H A DType.cpp3558 case attr::ThisCall: in isCallingConv()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1843 case dwarf::DW_CC_BORLAND_thiscall: return CallingConvention::ThisCall; in dwarfCCToCodeView()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td2502 def ThisCall : DeclOrTypeAttr {