Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/lib/Core/
HDResolver.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-11-stable/contrib/llvm-project/lld/include/lld/Core/
HDFile.h185 virtual const AtomRange<SharedLibraryAtom> sharedLibrary() const = 0;
260 const AtomRange<SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function
HDSharedLibraryFile.h42 const AtomRange<SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function
HDSimple.h92 const AtomRange<SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
HDFlatNamespaceFile.h43 const AtomRange<SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function
HDSectCreateFile.h79 const AtomRange<SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function
HDStubsPass.cpp274 mergedFile.sharedLibrary(), [&](const SharedLibraryAtom *atom) { in perform()
277 assert(I != mergedFile.sharedLibrary().end() && in perform()
HDExecutableAtoms.h131 const AtomRange<SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function
HDMachONormalizedFileFromAtoms.cpp1120 for (const SharedLibraryAtom *atom : atomFile.sharedLibrary()) { in addSymbols()
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/
HDFileArchive.cpp109 const AtomRange<SharedLibraryAtom> sharedLibrary() const override { in sharedLibrary() function in lld::__anon65320a290111::FileArchive
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
HDReaderWriterYAML.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()