Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h45 using DebugInfoPerPassMap = llvm::MapVector<llvm::StringRef, DebugInfoPerPass>; variable
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;
221 void setDIPreservationMap(DebugInfoPerPassMap &PerPassMap) { in setDIPreservationMap()
241 DebugInfoPerPassMap &getDebugInfoPerPassMap() { return *DIPreservationMap; } in getDebugInfoPerPassMap()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp213 DebugInfoPerPassMap *DIPreservationMap = nullptr, in applyDebugify()
229 DebugInfoPerPassMap *DIPreservationMap = nullptr, in applyDebugify()
286 DebugInfoPerPassMap &DIPreservationMap, in collectDebugInfoMetadata()
518 DebugInfoPerPassMap &DIPreservationMap, in checkDebugInfoMetadata()
529 DebugInfoPerPassMap DIPreservationAfter; in checkDebugInfoMetadata()
778 DebugInfoPerPassMap *DIPreservationMap = nullptr) in DebugifyModulePass()
790 DebugInfoPerPassMap *DIPreservationMap;
804 DebugInfoPerPassMap *DIPreservationMap = nullptr) in DebugifyFunctionPass()
816 DebugInfoPerPassMap *DIPreservationMap;
837 DebugInfoPerPassMap *DIPreservationMap = nullptr, in CheckDebugifyModulePass()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A Dopt.cpp844 DebugInfoPerPassMap DIPreservationMap; in main()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp956 DebugInfoPerPassMap DIPreservationMap; in EmitAssembly()