Home
last modified time | relevance | path

Searched refs:setDebugInfoBeforePass (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h201 void setDebugInfoBeforePass(DebugInfoPerPass &PerPassMap) { in setDebugInfoBeforePass() function
278 void setDebugInfoBeforePass(DebugInfoPerPass &PerPassDI) { in setDebugInfoBeforePass() function
/openbsd-src/gnu/llvm/llvm/tools/opt/
H A Dopt.cpp757 Passes.setDebugInfoBeforePass(DebugInfoBeforePass); in main()
777 Passes.setDebugInfoBeforePass(DebugInfoBeforePass); in main()
H A DNewPMDriver.cpp403 Debugify.setDebugInfoBeforePass(DebugInfoBeforePass); in runPassPipeline()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp864 Debugify.setDebugInfoBeforePass(DebugInfoBeforePass); in RunOptimizationPipeline()