Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DDebugifyTest.cpp128 &(Passes.getDebugInfoPerPass()))); in TEST()
132 &(Passes.getDebugInfoPerPass()))); in TEST()
179 &(Passes.getDebugInfoPerPass()))); in TEST()
183 &(Passes.getDebugInfoPerPass()))); in TEST()
232 &(Passes.getDebugInfoPerPass()))); in TEST()
236 &(Passes.getDebugInfoPerPass()))); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h204 DebugInfoPerPass &getDebugInfoPerPass() { return *DebugInfoBeforePass; } in getDebugInfoPerPass() function
298 DebugInfoPerPass &getDebugInfoPerPass() { return *DebugInfoBeforePass; } in getDebugInfoPerPass() function
/llvm-project-15.0.7/llvm/tools/opt/
H A Dopt.cpp826 &(Passes.getDebugInfoPerPass()))); in main()
943 &(Passes.getDebugInfoPerPass()), VerifyDIPreserveExport)); in main()