Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerDeclContext.h93 bool isDefinedInClangModule() const { return DefinedInClangModule; } in isDefinedInClangModule() function
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerDeclContext.h94 bool isDefinedInClangModule() const { return DefinedInClangModule; } in isDefinedInClangModule() function
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp2229 static bool isDefinedInClangModule(const RecordDecl *RD) { in isDefinedInClangModule() function
2268 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in completeClassData()
2317 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in shouldOmitDefinition()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1640 static bool isDefinedInClangModule(const RecordDecl *RD) { in isDefinedInClangModule() function
1659 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in shouldOmitDefinition()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp690 Info.Ctxt->isDefinedInClangModule(); in lookForRefDIEsToKeep()