Home
last modified time | relevance | path

Searched refs:needsShimPass (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h355 bool needsShimPass() const;
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp369 bool MachOLinkingContext::needsShimPass() const { in needsShimPass() function in lld::MachOLinkingContext
653 if (needsShimPass()) in addPasses()