Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/COFF/
DCallGraphSort.cpp80 auto getOrCreateNode = [&](const SectionChunk *isec) -> int { in CallGraphSort() local
104 int from = getOrCreateNode(fromSec); in CallGraphSort()
105 int to = getOrCreateNode(toSec); in CallGraphSort()
/openbsd/src/gnu/llvm/lld/ELF/
DCallGraphSort.cpp107 auto getOrCreateNode = [&](const InputSectionBase *isec) -> int { in CallGraphSort() local
131 int from = getOrCreateNode(fromSB); in CallGraphSort()
132 int to = getOrCreateNode(toSB); in CallGraphSort()
/openbsd/src/gnu/llvm/llvm/lib/Support/
DItaniumManglingCanonicalizer.cpp91 std::pair<Node *, bool> getOrCreateNode(bool CreateNewNodes, Args &&... As) { in getOrCreateNode() function in __anon20625b1e0111::FoldingNodeAllocator
125 return getOrCreateNode<T>(true, std::forward<Args>(As)...).first; in makeNode()
142 getOrCreateNode<T>(CreateNewNodes, std::forward<Args>(As)...); in makeNodeSimple()