Home
last modified time | relevance | path

Searched refs:DIPreservationMap (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp220 assert(DIPreservationMap); in applyDebugify()
292 DIPreservationMap.clear(); in collectDebugInfoMetadata()
780 DIPreservationMap(DIPreservationMap), Mode(Mode) {} in DebugifyModulePass()
790 DebugInfoPerPassMap *DIPreservationMap; member
806 DIPreservationMap(DIPreservationMap), Mode(Mode) {} in DebugifyFunctionPass()
816 DebugInfoPerPassMap *DIPreservationMap; member
828 M, M.functions(), *DIPreservationMap, in runOnModule()
841 StatsMap(StatsMap), DIPreservationMap(DIPreservationMap), Mode(Mode), in CheckDebugifyModulePass()
854 DebugInfoPerPassMap *DIPreservationMap; member
883 StatsMap(StatsMap), DIPreservationMap(DIPreservationMap), Mode(Mode), in CheckDebugifyFunctionPass()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h76 DebugInfoPerPassMap &DIPreservationMap,
88 DebugInfoPerPassMap &DIPreservationMap,
99 DebugInfoPerPassMap *DIPreservationMap = nullptr);
103 DebugInfoPerPassMap *DIPreservationMap = nullptr);
142 DebugInfoPerPassMap *DIPreservationMap = nullptr,
149 DebugInfoPerPassMap *DIPreservationMap = nullptr,
173 DebugInfoPerPassMap *DIPreservationMap = nullptr; variable
199 super::add(createDebugifyFunctionPass(Mode, Name, DIPreservationMap)); in add()
202 isSyntheticDebugInfo(), Name, DIStatsMap, Mode, DIPreservationMap, in add()
206 super::add(createDebugifyModulePass(Mode, Name, DIPreservationMap)); in add()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp844 DebugInfoPerPassMap DIPreservationMap; in main() local
850 Passes.setDIPreservationMap(DIPreservationMap); in main()
870 Passes.setDIPreservationMap(DIPreservationMap); in main()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp962 DebugInfoPerPassMap DIPreservationMap; in EmitAssembly() local
965 PerModulePasses.setDIPreservationMap(DIPreservationMap); in EmitAssembly()