Home
last modified time | relevance | path

Searched refs:DebugInfoBeforePass (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h79 DebugInfoPerPass &DebugInfoBeforePass,
91 DebugInfoPerPass &DebugInfoBeforePass,
103 DebugInfoPerPass *DebugInfoBeforePass = nullptr);
107 DebugInfoPerPass *DebugInfoBeforePass = nullptr);
111 DebugInfoPerPass *DebugInfoBeforePass = nullptr; variable
117 DebugInfoPerPass *DebugInfoBeforePass = nullptr)
119 DebugInfoBeforePass(DebugInfoBeforePass), Mode(Mode) {} in NameOfWrappedPass()
158 DebugInfoPerPass *DebugInfoBeforePass = nullptr,
165 DebugInfoPerPass *DebugInfoBeforePass = nullptr,
173 DebugInfoPerPass *DebugInfoBeforePass; variable
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp282 DebugInfoPerPass *DebugInfoBeforePass, in applyDebugify() argument
289 assert(DebugInfoBeforePass && "Missing debug info metadata"); in applyDebugify()
290 return collectDebugInfoMetadata(M, M.functions(), *DebugInfoBeforePass, in applyDebugify()
296 DebugInfoPerPass *DebugInfoBeforePass, in applyDebugify() argument
301 assert(DebugInfoBeforePass && "Missing debug info metadata"); in applyDebugify()
302 return collectDebugInfoMetadata(M, M.functions(), *DebugInfoBeforePass, in applyDebugify()
369 DebugInfoPerPass &DebugInfoBeforePass, in collectDebugInfoMetadata() argument
379 uint64_t FunctionsCnt = DebugInfoBeforePass.DIFunctions.size(); in collectDebugInfoMetadata()
383 if (DebugInfoBeforePass.DIFunctions.count(&F)) in collectDebugInfoMetadata()
394 DebugInfoBeforePass.DIFunctions.insert({&F, SP}); in collectDebugInfoMetadata()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp429 DebugInfoPerPass DebugInfoBeforePass; in runPassPipeline() local
435 Debugify.setDebugInfoBeforePass(DebugInfoBeforePass); in runPassPipeline()
489 &DebugInfoBeforePass)); in runPassPipeline()
506 &DebugInfoBeforePass, VerifyDIPreserveExport)); in runPassPipeline()
H A Doptdriver.cpp776 DebugInfoPerPass DebugInfoBeforePass; in optMain() local
782 Passes.setDebugInfoBeforePass(DebugInfoBeforePass); in optMain()
802 Passes.setDebugInfoBeforePass(DebugInfoBeforePass); in optMain()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp955 DebugInfoPerPass DebugInfoBeforePass; in RunOptimizationPipeline() local
958 Debugify.setDebugInfoBeforePass(DebugInfoBeforePass); in RunOptimizationPipeline()