Searched refs:ThisCall (Results 1 – 13 of 13) sorted by relevance
| /freebsd-head/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| HD | PrettyFunctionDumper.cpp | 70 if ((ClassParent && CC == CallingConvention::ThisCall) || in start() 173 if ((ClassParent && CC != CallingConvention::ThisCall) || in start()
|
| HD | MinimalTypeDumper.cpp | 129 RETURN_CASE(CallingConvention, ThisCall, "thiscall"); in formatCallingConvention()
|
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| HD | CodeView.h | 195 ThisCall = 0x0b, // this call (this passed in register) enumerator
|
| /freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| HD | PDBExtras.cpp | 85 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ThisCall , "thiscall", OS) in operator <<()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| HD | EnumTables.cpp | 413 CV_ENUM_CLASS_ENT(CallingConvention, ThisCall),
|
| HD | TypeDumpVisitor.cpp | 122 ENUM_ENTRY(CallingConvention, ThisCall),
|
| /freebsd-head/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| HD | CodeViewYAMLTypes.cpp | 248 IO.enumCase(Value, "ThisCall", CallingConvention::ThisCall); in enumeration()
|
| /freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| HD | PDBASTParser.cpp | 353 case llvm::codeview::CallingConvention::ThisCall: in TranslateCallingConvention()
|
| /freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| HD | PdbAstBuilder.cpp | 150 case CC::ThisCall: in TranslateCallingConvention()
|
| /freebsd-head/contrib/llvm-project/clang/lib/AST/ |
| HD | TypePrinter.cpp | 1979 case attr::ThisCall: OS << "thiscall"; break; in printAttributedAfter()
|
| HD | Type.cpp | 4148 case attr::ThisCall: in isCallingConv()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| HD | CodeViewDebug.cpp | 2002 case dwarf::DW_CC_BORLAND_thiscall: return CallingConvention::ThisCall; in dwarfCCToCodeView()
|
| /freebsd-head/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | Attr.td | 3072 def ThisCall : DeclOrTypeAttr {
|