Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getLangOpts

86     : Context(C), LangOpts(C.getLangOpts()), HeaderSearchOpts(HSO),
135 TBAA = new CodeGenTBAA(Context, VMContext, CodeGenOpts, getLangOpts(),
147 if (C.getLangOpts().ObjC1)
371 if (Context.getLangOpts().CUDA && !Context.getLangOpts().CUDAIsDevice &&
393 (Context.getLangOpts().Modules || !LinkerOptionsMetadata.empty())) {
442 uint64_t EnumWidth = Context.getLangOpts().ShortEnums ? 1 : 4;
451 if (uint32_t PLevel = Context.getLangOpts().PICLevel) {
1530 if (getLangOpts().CPlusPlus && isa<VarDecl>(Global) &&
1860 } else if (getLangOpts().CPlusPlus && D) {
1945 if (Context.getLangOpts().CPlusPlus) {
2177 if (!getLangOpts().CPlusPlus)
2251 if (getLangOpts().CPlusPlus && getLangOpts().CUDAIsDevice
2281 if (getLangOpts().CPlusPlus) {
2292 if (getLangOpts().CPlusPlus && !NeedsGlobalDtor)
2508 return !Context.getLangOpts().AppleKext ? llvm::Function::LinkOnceODRLinkage
2516 return !Context.getLangOpts().AppleKext ? llvm::Function::WeakODRLinkage
2521 if (!getLangOpts().CPlusPlus && isa<VarDecl>(D) &&
2969 std::string StringClass(getLangOpts().ObjCConstantStringClass);
3152 if (CGM.getLangOpts().OpenCL)
3158 M, C->getType(), !CGM.getLangOpts().WritableStrings, LT, C, GlobalName,
3888 if (!ForEH && !getLangOpts().RTTI)