Searched refs:DependentDylib (Results 1 – 6 of 6) sorted by relevance
175 struct DependentDylib { struct238 std::vector<DependentDylib> dependentDylibs;
42 LLVM_YAML_IS_SEQUENCE_VECTOR(DependentDylib)564 struct MappingTraits<DependentDylib> {565 static void mapping(IO &io, DependentDylib& dylib) { in mapping()
463 DependentDylib entry; in readBinary()
440 for (const DependentDylib &dep : _file.dependentDylibs) { in loadCommandsSize()961 for (const DependentDylib &dep : _file.dependentDylibs) { in writeLoadCommands()
1243 DependentDylib depInfo; in addDependentDylibs()1256 for (DependentDylib &dep : nFile.dependentDylibs) { in addDependentDylibs()
1585 for (const DependentDylib &dep : normalizedFile.dependentDylibs) { in normalizedDylibToAtoms()