HomeSort by relevance Sort by last modified time
    Searched refs:CGO (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/CodeGen/
ModuleBuilder.h 49 const CodeGenOptions &CGO,
CodeGenABITypes.h 80 std::unique_ptr<CodeGenOptions> CGO;
  /external/clang/lib/CodeGen/
CodeGenABITypes.cpp 31 : CGO(new CodeGenOptions), HSO(new HeaderSearchOptions),
33 CGM(new CodeGen::CodeGenModule(C, *HSO, *PPO, *CGO, M, C.getDiagnostics(),
ModuleBuilder.cpp 62 const PreprocessorOptions &PPO, const CodeGenOptions &CGO,
66 PreprocessorOpts(PPO), CodeGenOpts(CGO), HandlingTopLevelDecls(0),
245 const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO,
248 PreprocessorOpts, CGO, C, CoverageInfo);
CodeGenTBAA.h 96 const CodeGenOptions &CGO,
CodeGenTBAA.cpp 33 const CodeGenOptions &CGO,
35 : Context(Ctx), CodeGenOpts(CGO), Features(Features), MContext(MContext),
CodeGenModule.cpp 83 const CodeGenOptions &CGO, llvm::Module &M,
87 PreprocessorOpts(PPO), CodeGenOpts(CGO), TheModule(M), Diags(diags),
    [all...]

Completed in 1083 milliseconds