Home
last modified time | relevance | path

Searched refs:NeededLibs (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DIFSStub.cpp20 NeededLibs = Stub.NeededLibs; in IFSStub()
28 NeededLibs = std::move(Stub.NeededLibs); in IFSStub()
36 NeededLibs = Stub.NeededLibs; in IFSStubTriple()
44 NeededLibs = Stub.NeededLibs; in IFSStubTriple()
52 NeededLibs = std::move(Stub.NeededLibs); in IFSStubTriple()
[all...]
H A DIFSHandler.cpp146 IO.mapOptional("NeededLibs", Stub.NeededLibs); in mapping()
159 IO.mapOptional("NeededLibs", Stub.NeededLibs); in mapping()
H A DELFObjHandler.cpp195 for (const std::string &Lib : Stub.NeededLibs) in ELFStubBuilder()
231 for (const std::string &Lib : Stub.NeededLibs) in ELFStubBuilder()
627 DestStub->NeededLibs.push_back(std::string(*LibNameOrErr)); in buildStub()
/freebsd/contrib/llvm-project/llvm/include/llvm/InterfaceStub/
H A DIFSStub.h94 std::vector<std::string> NeededLibs; member