Searched refs:DIPreservationMap (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 213 DebugInfoPerPassMap *DIPreservationMap = nullptr, in applyDebugify() argument 220 assert(DIPreservationMap); in applyDebugify() 221 return collectDebugInfoMetadata(M, M.functions(), *DIPreservationMap, in applyDebugify() 229 DebugInfoPerPassMap *DIPreservationMap = nullptr, in applyDebugify() argument 234 return collectDebugInfoMetadata(M, M.functions(), *DIPreservationMap, in applyDebugify() 286 DebugInfoPerPassMap &DIPreservationMap, in collectDebugInfoMetadata() argument 292 DIPreservationMap.clear(); in collectDebugInfoMetadata() 306 DIPreservationMap[NameOfWrappedPass].DIFunctions.insert({F.getName(), SP}); in collectDebugInfoMetadata() 311 DIPreservationMap[NameOfWrappedPass].DIVariables[DV] = 0; in collectDebugInfoMetadata() 335 DIPreservationMap[NameOfWrappedPass].DIVariables[Var]++; in collectDebugInfoMetadata() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | Debugify.h | 76 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 …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/ |
| H A D | opt.cpp | 844 DebugInfoPerPassMap DIPreservationMap; in main() local 850 Passes.setDIPreservationMap(DIPreservationMap); in main() 870 Passes.setDIPreservationMap(DIPreservationMap); in main()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 956 DebugInfoPerPassMap DIPreservationMap; in EmitAssembly() local 959 PerModulePasses.setDIPreservationMap(DIPreservationMap); in EmitAssembly()
|