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 252 bool EmitCodeView = MMI->getModule()->getCodeViewFlag();
253 if (EmitCodeView && TM.getTargetTriple().isKnownWindowsMSVCEnvironment()) {
258 if (!EmitCodeView || MMI->getModule()->getDwarfVersion()) {
    [all...]
  /external/clang/lib/Driver/
Tools.h 99 bool *EmitCodeView) const;
    [all...]
Tools.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 195 CGM.getCodeGenOpts().EmitCodeView;
203 Policy.MSVCFormatting = CGM.getCodeGenOpts().EmitCodeView;
277 if (CGM.getCodeGenOpts().EmitCodeView) {
    [all...]
CodeGenModule.cpp 423 if (CodeGenOpts.EmitCodeView) {
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 494 Opts.EmitCodeView = Args.hasArg(OPT_gcodeview);
    [all...]

Completed in 347 milliseconds