Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp286 RuntimeCC = abiCC; in setCCs()