Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h208 void setDebugInfoBeforePass(DebugInfoPerPass &PerPassMap) { in setDebugInfoBeforePass() function
285 void setDebugInfoBeforePass(DebugInfoPerPass &PerPassDI) { in setDebugInfoBeforePass() function
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp782 Passes.setDebugInfoBeforePass(DebugInfoBeforePass); in optMain()
802 Passes.setDebugInfoBeforePass(DebugInfoBeforePass); in optMain()
H A DNewPMDriver.cpp435 Debugify.setDebugInfoBeforePass(DebugInfoBeforePass); in runPassPipeline()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp958 Debugify.setDebugInfoBeforePass(DebugInfoBeforePass); in RunOptimizationPipeline()