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

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 245 bool EmitCodeView = MMI->getModule()->getCodeViewFlag();
246 if (EmitCodeView && TM.getTargetTriple().isKnownWindowsMSVCEnvironment()) {
251 if (!EmitCodeView || MMI->getModule()->getDwarfVersion()) {
    [all...]
  /external/clang/lib/Driver/
Tools.h 95 bool *EmitCodeView) const;
    [all...]
Tools.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 187 if (!Info && FII && !CGM.getCodeGenOpts().EmitCodeView)
195 if (CGM.getCodeGenOpts().EmitCodeView) {
    [all...]
CodeGenModule.cpp 402 if (CodeGenOpts.EmitCodeView) {
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 417 Opts.EmitCodeView = Args.hasArg(OPT_gcodeview);
    [all...]

Completed in 670 milliseconds