Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDDIBuilder.cpp42 AllMacrosPerParent.insert({nullptr, {MNs.begin(), MNs.end()}}); in DIBuilder()
103 for (const auto &I : AllMacrosPerParent) { in finalize()
229 AllMacrosPerParent[Parent].insert(M); in createMacro()
238 AllMacrosPerParent[Parent].insert(MF); in createTempMacroFile()
242 AllMacrosPerParent.insert({MF, {}}); in createTempMacroFile()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDIBuilder.h64 MapVector<MDNode *, SetVector<Metadata *>> AllMacrosPerParent; variable