Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp109 const std::map<std::string, std::string> &ParseableSwiftInterfaces, in copySwiftInterfaces() argument
121 for (auto &I : ParseableSwiftInterfaces) { in copySwiftInterfaces()
644 GeneralLinker.setSwiftInterfacesMap(&ParseableSwiftInterfaces); in link()
759 if (Options.ResourceDir && !ParseableSwiftInterfaces.empty()) { in link()
762 copySwiftInterfaces(ParseableSwiftInterfaces, ArchName, Options)) in link()
H A DDwarfLinkerForBinary.h232 std::map<std::string, std::string> ParseableSwiftInterfaces; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h333 Options.ParseableSwiftInterfaces = Map; in setSwiftInterfacesMap()
855 swiftInterfacesMap *ParseableSwiftInterfaces = nullptr; member
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp212 swiftInterfacesMap *ParseableSwiftInterfaces, in analyzeImportedModule() argument
217 if (!ParseableSwiftInterfaces) in analyzeImportedModule()
233 auto &Entry = (*ParseableSwiftInterfaces)[*Name]; in analyzeImportedModule()
319 uint64_t ModulesEndOffset, swiftInterfacesMap *ParseableSwiftInterfaces, in analyzeContextInfo() argument
360 analyzeImportedModule(Current.Die, CU, ParseableSwiftInterfaces, in analyzeContextInfo()
2595 ModulesEndOffset, Options.ParseableSwiftInterfaces, in link()
2794 Options.ParseableSwiftInterfaces, in cloneModuleUnit()