Home
last modified time | relevance | path

Searched refs:depInfo (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.cpp1243 DependentDylib depInfo; in addDependentDylibs() local
1244 depInfo.path = dylib->installName(); in addDependentDylibs()
1245 depInfo.kind = llvm::MachO::LC_LOAD_DYLIB; in addDependentDylibs()
1246 depInfo.currentVersion = _ctx.dylibCurrentVersion(dylib->path()); in addDependentDylibs()
1247 depInfo.compatVersion = _ctx.dylibCompatVersion(dylib->path()); in addDependentDylibs()
1248 nFile.dependentDylibs.push_back(depInfo); in addDependentDylibs()
/external/llvm-project/lld/lib/Driver/
DDarwinLdDriver.cpp572 if (llvm::opt::Arg *depInfo = parsedArgs.getLastArg(OPT_dependency_info)) in parse() local
573 if (std::error_code ec = ctx.createDependencyFile(depInfo->getValue())) in parse()
575 depInfo->getValue()); in parse()