Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDWARFLinkerGlobalData.h74 DWARFLinkerBase::SwiftInterfacesMapTy *ParseableSwiftInterfaces = nullptr; member
HDDWARFLinkerImpl.h121 GlobalData.Options.ParseableSwiftInterfaces = Map; in setSwiftInterfacesMap()
HDDWARFLinkerCompileUnit.cpp257 if (!GlobalData.getOptions().ParseableSwiftInterfaces) in analyzeImportedModule()
285 auto &Entry = (*GlobalData.getOptions().ParseableSwiftInterfaces)[*Name]; in analyzeImportedModule()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
HDDWARFLinker.h303 Options.ParseableSwiftInterfaces = Map; in setSwiftInterfacesMap()
829 SwiftInterfacesMapTy *ParseableSwiftInterfaces = nullptr; member
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFLinker.cpp193 DWARFLinkerBase::SwiftInterfacesMapTy *ParseableSwiftInterfaces, in analyzeImportedModule() argument
198 if (!ParseableSwiftInterfaces) in analyzeImportedModule()
221 auto &Entry = (*ParseableSwiftInterfaces)[*Name]; in analyzeImportedModule()
308 DWARFLinkerBase::SwiftInterfacesMapTy *ParseableSwiftInterfaces, in analyzeContextInfo() argument
349 analyzeImportedModule(Current.Die, CU, ParseableSwiftInterfaces, in analyzeContextInfo()
2834 ModulesEndOffset, Options.ParseableSwiftInterfaces, in link()
3033 Options.ParseableSwiftInterfaces, in cloneModuleUnit()