Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDPrettyFunctionDumper.cpp70 if ((ClassParent && CC == CallingConvention::ThisCall) || in start()
173 if ((ClassParent && CC != CallingConvention::ThisCall) || in start()
HDMinimalTypeDumper.cpp129 RETURN_CASE(CallingConvention, ThisCall, "thiscall"); in formatCallingConvention()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDCodeView.h195 ThisCall = 0x0b, // this call (this passed in register) enumerator
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDPDBExtras.cpp85 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ThisCall , "thiscall", OS) in operator <<()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDEnumTables.cpp413 CV_ENUM_CLASS_ENT(CallingConvention, ThisCall),
HDTypeDumpVisitor.cpp122 ENUM_ENTRY(CallingConvention, ThisCall),
/freebsd-head/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLTypes.cpp248 IO.enumCase(Value, "ThisCall", CallingConvention::ThisCall); in enumeration()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.cpp353 case llvm::codeview::CallingConvention::ThisCall: in TranslateCallingConvention()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbAstBuilder.cpp150 case CC::ThisCall: in TranslateCallingConvention()
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDTypePrinter.cpp1979 case attr::ThisCall: OS << "thiscall"; break; in printAttributedAfter()
HDType.cpp4148 case attr::ThisCall: in isCallingConv()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp2002 case dwarf::DW_CC_BORLAND_thiscall: return CallingConvention::ThisCall; in dwarfCCToCodeView()
/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDAttr.td3072 def ThisCall : DeclOrTypeAttr {