Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/dsymutil/
DDwarfLinkerForBinary.cpp110 const std::map<std::string, std::string> &ParseableSwiftInterfaces, in copySwiftInterfaces() argument
122 for (auto &I : ParseableSwiftInterfaces) { in copySwiftInterfaces()
387 GeneralLinker.setSwiftInterfacesMap(&ParseableSwiftInterfaces); in link()
449 if (Options.ResourceDir && !ParseableSwiftInterfaces.empty()) { in link()
452 copySwiftInterfaces(ParseableSwiftInterfaces, ArchName, Options)) in link()
DDwarfLinkerForBinary.h187 std::map<std::string, std::string> ParseableSwiftInterfaces; variable
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h315 Options.ParseableSwiftInterfaces = Map; in setSwiftInterfacesMap()
800 swiftInterfacesMap *ParseableSwiftInterfaces = nullptr; member
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp210 swiftInterfacesMap *ParseableSwiftInterfaces, in analyzeImportedModule() argument
215 if (!ParseableSwiftInterfaces) in analyzeImportedModule()
229 auto &Entry = (*ParseableSwiftInterfaces)[*Name]; in analyzeImportedModule()
318 swiftInterfacesMap *ParseableSwiftInterfaces, in analyzeContextInfo() argument
360 analyzeImportedModule(Current.Die, CU, ParseableSwiftInterfaces, in analyzeContextInfo()
2140 Options.ParseableSwiftInterfaces, in loadClangModule()
2484 Options.ParseableSwiftInterfaces, in link()