HomeSort by relevance Sort by last modified time
    Searched refs:getModule (Results 26 - 50 of 76) sorted by null

12 3 4

  /external/clang/lib/CodeGen/
CGBlocks.cpp 121 new llvm::GlobalVariable(CGM.getModule(), init->getType(), true,
    [all...]
CodeGenFunction.cpp 35 Builder(cgm.getModule().getContext()),
367 CGM.getModule().getOrInsertNamedMetadata("opencl.kernels");
    [all...]
CGCXX.cpp 154 new llvm::GlobalAlias(AliasType, Linkage, "", Aliasee, &getModule());
CGDeclCXX.cpp 230 Name, &CGM.getModule());
CGDecl.cpp 191 new llvm::GlobalVariable(CGM.getModule(), LTy,
245 GV = new llvm::GlobalVariable(CGM.getModule(), Init->getType(),
    [all...]
CodeGenTypes.cpp 33 TheModule(CGM.getModule()), TheDataLayout(CGM.getDataLayout()),
CGExpr.cpp 188 new llvm::GlobalVariable(CGF.CGM.getModule(),
    [all...]
CGVTables.cpp 233 CGM.getModule().getFunctionList().push_back(NewFn);
    [all...]
CodeGenModule.h 479 llvm::Module &getModule() const { return TheModule; }
    [all...]
ItaniumCXXABI.cpp     [all...]