Home
last modified time | relevance | path

Searched refs:RuntimeCC (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/CodeGen/
DABIInfo.h53 llvm::CallingConv::ID RuntimeCC;
58 RuntimeCC(llvm::CallingConv::C), in ABIInfo()
74 return RuntimeCC; in getRuntimeCC()
DCodeGenTypeCache.h99 llvm::CallingConv::ID RuntimeCC; member
100 llvm::CallingConv::ID getRuntimeCC() const { return RuntimeCC; } in getRuntimeCC()
DCodeGenModule.cpp112 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC(); in CodeGenModule()
DTargetInfo.cpp5197 RuntimeCC = abiCC; in setCCs()
/external/llvm-project/clang/lib/CodeGen/
DABIInfo.h54 llvm::CallingConv::ID RuntimeCC;
57 : CGT(cgt), RuntimeCC(llvm::CallingConv::C) {} in ABIInfo()
75 return RuntimeCC; in getRuntimeCC()
DCodeGenTypeCache.h112 llvm::CallingConv::ID RuntimeCC; member
113 llvm::CallingConv::ID getRuntimeCC() const { return RuntimeCC; } in getRuntimeCC()
DCodeGenModule.cpp135 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC(); in CodeGenModule()
DTargetInfo.cpp6374 RuntimeCC = abiCC; in setCCs()