Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.h50 llvm::CallingConv::ID RuntimeCC; variable
54 : CGT(cgt), RuntimeCC(llvm::CallingConv::C) {} in ABIInfo()
69 llvm::CallingConv::ID getRuntimeCC() const { 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 DCodeGenModule.cpp389 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC(); in CodeGenModule()
/src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp64 RuntimeCC = llvm::CallingConv::SPIR_FUNC; in setCCs()
H A DARM.cpp286 RuntimeCC = abiCC; in setCCs()