HomeSort by relevance Sort by last modified time
    Searched refs:InClangModule (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DeclContext.cpp 47 UniquingStringPool &StringPool, bool InClangModule) {
111 if (!InClangModule) {
DeclContext.h 136 bool InClangModule);
DwarfLinker.cpp 248 bool InClangModule = CU.isClangModule() || InImportedModule;
249 if (CU.hasODR() || InClangModule) {
252 *CurrentDeclContext, DIE, CU, StringPool, InClangModule);
257 Info.Ctxt->setDefinedInClangModule(InClangModule);
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 177 NonRelocatableStringpool &StringPool, bool InClangModule);
    [all...]

Completed in 50 milliseconds