Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DABIInfo.h54 llvm::CallingConv::ID RuntimeCC;
57 : CGT(cgt), RuntimeCC(llvm::CallingConv::C) {} in ABIInfo()
75 return RuntimeCC; in getRuntimeCC()
H A DCodeGenTypeCache.h115 llvm::CallingConv::ID RuntimeCC; member
116 llvm::CallingConv::ID getRuntimeCC() const { return RuntimeCC; } in getRuntimeCC()
H A DTargetInfo.cpp6410 RuntimeCC = abiCC; in setCCs()
10107 RuntimeCC = llvm::CallingConv::SPIR_FUNC; in setCCs()
H A DCodeGenModule.cpp137 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC(); in CodeGenModule()