Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp266 bool InImportedModule; member
271 InImportedModule(false) {} in ContextWorklistItem()
274 bool InImportedModule) in ContextWorklistItem()
277 InImportedModule(InImportedModule) {} in ContextWorklistItem()
359 Current.InImportedModule = true; in analyzeContextInfo()
365 Info.InModuleScope = CU.isClangModule() || Current.InImportedModule; in analyzeContextInfo()
379 Info.Prune = Current.InImportedModule; in analyzeContextInfo()
388 Current.InImportedModule); in analyzeContextInfo()
/aosp_15_r20/external/llvm/tools/dsymutil/
H A 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()