Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerGlobalData.h75 DWARFLinkerBase::SwiftInterfacesMapTy *ParseableSwiftInterfaces = nullptr; member
H A DDWARFLinkerImpl.h122 GlobalData.Options.ParseableSwiftInterfaces = Map; in setSwiftInterfacesMap()
H A DDWARFLinkerCompileUnit.cpp257 if (!GlobalData.getOptions().ParseableSwiftInterfaces) in analyzeImportedModule()
283 auto &Entry = (*GlobalData.getOptions().ParseableSwiftInterfaces)[*Name]; in analyzeImportedModule()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h303 Options.ParseableSwiftInterfaces = Map; in setSwiftInterfacesMap()
829 SwiftInterfacesMapTy *ParseableSwiftInterfaces = nullptr; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp184 DWARFLinkerBase::SwiftInterfacesMapTy *ParseableSwiftInterfaces, in analyzeImportedModule() argument
189 if (!ParseableSwiftInterfaces) in analyzeImportedModule()
210 auto &Entry = (*ParseableSwiftInterfaces)[*Name]; in analyzeImportedModule()
297 DWARFLinkerBase::SwiftInterfacesMapTy *ParseableSwiftInterfaces, in analyzeContextInfo() argument
338 analyzeImportedModule(Current.Die, CU, ParseableSwiftInterfaces, in analyzeContextInfo()
2814 ModulesEndOffset, Options.ParseableSwiftInterfaces, in link()
3013 Options.ParseableSwiftInterfaces, in cloneModuleUnit()