Home
last modified time | relevance | path

Searched refs:AllMacrosPerParent (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp106 for (const auto &I : AllMacrosPerParent) { in finalize()
228 AllMacrosPerParent[Parent].insert(M); in createMacro()
237 AllMacrosPerParent[Parent].insert(MF); in createTempMacroFile()
241 AllMacrosPerParent.insert({MF, {}}); in createTempMacroFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDIBuilder.h59 MapVector<MDNode *, SetVector<Metadata *>> AllMacrosPerParent; variable