HomeSort by: relevance | last modified time | path
    Searched defs:getCallingConvention (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeFunctionSig.cpp 118 dumpSymbolField(OS, "callingConvention", getCallingConvention(), Indent);
151 PDB_CallingConv NativeTypeFunctionSig::getCallingConvention() const {
NativeRawSymbol.cpp 144 PDB_CallingConv NativeRawSymbol::getCallingConvention() const {
  /src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
Dwarf.cpp 404 unsigned llvm::dwarf::getCallingConvention(StringRef CCString) {
  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CGFunctionInfo.h 683 /// getCallingConvention - Return the user specified calling
685 unsigned getCallingConvention() const { return CallingConvention; }
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 624 PDB_CallingConv DIARawSymbol::getCallingConvention() const {

Completed in 23 milliseconds