Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h123 bool isClangModule() const { return !ClangModuleName.empty(); } in isClangModule() function
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp365 Info.InModuleScope = CU.isClangModule() || Current.InImportedModule; in analyzeContextInfo()