Searched refs:SrcMod (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | ModuleSummaryIndex.cpp | 384 uint64_t SrcMod; member 553 auto DrawEdge = [&](const char *Pfx, uint64_t SrcMod, GlobalValue::GUID SrcId, in exportToDot() 574 OS << Pfx << NodeId(SrcMod, SrcId) << " -> " << NodeId(DstMod, DstId) in exportToDot() 670 if (DstMod != E.SrcMod) in exportToDot() 671 DrawEdge(" ", E.SrcMod, E.Src, DstMod, E.Dst, E.Hotness); in exportToDot()
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 497 if (Module *SrcMod = ImportD->getImportedOwningModule()) in importedModule() local 498 if (SrcMod->getTopLevelModule() == Mod->getTopLevelModule()) in importedModule()
|