Home
last modified time | relevance | path

Searched refs:parseCodeGenDebugOptions (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/tools/lto/
H A Dlto.cpp274 unwrap(cg)->parseCodeGenDebugOptions(); in lto_codegen_write_merged_modules()
283 unwrap(cg)->parseCodeGenDebugOptions(); in lto_codegen_compile()
294 unwrap(cg)->parseCodeGenDebugOptions(); in lto_codegen_compile_to_file()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/LTO/
H A DLTOCodeGenerator.h88 void parseCodeGenDebugOptions();
/minix3/external/bsd/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp533 void LTOCodeGenerator::parseCodeGenDebugOptions() { in parseCodeGenDebugOptions() function in LTOCodeGenerator