Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DABIInfo.h50 llvm::CallingConv::ID RuntimeCC;
53 : CGT(cgt), RuntimeCC(llvm::CallingConv::C) {} in ABIInfo()
71 return RuntimeCC; in getRuntimeCC()
H A DCodeGenTypeCache.h121 llvm::CallingConv::ID RuntimeCC; member
122 llvm::CallingConv::ID getRuntimeCC() const { return RuntimeCC; } in getRuntimeCC()
H A DTargetInfo.cpp6569 RuntimeCC = abiCC; in setCCs()
10437 RuntimeCC = llvm::CallingConv::SPIR_FUNC; in setCCs()
H A DCodeGenModule.cpp149 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC(); in CodeGenModule()