Searched defs:getOrCreateNode (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lld/ELF/ | ||
H A D | CallGraphSort.cpp | 118 auto getOrCreateNode = [&](const InputSectionBase *isec) -> int { CallGraphSort() local |
/llvm-project/lld/COFF/ | ||
H A D | CallGraphSort.cpp | 80 auto getOrCreateNode = [&](const SectionChunk *isec) -> int { in CallGraphSort() local |
/llvm-project/llvm/lib/ProfileData/ | ||
H A D | ItaniumManglingCanonicalizer.cpp | 93 std::pair<Node *, bool> getOrCreateNode(bool CreateNewNodes, Args &&... As) { in getOrCreateNode() function in __anon4cbf05830111::FoldingNodeAllocator |