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

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

Completed in 90 milliseconds