Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h115 bool isClangModule() const { return !ClangModuleName.empty(); } in isClangModule() function
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp364 Info.InModuleScope = CU.isClangModule() || Current.InImportedModule; in analyzeContextInfo()