Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/Core/
H A DResolver.cpp42 for (auto &atom : file.sharedLibrary().owning_ptrs()) in handleFile()
88 SharedLibraryFile *sharedLibrary = cast<SharedLibraryFile>(&file); in handleSharedLibrary() local
89 auto undefAddedOrError = handleFile(*sharedLibrary); in handleSharedLibrary()
94 auto atom = sharedLibrary->exports(undefName); in handleSharedLibrary()
/freebsd-13.1/contrib/llvm-project/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.h42 const AtomRange<SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function
H A DSimple.h92 const AtomRange<SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DFlatNamespaceFile.h43 const AtomRange<SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function
H A DSectCreateFile.h79 const AtomRange<SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function
H A DStubsPass.cpp274 mergedFile.sharedLibrary(), [&](const SharedLibraryAtom *atom) { in perform()
277 assert(I != mergedFile.sharedLibrary().end() && in perform()
H A DExecutableAtoms.h131 const AtomRange<SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function
H A DMachONormalizedFileFromAtoms.cpp1120 for (const SharedLibraryAtom *atom : atomFile.sharedLibrary()) { in addSymbols()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/
H A DFileArchive.cpp109 const AtomRange<SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function in lld::__anonaa92c4660111::FileArchive
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp104 for (const lld::SharedLibraryAtom *shlibAtom : file.sharedLibrary()) { in RefNameBuilder()
592 const AtomRange<lld::SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function in llvm::yaml::MappingTraits::NormArchiveFile
638 _sharedLibraryAtomsRef(file->sharedLibrary()), in NormalizedFile()
655 const AtomRange<lld::SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function in llvm::yaml::MappingTraits::NormalizedFile
1234 for (const lld::SharedLibraryAtom *a : file->sharedLibrary()) in RefNameResolver()