Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp110 const std::map<std::string, std::string> &ParseableSwiftInterfaces, in copySwiftInterfaces() argument
122 for (auto &I : ParseableSwiftInterfaces) { in copySwiftInterfaces()
646 GeneralLinker.setSwiftInterfacesMap(&ParseableSwiftInterfaces); in link()
726 if (Options.ResourceDir && !ParseableSwiftInterfaces.empty()) { in link()
729 copySwiftInterfaces(ParseableSwiftInterfaces, ArchName, Options)) in link()
H A DDwarfLinkerForBinary.h232 std::map<std::string, std::string> ParseableSwiftInterfaces; variable
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h315 Options.ParseableSwiftInterfaces = Map; in setSwiftInterfacesMap()
812 swiftInterfacesMap *ParseableSwiftInterfaces = nullptr; member
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp211 swiftInterfacesMap *ParseableSwiftInterfaces, in analyzeImportedModule() argument
216 if (!ParseableSwiftInterfaces) in analyzeImportedModule()
231 auto &Entry = (*ParseableSwiftInterfaces)[*Name]; in analyzeImportedModule()
317 uint64_t ModulesEndOffset, swiftInterfacesMap *ParseableSwiftInterfaces, in analyzeContextInfo() argument
359 analyzeImportedModule(Current.Die, CU, ParseableSwiftInterfaces, in analyzeContextInfo()
2137 ModulesEndOffset, Options.ParseableSwiftInterfaces, in loadClangModule()
2534 ModulesEndOffset, Options.ParseableSwiftInterfaces, in link()