Searched refs:ParseableSwiftInterfaces (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
H A D | DwarfLinkerForBinary.cpp | 109 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 D | DwarfLinkerForBinary.h | 232 std::map<std::string, std::string> ParseableSwiftInterfaces; variable
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinker.h | 333 Options.ParseableSwiftInterfaces = Map; in setSwiftInterfacesMap() 855 swiftInterfacesMap *ParseableSwiftInterfaces = nullptr; member
|
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp | 212 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()
|