Home | History | Annotate | Download | only in dsymutil

Lines Matching refs:DwoId

1218                        StringRef ModuleName, uint64_t DwoId,
1461 /// Mapping the PCM filename to the DwoId.
3215 uint64_t DwoId =
3217 if (!DwoId)
3218 DwoId = CUDie.getAttributeValueAsUnsignedConstant(&Unit,
3220 return DwoId;
3237 uint64_t DwoId = getDwoId(CUDie, Unit);
3256 if (Options.Verbose && (Cached->second != DwoId))
3268 ClangModules.insert({PCMfile, DwoId});
3269 loadClangModule(PCMfile, PCMpath, Name, DwoId, ModuleMap, Indent + 2);
3289 StringRef ModuleName, uint64_t DwoId,
3353 if (PCMDwoId != DwoId) {
3358 // Update the cache entry with the DwoId of the module loaded from disk.