Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h415 bool customAtomOrderer(const DefinedAtom *left, const DefinedAtom *right,
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DLayoutPass.cpp485 return ctx.customAtomOrderer(left, right, leftBeforeRight); in addLayoutPass()
DMachOLinkingContext.cpp966 bool MachOLinkingContext::customAtomOrderer(const DefinedAtom *left, in customAtomOrderer() function in lld::MachOLinkingContext