HomeSort by relevance Sort by last modified time
    Searched refs:getCallConv (Results 1 - 25 of 36) sorted by null

1 2

  /external/clang/lib/CodeGen/
CGCXX.cpp 108 if (BaseD->getType()->getAs<FunctionType>()->getCallConv() !=
109 D->getType()->getAs<FunctionType>()->getCallConv())
CGDebugInfo.cpp     [all...]
CodeGenFunction.cpp 785 CC = SrcFnTy->getCallConv();
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
TypeTableBuilder.cpp 37 Builder.writeUInt8(static_cast<uint8_t>(Record.getCallConv()));
52 Builder.writeUInt8(static_cast<uint8_t>(Record.getCallConv()));
TypeDumper.cpp 332 W->printEnum("CallingConvention", uint8_t(Proc.getCallConv()),
352 W->printEnum("CallingConvention", uint8_t(MF.getCallConv()),
  /external/clang/lib/AST/
Mangle.cpp 85 CallingConv CC = FT->getCallConv();
MicrosoftMangle.cpp     [all...]
TypePrinter.cpp     [all...]
Expr.cpp 541 switch (FT->getCallConv()) {
    [all...]
  /external/clang/lib/Index/
CodegenNameGenerator.cpp 85 auto CC = MD->getType()->getAs<FunctionProtoType>()->getCallConv();
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 161 CallingConvention getCallConv() const { return CallConv; }
205 CallingConvention getCallConv() const { return CallConv; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 156 CallingConvention getCallConv() const { return CallConv; }
186 CallingConvention getCallConv() const { return CallConv; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 156 CallingConvention getCallConv() const { return CallConv; }
186 CallingConvention getCallConv() const { return CallConv; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 156 CallingConvention getCallConv() const { return CallConv; }
186 CallingConvention getCallConv() const { return CallConv; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 156 CallingConvention getCallConv() const { return CallConv; }
186 CallingConvention getCallConv() const { return CallConv; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 156 CallingConvention getCallConv() const { return CallConv; }
186 CallingConvention getCallConv() const { return CallConv; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 156 CallingConvention getCallConv() const { return CallConv; }
186 CallingConvention getCallConv() const { return CallConv; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 156 CallingConvention getCallConv() const { return CallConv; }
186 CallingConvention getCallConv() const { return CallConv; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 156 CallingConvention getCallConv() const { return CallConv; }
186 CallingConvention getCallConv() const { return CallConv; }
  /external/clang/tools/libclang/
CXType.cpp 528 switch (FD->getCallConv()) {
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaType.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 1432 milliseconds

1 2