Searched refs:InClangModule (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinkerDeclContext.cpp | 45 UniquingStringPool &StringPool, bool InClangModule) { in getChildDeclContext() argument 113 if (!InClangModule) { in getChildDeclContext()
|
D | DWARFLinker.cpp | 365 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/ |
D | DWARFLinkerDeclContext.cpp | 45 UniquingStringPool &StringPool, bool InClangModule) { in getChildDeclContext() argument 109 if (!InClangModule) { in getChildDeclContext()
|
/external/llvm-project/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerDeclContext.h | 135 bool InClangModule);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerDeclContext.h | 134 bool InClangModule);
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 177 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()
|