Home
last modified time | relevance | path

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

/llvm-project/lld/ELF/
H A DCallGraphSort.cpp118 auto getOrCreateNode = [&](const InputSectionBase *isec) -> int { CallGraphSort() local
285 auto getOrCreateNode = [&](const InputSectionBase *inSec) -> size_t { computeCacheDirectedSortOrder() local
/llvm-project/lld/COFF/
H A DCallGraphSort.cpp80 auto getOrCreateNode = [&](const SectionChunk *isec) -> int { in CallGraphSort() local
/llvm-project/llvm/lib/ProfileData/
H A DItaniumManglingCanonicalizer.cpp93 std::pair<Node *, bool> getOrCreateNode(bool CreateNewNodes, Args &&... As) { in getOrCreateNode() function in __anon4cbf05830111::FoldingNodeAllocator