Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DABIInfo.h55 llvm::CallingConv::ID RuntimeCC;
58 : CGT(cgt), RuntimeCC(llvm::CallingConv::C) {} in ABIInfo()
74 return RuntimeCC; in getRuntimeCC()
H A DCodeGenTypeCache.h113 llvm::CallingConv::ID RuntimeCC; member
114 llvm::CallingConv::ID getRuntimeCC() const { return RuntimeCC; } in getRuntimeCC()
H A DCodeGenModule.cpp127 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC(); in CodeGenModule()
H A DTargetInfo.cpp5793 RuntimeCC = abiCC; in setCCs()