Home
last modified time | relevance | path

Searched refs:getCallingConvention (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp68 PDB_CallingConv CC = Symbol.getCallingConvention(); in start()
169 CallingConvention CC = Signature->getCallingConvention(); in start()
176 << Signature->getCallingConvention() << " "; in start()
H A DPrettyVariableDumper.cpp186 PDB_CallingConv CC = FuncSig->getCallingConvention(); in dump()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeFunctionSig.h31 FORWARD_SYMBOL_METHOD(getCallingConvention)
H A DIPDBRawSymbol.h97 virtual PDB_CallingConv getCallingConvention() const = 0;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp119 dumpSymbolField(OS, "callingConvention", getCallingConvention(), Indent); in dump()
152 PDB_CallingConv NativeTypeFunctionSig::getCallingConvention() const { in getCallingConvention() function in NativeTypeFunctionSig
H A DNativeRawSymbol.cpp143 PDB_CallingConv NativeRawSymbol::getCallingConvention() const { in getCallingConvention() function in NativeRawSymbol
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.h42 PDB_CallingConv getCallingConvention() const override;
H A DNativeRawSymbol.h77 PDB_CallingConv getCallingConvention() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h72 PDB_CallingConv getCallingConvention() const override;
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DDwarf.h601 unsigned getCallingConvention(StringRef LanguageString);
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp252 MOCK_SYMBOL_ACCESSOR(getCallingConvention)
/llvm-project-15.0.7/llvm/lib/BinaryFormat/
H A DDwarf.cpp404 unsigned llvm::dwarf::getCallingConvention(StringRef CCString) { in getCallingConvention() function in llvm::dwarf
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGVTables.cpp350 CallFnInfo.getCallingConvention() == CurFnInfo->getCallingConvention()); in EmitCallAndReturnForThunk()
H A DTargetInfo.cpp1130 : IsPreassigned(FI.arg_size()), CC(FI.getCallingConvention()) {} in CCState()
2085 FI.getCallingConvention() == llvm::CallingConv::X86_ThisCall; in rewriteWithInAlloca()
3957 const unsigned CallingConv = FI.getCallingConvention(); in computeInfo()
4413 const unsigned CC = FI.getCallingConvention(); in computeInfo()
5533 FI.getCallingConvention()); in computeInfo()
6523 FI.getCallingConvention()); in computeInfo()
6527 FI.getCallingConvention()); in computeInfo()
6531 if (FI.getCallingConvention() != llvm::CallingConv::C) in computeInfo()
7283 if (FI.getCallingConvention() != llvm::CallingConv::C) in computeInfo()
9143 llvm::CallingConv::ID CC = FI.getCallingConvention(); in computeInfo()
[all …]
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h688 unsigned getCallingConvention() const { return CallingConvention; } in getCallingConvention() function
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp651 auto cc = TranslateCallingConvention(func_sig->getCallingConvention()); in CreateLLDBTypeFromPDBType()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp624 PDB_CallingConv DIARawSymbol::getCallingConvention() const { in getCallingConvention() function in DIARawSymbol
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp4161 unsigned CC = dwarf::getCallingConvention(Lex.getStrVal()); in parseMDField()