Home
last modified time | relevance | path

Searched refs:sharedLibrary (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/lib/Core/
H A DResolver.cpp43 for (auto &atom : file.sharedLibrary().owning_ptrs()) in handleFile()
89 SharedLibraryFile *sharedLibrary = cast<SharedLibraryFile>(&file); in handleSharedLibrary() local
90 auto undefAddedOrError = handleFile(*sharedLibrary); in handleSharedLibrary()
95 auto atom = sharedLibrary->exports(undefName); in handleSharedLibrary()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DStubsPass.cpp275 mergedFile.sharedLibrary().begin(), mergedFile.sharedLibrary().end(), in perform()
279 assert(I != mergedFile.sharedLibrary().end() && in perform()
H A DFlatNamespaceFile.h44 const AtomRange<SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function
H A DSectCreateFile.h80 const AtomRange<SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function
H A DExecutableAtoms.h132 const AtomRange<SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function
H A DMachONormalizedFileFromAtoms.cpp1120 for (const SharedLibraryAtom *atom : atomFile.sharedLibrary()) { in addSymbols()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DFile.h185 virtual const AtomRange<SharedLibraryAtom> sharedLibrary() const = 0;
260 const AtomRange<SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function
H A DSharedLibraryFile.h43 const AtomRange<SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function
H A DSimple.h93 const AtomRange<SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/
H A DFileArchive.cpp110 const AtomRange<SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function in lld::__anona38334a10111::FileArchive
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp105 for (const lld::SharedLibraryAtom *shlibAtom : file.sharedLibrary()) { in RefNameBuilder()
593 const AtomRange<lld::SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function in llvm::yaml::MappingTraits::NormArchiveFile
639 _sharedLibraryAtomsRef(file->sharedLibrary()), in NormalizedFile()
656 const AtomRange<lld::SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function in llvm::yaml::MappingTraits::NormalizedFile
1235 for (const lld::SharedLibraryAtom *a : file->sharedLibrary()) in RefNameResolver()