Home
last modified time | relevance | path

Searched refs:SrcMod (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModuleSummaryIndex.cpp378 uint64_t SrcMod; member
539 auto DrawEdge = [&](const char *Pfx, uint64_t SrcMod, GlobalValue::GUID SrcId, in exportToDot()
561 OS << Pfx << NodeId(SrcMod, SrcId) << " -> " << NodeId(DstMod, DstId) in exportToDot()
657 if (DstMod != E.SrcMod) in exportToDot()
658 DrawEdge(" ", E.SrcMod, E.Src, DstMod, E.Dst, E.Hotness); in exportToDot()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp490 if (Module *SrcMod = ImportD->getImportedOwningModule()) in importedModule() local
491 if (SrcMod->getTopLevelModule() == Mod->getTopLevelModule()) in importedModule()