Home
last modified time | relevance | path

Searched refs:InClangModule (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp45 UniquingStringPool &StringPool, bool InClangModule) { in getChildDeclContext() argument
113 if (!InClangModule) { in getChildDeclContext()
DDWARFLinker.cpp365 bool InClangModule = CU.isClangModule() || Current.InImportedModule; in analyzeContextInfo() local
366 if (CU.hasODR() || InClangModule) { in analyzeContextInfo()
369 *Current.Context, Current.Die, CU, StringPool, InClangModule); in analyzeContextInfo()
374 Info.Ctxt->setDefinedInClangModule(InClangModule); in analyzeContextInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp45 UniquingStringPool &StringPool, bool InClangModule) { in getChildDeclContext() argument
109 if (!InClangModule) { in getChildDeclContext()
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerDeclContext.h135 bool InClangModule);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerDeclContext.h134 bool InClangModule);
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp177 NonRelocatableStringpool &StringPool, bool InClangModule);
1545 NonRelocatableStringpool &StringPool, bool InClangModule) { in getChildDeclContext() argument
1612 if (!InClangModule) { in getChildDeclContext()
1790 bool InClangModule = CU.isClangModule() || InImportedModule; in analyzeContextInfo() local
1791 if (CU.hasODR() || InClangModule) { in analyzeContextInfo()
1794 *CurrentDeclContext, DIE, CU, StringPool, InClangModule); in analyzeContextInfo()