Home
last modified time | relevance | path

Searched refs:getOrCreateNode (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp106 auto getOrCreateNode = [&](const InputSectionBase *isec) -> int { in CallGraphSort() local
130 int from = getOrCreateNode(fromSB); in CallGraphSort()
131 int to = getOrCreateNode(toSB); in CallGraphSort()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp77 auto getOrCreateNode = [&](const SectionChunk *isec) -> int { in CallGraphSort() local
101 int from = getOrCreateNode(fromSec); in CallGraphSort()
102 int to = getOrCreateNode(toSec); in CallGraphSort()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp92 std::pair<Node *, bool> getOrCreateNode(bool CreateNewNodes, Args &&... As) { in getOrCreateNode() function in __anonb3a3a5560111::FoldingNodeAllocator
126 return getOrCreateNode<T>(true, std::forward<Args>(As)...).first; in makeNode()
143 getOrCreateNode<T>(CreateNewNodes, std::forward<Args>(As)...); in makeNodeSimple()