Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp933 info.order = _orderFileEntries++; in appendOrderedSymbol()
966 if (!_orderFileEntries) in customAtomOrderer()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h501 unsigned _orderFileEntries = 0; variable