Lines Matching defs:Mod
154 llvm::DIScope *Mod = getParentModuleOrNull(D);
156 Mod ? Mod : TheCU);
1695 llvm::DIScope *Mod = getParentModuleOrNull(ID);
1697 llvm::dwarf::DW_TAG_structure_type, ID->getName(), Mod ? Mod : TheCU,
1707 Mod,
1712 const Module *M = Mod.getModuleOrNull();
1743 DIB.createCompileUnit(TheCU->getSourceLanguage(), Mod.getModuleName(),
1744 Mod.getPath(), TheCU->getProducer(), true,
1745 StringRef(), 0, Mod.getASTFile(),
1746 llvm::DIBuilder::FullDebug, Mod.getSignature());
1755 DBuilder.createModule(Parent, Mod.getModuleName(), ConfigMacros,
1756 Mod.getPath(), CGM.getHeaderSearchOpts().Sysroot);
1776 llvm::DIScope *Mod = getParentModuleOrNull(ID);
1778 Mod ? Mod : Unit, ID->getName(), DefUnit, Line, Size, Align, Flags,
2437 llvm::DIScope *Mod = getParentModuleOrNull(RDecl);
2438 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU);
2488 llvm::DIScope *Mod = getParentModuleOrNull(VD);
2489 VDContext = getContextDescriptor(cast<Decl>(DC), Mod ? Mod : TheCU);
3413 llvm::DIScope *Mod = getParentModuleOrNull(D);
3414 return getContextDescriptor(D, Mod ? Mod : TheCU);