Home
last modified time | relevance | path

Searched refs:setDebugInfo (Results 1 – 7 of 7) sorted by relevance

/external/llvm/tools/lto/
DLTOCodeGenerator.h67 void setDebugInfo(lto_debug_model);
Dlto.cpp150 cg->setDebugInfo(debug); in lto_codegen_set_debug_model()
DLTOCodeGenerator.cpp134 void LTOCodeGenerator::setDebugInfo(lto_debug_model debug) { in setDebugInfo() function in LTOCodeGenerator
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.h183 void setDebugInfo(blink::WebGraphicsLayerDebugInfo*);
DGraphicsLayer.cpp508 void GraphicsLayer::setDebugInfo(blink::WebGraphicsLayerDebugInfo* debugInfo) in setDebugInfo() function in WebCore::GraphicsLayer
/external/clang/lib/Frontend/
DCompilerInvocation.cpp320 Opts.setDebugInfo(CodeGenOptions::DebugLineTablesOnly); in ParseCodeGenArgs()
324 Opts.setDebugInfo(CodeGenOptions::LimitedDebugInfo); in ParseCodeGenArgs()
326 Opts.setDebugInfo(CodeGenOptions::FullDebugInfo); in ParseCodeGenArgs()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp1239 graphicsLayer->setDebugInfo(debugInfo); in gatherDebugLayoutRects()