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.h77 DebugInfoPerPass &DebugInfoBeforePass,
89 DebugInfoPerPass &DebugInfoBeforePass,
100 DebugInfoPerPass *DebugInfoBeforePass = nullptr);
104 DebugInfoPerPass *DebugInfoBeforePass = nullptr);
108 DebugInfoPerPass *DebugInfoBeforePass = nullptr; variable
114 DebugInfoPerPass *DebugInfoBeforePass = nullptr)
116 DebugInfoBeforePass(DebugInfoBeforePass), Mode(Mode) {} in NameOfWrappedPass()
154 DebugInfoPerPass *DebugInfoBeforePass = nullptr,
161 DebugInfoPerPass *DebugInfoBeforePass = nullptr,
169 DebugInfoPerPass *DebugInfoBeforePass; variable
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp219 DebugInfoPerPass *DebugInfoBeforePass = nullptr, in applyDebugify() argument
226 assert(DebugInfoBeforePass); in applyDebugify()
227 return collectDebugInfoMetadata(M, M.functions(), *DebugInfoBeforePass, in applyDebugify()
235 DebugInfoPerPass *DebugInfoBeforePass = nullptr, in applyDebugify() argument
240 return collectDebugInfoMetadata(M, M.functions(), *DebugInfoBeforePass, in applyDebugify()
297 DebugInfoPerPass &DebugInfoBeforePass, in collectDebugInfoMetadata() argument
307 uint64_t FunctionsCnt = DebugInfoBeforePass.DIFunctions.size(); in collectDebugInfoMetadata()
311 if (DebugInfoBeforePass.DIFunctions.count(&F)) in collectDebugInfoMetadata()
322 DebugInfoBeforePass.DIFunctions.insert({&F, SP}); in collectDebugInfoMetadata()
327 DebugInfoBeforePass.DIVariables[DV] = 0; in collectDebugInfoMetadata()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp421 DebugInfoPerPass DebugInfoBeforePass; in runPassPipeline() local
427 Debugify.setDebugInfoBeforePass(DebugInfoBeforePass); in runPassPipeline()
480 &DebugInfoBeforePass)); in runPassPipeline()
497 &DebugInfoBeforePass, VerifyDIPreserveExport)); in runPassPipeline()
H A Doptdriver.cpp771 DebugInfoPerPass DebugInfoBeforePass; in optMain() local
777 Passes.setDebugInfoBeforePass(DebugInfoBeforePass); in optMain()
797 Passes.setDebugInfoBeforePass(DebugInfoBeforePass); in optMain()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp905 DebugInfoPerPass DebugInfoBeforePass; in RunOptimizationPipeline() local
908 Debugify.setDebugInfoBeforePass(DebugInfoBeforePass); in RunOptimizationPipeline()