Home
last modified time | relevance | path

Searched refs:InImportedModule (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp264 bool InImportedModule; member
269 InImportedModule(false) {} in ContextWorklistItem()
272 bool InImportedModule) in ContextWorklistItem()
275 InImportedModule(InImportedModule) {} in ContextWorklistItem()
320 bool InImportedModule = false) { in analyzeContextInfo() argument
323 Worklist.emplace_back(DIE, CurrentDeclContext, ParentIdx, InImportedModule); in analyzeContextInfo()
359 Current.InImportedModule = true; in analyzeContextInfo()
365 bool InClangModule = CU.isClangModule() || Current.InImportedModule; in analyzeContextInfo()
379 Info.Prune = Current.InImportedModule; in analyzeContextInfo()
388 Current.InImportedModule); in analyzeContextInfo()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1767 bool InImportedModule = false) { in analyzeContextInfo() argument
1786 InImportedModule = true; in analyzeContextInfo()
1790 bool InClangModule = CU.isClangModule() || InImportedModule; in analyzeContextInfo()
1802 Info.Prune = InImportedModule; in analyzeContextInfo()
1807 StringPool, Contexts, InImportedModule); in analyzeContextInfo()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp354 bool InImportedModule = ImportedSanitizers.has(SanitizerKind::ID); \ in checkLanguageOptions()
355 if (InExistingModule != InImportedModule) \ in checkLanguageOptions()