Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeFunctionSig.h31 FORWARD_SYMBOL_METHOD(getCallingConvention)
H A DIPDBRawSymbol.h97 virtual PDB_CallingConv getCallingConvention() const = 0;
/src/contrib/llvm-project/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
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.h42 PDB_CallingConv getCallingConvention() const override;
H A DNativeRawSymbol.h77 PDB_CallingConv getCallingConvention() const override;
/src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp236 FI.getCallingConvention()); in computeInfo()
240 FI.getCallingConvention()); in computeInfo()
244 if (FI.getCallingConvention() != llvm::CallingConv::C) in computeInfo()
H A DSPIR.cpp96 llvm::CallingConv::ID CC = FI.getCallingConvention(); in computeInfo()
H A DNVPTX.cpp213 if (FI.getCallingConvention() != llvm::CallingConv::C) in computeInfo()
H A DAArch64.cpp55 FI.getCallingConvention()); in computeInfo()
540 CGF.CurFnInfo->getCallingConvention()); in EmitAAPCSVAArg()
H A DX86.cpp95 : IsPreassigned(FI.arg_size()), CC(FI.getCallingConvention()), in CCState()
1040 FI.getCallingConvention() == llvm::CallingConv::X86_ThisCall; in rewriteWithInAlloca()
2906 const unsigned CallingConv = FI.getCallingConvention(); in computeInfo()
3362 const unsigned CC = FI.getCallingConvention(); in computeInfo()
H A DAMDGPU.cpp102 llvm::CallingConv::ID CC = FI.getCallingConvention(); in computeInfo()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h72 PDB_CallingConv getCallingConvention() const override;
/src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h707 unsigned getCallingConvention() const { return CallingConvention; } in getCallingConvention() function
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp363 CallFnInfo.getCallingConvention() == CurFnInfo->getCallingConvention()); in EmitCallAndReturnForThunk()
/src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp481 unsigned llvm::dwarf::getCallingConvention(StringRef CCString) { in getCallingConvention() function in llvm::dwarf
/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h1017 unsigned getCallingConvention(StringRef LanguageString);
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp624 PDB_CallingConv DIARawSymbol::getCallingConvention() const { in getCallingConvention() function in DIARawSymbol
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp655 auto cc = TranslateCallingConvention(func_sig->getCallingConvention()); in CreateLLDBTypeFromPDBType()
/src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4829 unsigned CC = dwarf::getCallingConvention(Lex.getStrVal()); in parseMDField()