Home
last modified time | relevance | path

Searched refs:lto_debug_model (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm-c/
Dlto.h48 } lto_debug_model; typedef
214 lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model);
/external/llvm/include/llvm-c/
Dlto.h80 } lto_debug_model; typedef
399 lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model);
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.h38 bool setDebugInfo(lto_debug_model, std::string& errMsg);
Dlto.cpp219 bool lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model debug) in lto_codegen_set_debug_model()
DLTOCodeGenerator.cpp107 bool LTOCodeGenerator::setDebugInfo(lto_debug_model debug, std::string& errMsg) in setDebugInfo()
/external/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h81 void setDebugInfo(lto_debug_model);
/external/llvm/tools/lto/
Dlto.cpp352 bool lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model debug) { in lto_codegen_set_debug_model()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp170 void LTOCodeGenerator::setDebugInfo(lto_debug_model Debug) { in setDebugInfo()