Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h97 bool isDefinedInClangModule() const { return DefinedInClangModule; } in isDefinedInClangModule() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2269 static bool isDefinedInClangModule(const RecordDecl *RD) { in isDefinedInClangModule() function
2308 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in completeClassData()
2357 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in shouldOmitDefinition()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp648 Info.Ctxt->isDefinedInClangModule(); in lookForRefDIEsToKeep()