Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h92 bool InModuleScope : 1; member
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp354 Info.InModuleScope = CU.isClangModule() || Current.InImportedModule; in analyzeContextInfo()
355 if (CU.hasODR() || Info.InModuleScope) { in analyzeContextInfo()
358 *Current.Context, Current.Die, CU, Info.InModuleScope); in analyzeContextInfo()
363 Info.Ctxt->setDefinedInClangModule(Info.InModuleScope); in analyzeContextInfo()
726 if (!CU.hasODR() && !Info.InModuleScope) in isODRCanonicalCandidate()
912 if (Current.CU.hasODR() || MyInfo.InModuleScope) in lookForDIEsToKeep()