Home
last modified time | relevance | path

Searched defs:_noSharedLibraryAtoms (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/lib/Core/
DFile.cpp18 File::AtomVector<SharedLibraryAtom> File::_noSharedLibraryAtoms; member in lld::File
/external/llvm-project/lld/include/lld/Core/
DFile.h226 static AtomVector<SharedLibraryAtom> _noSharedLibraryAtoms; variable