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/
DDebugify.h201 void setDebugInfoBeforePass(DebugInfoPerPass &PerPassMap) { in setDebugInfoBeforePass() function
278 void setDebugInfoBeforePass(DebugInfoPerPass &PerPassDI) { in setDebugInfoBeforePass() function
/openbsd/src/gnu/llvm/llvm/tools/opt/
Dopt.cpp757 Passes.setDebugInfoBeforePass(DebugInfoBeforePass); in main()
777 Passes.setDebugInfoBeforePass(DebugInfoBeforePass); in main()
DNewPMDriver.cpp403 Debugify.setDebugInfoBeforePass(DebugInfoBeforePass); in runPassPipeline()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DBackendUtil.cpp864 Debugify.setDebugInfoBeforePass(DebugInfoBeforePass); in RunOptimizationPipeline()