Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp65 PDB_CallingConv CC = Symbol.getCallingConvention(); in start()
166 CallingConvention CC = Signature->getCallingConvention(); in start()
173 << Signature->getCallingConvention() << " "; in start()
H A DPrettyVariableDumper.cpp184 PDB_CallingConv CC = FuncSig->getCallingConvention(); in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp118 dumpSymbolField(OS, "callingConvention", getCallingConvention(), Indent); in dump()
151 PDB_CallingConv NativeTypeFunctionSig::getCallingConvention() const { in getCallingConvention() function in NativeTypeFunctionSig
H A DNativeRawSymbol.cpp144 PDB_CallingConv NativeRawSymbol::getCallingConvention() const { in getCallingConvention() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeFunctionSig.h31 FORWARD_SYMBOL_METHOD(getCallingConvention)
H A DIPDBRawSymbol.h97 virtual PDB_CallingConv getCallingConvention() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.h45 PDB_CallingConv getCallingConvention() const override;
H A DNativeRawSymbol.h77 PDB_CallingConv getCallingConvention() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h72 PDB_CallingConv getCallingConvention() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DDwarf.h596 unsigned getCallingConvention(StringRef LanguageString);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DDwarf.cpp404 unsigned llvm::dwarf::getCallingConvention(StringRef CCString) { in getCallingConvention() function in llvm::dwarf
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGVTables.cpp346 CallFnInfo.getCallingConvention() == CurFnInfo->getCallingConvention()); in EmitCallAndReturnForThunk()
H A DTargetInfo.cpp1086 : IsPreassigned(FI.arg_size()), CC(FI.getCallingConvention()) {} in CCState()
2032 FI.getCallingConvention() == llvm::CallingConv::X86_ThisCall; in rewriteWithInAlloca()
3862 const unsigned CallingConv = FI.getCallingConvention(); in computeInfo()
4305 const unsigned CC = FI.getCallingConvention(); in computeInfo()
5437 FI.getCallingConvention()); in computeInfo()
5875 CGF.CurFnInfo->getCallingConvention()); in EmitAAPCSVAArg()
6364 FI.getCallingConvention()); in computeInfo()
6368 FI.getCallingConvention()); in computeInfo()
6372 if (FI.getCallingConvention() != llvm::CallingConv::C) in computeInfo()
7114 if (FI.getCallingConvention() != llvm::CallingConv::C) in computeInfo()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h685 unsigned getCallingConvention() const { return CallingConvention; } in getCallingConvention() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp624 PDB_CallingConv DIARawSymbol::getCallingConvention() const { in getCallingConvention() function in DIARawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp4366 unsigned CC = dwarf::getCallingConvention(Lex.getStrVal()); in parseMDField()