Home
last modified time | relevance | path

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

12

/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp63 PDB_CallingConv CC = Symbol.getCallingConvention(); in start()
158 CallingConvention CC = Signature->getCallingConvention(); in start()
165 << Signature->getCallingConvention() << " "; in start()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DPrettyFunctionDumper.cpp65 PDB_CallingConv CC = Symbol.getCallingConvention(); in start()
166 CallingConvention CC = Signature->getCallingConvention(); in start()
173 << Signature->getCallingConvention() << " "; in start()
DPrettyVariableDumper.cpp184 PDB_CallingConv CC = FuncSig->getCallingConvention(); in dump()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeFunctionSig.h31 FORWARD_SYMBOL_METHOD(getCallingConvention)
DIPDBRawSymbol.h97 virtual PDB_CallingConv getCallingConvention() const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeFunctionSig.h31 FORWARD_SYMBOL_METHOD(getCallingConvention)
DIPDBRawSymbol.h101 virtual PDB_CallingConv getCallingConvention() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeFunctionSig.h35 FORWARD_SYMBOL_METHOD(getCallingConvention)
DIPDBRawSymbol.h59 virtual PDB_CallingConv getCallingConvention() const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeFunctionSig.cpp118 dumpSymbolField(OS, "callingConvention", getCallingConvention(), Indent); in dump()
151 PDB_CallingConv NativeTypeFunctionSig::getCallingConvention() const { in getCallingConvention() function in NativeTypeFunctionSig
DNativeRawSymbol.cpp144 PDB_CallingConv NativeRawSymbol::getCallingConvention() const { in getCallingConvention() function in NativeRawSymbol
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeFunctionSig.cpp118 dumpSymbolField(OS, "callingConvention", getCallingConvention(), Indent); in dump()
151 PDB_CallingConv NativeTypeFunctionSig::getCallingConvention() const { in getCallingConvention() function in NativeTypeFunctionSig
DNativeRawSymbol.cpp144 PDB_CallingConv NativeRawSymbol::getCallingConvention() const { in getCallingConvention() function in NativeRawSymbol
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypeFunctionSig.h45 PDB_CallingConv getCallingConvention() const override;
DNativeRawSymbol.h77 PDB_CallingConv getCallingConvention() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypeFunctionSig.h45 PDB_CallingConv getCallingConvention() const override;
DNativeRawSymbol.h77 PDB_CallingConv getCallingConvention() const override;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h51 PDB_CallingConv getCallingConvention() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h72 PDB_CallingConv getCallingConvention() const override;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h72 PDB_CallingConv getCallingConvention() const override;
/external/llvm/lib/Support/
DDwarf.cpp398 unsigned llvm::dwarf::getCallingConvention(StringRef CCString) { in getCallingConvention() function in llvm::dwarf
/external/llvm/include/llvm/Support/
DDwarf.h649 unsigned getCallingConvention(StringRef LanguageString);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.h498 unsigned getCallingConvention(StringRef LanguageString);
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp167 MOCK_SYMBOL_ACCESSOR(getCallingConvention)
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.h575 unsigned getCallingConvention(StringRef LanguageString);

12