Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDIBuilder.cpp106 for (const auto &I : AllMacrosPerParent) { in finalize()
226 AllMacrosPerParent[Parent].insert(M); in createMacro()
235 AllMacrosPerParent[Parent].insert(MF); in createTempMacroFile()
239 AllMacrosPerParent.insert({MF, {}}); in createTempMacroFile()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDIBuilder.h60 MapVector<MDNode *, SetVector<Metadata *>> AllMacrosPerParent; variable