Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DABIInfo.h48 llvm::CallingConv::ID RuntimeCC; variable
51 : CGT(cgt), RuntimeCC(llvm::CallingConv::C) {} in ABIInfo()
67 return RuntimeCC; in getRuntimeCC()
H A DCodeGenTypeCache.h124 llvm::CallingConv::ID RuntimeCC; member
125 llvm::CallingConv::ID getRuntimeCC() const { return RuntimeCC; } in getRuntimeCC()
H A DTargetInfo.cpp6582 RuntimeCC = abiCC; in setCCs()
10571 RuntimeCC = llvm::CallingConv::SPIR_FUNC; in setCCs()
H A DCodeGenModule.cpp156 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC(); in CodeGenModule()