Home
last modified time | relevance | path

Searched defs:Mod (Results 1 – 25 of 95) sorted by relevance

1234

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp209 Module *Mod = Map.createHeaderUnit(StartOfTU, HUName, H); in HandleStartOfHeaderUnit() local
390 Module *Mod; // The module we are creating. in ActOnModuleDecl() local
617 Module *Mod = getModuleLoader().loadModule( in ActOnModuleImport() local
642 SourceLocation ImportLoc, Module *Mod, in ActOnModuleImport()
722 void Sema::ActOnAnnotModuleInclude(SourceLocation DirectiveLoc, Module *Mod) { in ActOnAnnotModuleInclude()
727 void Sema::BuildModuleInclude(SourceLocation DirectiveLoc, Module *Mod) { in BuildModuleInclude()
761 void Sema::ActOnAnnotModuleBegin(SourceLocation DirectiveLoc, Module *Mod) { in ActOnAnnotModuleBegin()
785 void Sema::ActOnAnnotModuleEnd(SourceLocation EomLoc, Module *Mod) { in ActOnAnnotModuleEnd()
826 Module *Mod) { in createImplicitModuleImportForErrorRecovery()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp233 static void runNewPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM, in runNewPMPasses()
341 bool lto::opt(const Config &Conf, TargetMachine *TM, unsigned Task, Module &Mod, in opt()
369 AddStreamFn AddStream, unsigned Task, Module &Mod, in codegen()
428 unsigned ParallelCodeGenParallelismLevel, Module &Mod, in splitCodeGen()
482 Module &Mod) { in initAndLookupTarget()
507 unsigned ParallelCodeGenParallelismLevel, Module &Mod, in backend()
532 static void dropDeadSymbols(Module &Mod, const GVSummaryMapTy &DefinedGlobals, in dropDeadSymbols()
554 Module &Mod, const ModuleSummaryIndex &CombinedIndex, in thinBackend()
589 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile) { in thinBackend()
H A DLTOCodeGenerator.cpp149 void LTOCodeGenerator::setAsmUndefinedRefs(LTOModule *Mod) { in setAsmUndefinedRefs()
154 bool LTOCodeGenerator::addModule(LTOModule *Mod) { in addModule()
167 void LTOCodeGenerator::setModule(std::unique_ptr<LTOModule> Mod) { in setModule()
H A DThinLTOCodeGenerator.cpp196 auto &Mod = Input->getSingleBitcodeModule(); in loadModuleFromInput() local
613 for (auto &Mod : Modules) { in linkCombinedIndex() local
990 for (auto &Mod : Modules) { in run() local
1123 for (auto &Mod : Modules) in run() local
1136 auto &Mod = Modules[IndexCount]; in run() local
H A DLTO.cpp821 RegularLTOState::AddedModule Mod; in addRegularLTO() local
972 Error LTO::linkRegularLTO(RegularLTOState::AddedModule Mod, in linkRegularLTO()
1198 void lto::updateMemProfAttributes(Module &Mod, in updateMemProfAttributes()
1712 for (auto &Mod : ThinLTO.ModuleMap) in runThinLTO() local
1853 auto &Mod = *(ModuleMap.begin() + I); in runThinLTO() local
1877 for (auto &Mod : ModuleMap) in runThinLTO() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h57 const Module *Mod; member
68 const Module *Mod; member
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp58 void ModuleMap::resolveLinkAsDependencies(Module *Mod) { in resolveLinkAsDependencies()
69 void ModuleMap::addLinkAsDependency(Module *Mod) { in addLinkAsDependency()
114 ModuleMap::resolveExport(Module *Mod, in resolveExport()
131 Module *ModuleMap::resolveModuleId(const ModuleId &Id, Module *Mod, in resolveModuleId()
163 static void appendSubframeworkPaths(Module *Mod, in appendSubframeworkPaths()
295 void ModuleMap::resolveHeader(Module *Mod, in resolveHeader()
334 Module *Mod, const Module::UnresolvedHeaderDirective &Header) { in resolveAsBuiltinHeader()
981 static void inferFrameworkLink(Module *Mod) { in inferFrameworkLink()
1016 if (Module *Mod = lookupModuleQualified(ModuleName, Parent)) in inferFrameworkModule() local
1187 Module *Mod, FileEntryRef UmbrellaHeader, const Twine &NameAsWritten, in setUmbrellaHeaderAsWritten()
[all …]
H A DPPLexerChange.cpp283 const Module &Mod, SmallVectorImpl<const Module *> &SubMods) { in collectAllSubModulesWithUmbrellaHeader()
290 void Preprocessor::diagnoseMissingHeaderInUmbrellaDir(const Module &Mod) { in diagnoseMissingHeaderInUmbrellaDir()
589 if (Module *Mod = getCurrentModule()) { in HandleEndOfFile() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.cpp198 llvm::find_if(ModifierNames, [this](ModifierEntry const &Mod) { in getName()
210 llvm::find_if(ModifierNames, [&Name](ModifierEntry const &Mod) { in getKindByName()
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DParser.h70 std::unique_ptr<Module> Mod; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h76 DbiModuleDescriptor Mod; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp47 Module *Mod = nullptr; member in __anon9f65155b0111::AMDGPULateCodeGenPrepare
90 Module *Mod = nullptr; member in __anon9f65155b0111::LiveRegOptimizer
143 LiveRegOptimizer(Module *Mod, const GCNSubtarget *ST) : Mod(Mod), ST(ST) { in LiveRegOptimizer()
H A DSIPeepholeSDWA.cpp317 if (auto *Mod = TII->getNamedOperand(*MI, AMDGPU::OpName::src0_modifiers)) { in getSrcMods() local
321 if (auto *Mod = TII->getNamedOperand(*MI, AMDGPU::OpName::src1_modifiers)) { in getSrcMods() local
1061 if (auto *Mod = TII->getNamedOperand(MI, AMDGPU::OpName::src0_modifiers)) in convertToSDWA() local
1072 if (auto *Mod = TII->getNamedOperand(MI, AMDGPU::OpName::src1_modifiers)) in convertToSDWA() local
H A DAMDGPUHSAMetadataStreamer.cpp201 void MetadataStreamerMsgPackV4::emitPrintf(const Module &Mod) { in emitPrintf()
524 void MetadataStreamerMsgPackV4::begin(const Module &Mod, in begin()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp147 void InclusionRewriter::WriteImplicitModuleImport(const Module *Mod) { in WriteImplicitModuleImport()
435 if (const Module *Mod = FindModuleAtLocation(Loc)) in Process() local
438 const Module *Mod = FindEnteredModule(Loc); in Process() local
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTDeserializationListener.h54 virtual void ModuleRead(serialization::SubmoduleID ID, Module *Mod) {} in ModuleRead()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTestModuleFileExtension.cpp114 ASTReader &Reader, serialization::ModuleFile &Mod, in createExtensionReader()
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexDataConsumer.h61 const Module *Mod, SymbolRoleSet Roles, in handleModuleOccurrence()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp407 Module *Mod = *I; in getExportedModules() local
417 Module *Mod = Exports[I].getPointer(); in getExportedModules() local
445 Module *Mod = Imports[I]; in getExportedModules() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp126 Module *Mod; member in __anon88a7481a0111::Lint
136 Lint(Module *Mod, const DataLayout *DL, AliasAnalysis *AA, in Lint()
695 auto *Mod = F.getParent(); in run() local
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h177 void makeModuleVisible(Module *Mod, Module::NameVisibilityKind Visibility, in makeModuleVisible()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h241 void init(Module *Mod) { in init() argument
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp243 serialization::ModuleFile &Mod, in indexPreprocessorModuleMacros()
296 void index::indexModuleFile(serialization::ModuleFile &Mod, ASTReader &Reader, in indexModuleFile()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp214 Module *Mod = BB->getParent()->getParent(); in INITIALIZE_PASS_DEPENDENCY() local
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h51 std::unique_ptr<Module> Mod; member

1234