Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h75 DebugInfoPerPass &DebugInfoBeforePass,
87 DebugInfoPerPass &DebugInfoBeforePass,
98 DebugInfoPerPass *DebugInfoBeforePass = nullptr);
102 DebugInfoPerPass *DebugInfoBeforePass = nullptr);
106 DebugInfoPerPass *DebugInfoBeforePass = nullptr; variable
112 DebugInfoPerPass *DebugInfoBeforePass = nullptr)
114 DebugInfoBeforePass(DebugInfoBeforePass), Mode(Mode) {} in NameOfWrappedPass()
152 DebugInfoPerPass *DebugInfoBeforePass = nullptr,
159 DebugInfoPerPass *DebugInfoBeforePass = nullptr,
167 DebugInfoPerPass *DebugInfoBeforePass; variable
[all …]
/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/llvm/tools/opt/
H A DNewPMDriver.cpp397 DebugInfoPerPass DebugInfoBeforePass; in runPassPipeline() local
403 Debugify.setDebugInfoBeforePass(DebugInfoBeforePass); in runPassPipeline()
451 &DebugInfoBeforePass)); in runPassPipeline()
468 &DebugInfoBeforePass, VerifyDIPreserveExport)); in runPassPipeline()
H A Dopt.cpp751 DebugInfoPerPass DebugInfoBeforePass; in main() local
757 Passes.setDebugInfoBeforePass(DebugInfoBeforePass); in main()
777 Passes.setDebugInfoBeforePass(DebugInfoBeforePass); in main()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp861 DebugInfoPerPass DebugInfoBeforePass; in RunOptimizationPipeline() local
864 Debugify.setDebugInfoBeforePass(DebugInfoBeforePass); in RunOptimizationPipeline()