Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.h38 bool setDebugInfo(lto_debug_model, std::string& errMsg);
Dlto.cpp221 return cg->setDebugInfo(debug, sLastErrorString); in lto_codegen_set_debug_model()
DLTOCodeGenerator.cpp107 bool LTOCodeGenerator::setDebugInfo(lto_debug_model debug, std::string& errMsg) in setDebugInfo() function in LTOCodeGenerator
/external/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h81 void setDebugInfo(lto_debug_model);
/external/r8/src/main/java/com/android/tools/r8/ir/desugar/
DInterfaceProcessor.java63 dexCode.setDebugInfo(dexCode.debugInfoWithAdditionalFirstParameter(null)); in process()
DLambdaClass.java460 dexCode.setDebugInfo(dexCode.debugInfoWithAdditionalFirstParameter(null)); in ensureAccessibility()
/external/r8/src/main/java/com/android/tools/r8/optimize/
DDebugStripper.java152 code.setDebugInfo(newInfo); in processCode()
/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp155 CodeGenOpts.setDebugInfo(codegenoptions::FullDebugInfo); in PCHContainerGenerator()
/external/r8/src/main/java/com/android/tools/r8/graph/
DDexCode.java75 public void setDebugInfo(DexDebugInfo debugInfo) { in setDebugInfo() method in DexCode
/external/llvm/tools/lto/
Dlto.cpp353 unwrap(cg)->setDebugInfo(debug); in lto_codegen_set_debug_model()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp170 void LTOCodeGenerator::setDebugInfo(lto_debug_model Debug) { in setDebugInfo() function in LTOCodeGenerator
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp761 CodeGen.setDebugInfo(LTO_DEBUG_MODEL_DWARF); in main()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp478 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()
826 Opts.setDebugInfo(codegenoptions::LocTrackingOnly); in ParseCodeGenArgs()