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.h203 void setDebugInfoBeforePass(DebugInfoPerPass &PerPassMap) { in setDebugInfoBeforePass() function
280 void setDebugInfoBeforePass(DebugInfoPerPass &PerPassDI) { in setDebugInfoBeforePass() function
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp777 Passes.setDebugInfoBeforePass(DebugInfoBeforePass); in optMain()
797 Passes.setDebugInfoBeforePass(DebugInfoBeforePass); in optMain()
H A DNewPMDriver.cpp427 Debugify.setDebugInfoBeforePass(DebugInfoBeforePass); in runPassPipeline()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp908 Debugify.setDebugInfoBeforePass(DebugInfoBeforePass); in RunOptimizationPipeline()