Home
last modified time | relevance | path

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

1234

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp180 Module *Mod; in ActOnModuleDecl() local
324 Module *Mod = in ActOnModuleImport() local
344 Module *Mod, ModuleIdPath Path) { in ActOnModuleImport()
404 void Sema::ActOnModuleInclude(SourceLocation DirectiveLoc, Module *Mod) { in ActOnModuleInclude()
409 void Sema::BuildModuleInclude(SourceLocation DirectiveLoc, Module *Mod) { in BuildModuleInclude()
438 void Sema::ActOnModuleBegin(SourceLocation DirectiveLoc, Module *Mod) { in ActOnModuleBegin()
462 void Sema::ActOnModuleEnd(SourceLocation EomLoc, Module *Mod) { in ActOnModuleEnd()
503 Module *Mod) { in createImplicitModuleImportForErrorRecovery()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp208 static void runNewPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM, in runNewPMPasses()
309 static void runOldPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM, in runOldPMPasses()
342 bool lto::opt(const Config &Conf, TargetMachine *TM, unsigned Task, Module &Mod, in opt()
374 AddStreamFn AddStream, unsigned Task, Module &Mod, in codegen()
424 unsigned ParallelCodeGenParallelismLevel, Module &Mod, in splitCodeGen()
474 Module &Mod) { in initAndLookupTarget()
499 unsigned ParallelCodeGenParallelismLevel, Module &Mod, in backend()
523 static void dropDeadSymbols(Module &Mod, const GVSummaryMapTy &DefinedGlobals, in dropDeadSymbols()
545 Module &Mod, const ModuleSummaryIndex &CombinedIndex, in thinBackend()
579 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile) { in thinBackend()
H A DLTOCodeGenerator.cpp137 void LTOCodeGenerator::setAsmUndefinedRefs(LTOModule *Mod) { in setAsmUndefinedRefs()
143 bool LTOCodeGenerator::addModule(LTOModule *Mod) { in addModule()
156 void LTOCodeGenerator::setModule(std::unique_ptr<LTOModule> Mod) { in setModule()
H A DThinLTOCodeGenerator.cpp194 auto &Mod = Input->getSingleBitcodeModule(); in loadModuleFromInput() local
669 for (auto &Mod : Modules) { in linkCombinedIndex() local
1016 for (auto &Mod : Modules) { in run() local
1140 for (auto &Mod : Modules) in run() local
1148 auto &Mod = Modules[IndexCount]; in run() local
/freebsd-13.1/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()
108 ModuleMap::resolveExport(Module *Mod, in resolveExport()
157 static void appendSubframeworkPaths(Module *Mod, in appendSubframeworkPaths()
250 void ModuleMap::resolveHeader(Module *Mod, in resolveHeader()
954 if (Module *Mod = lookupModuleQualified(ModuleName, Parent)) in inferFrameworkModule() local
1152 void ModuleMap::addUnresolvedHeader(Module *Mod, in addUnresolvedHeader()
1213 void ModuleMap::addHeader(Module *Mod, Module::Header Header, in addHeader()
1301 bool ModuleMap::resolveExports(Module *Mod, bool Complain) { in resolveExports()
1314 bool ModuleMap::resolveUses(Module *Mod, bool Complain) { in resolveUses()
[all …]
H A DPPLexerChange.cpp259 const Module &Mod, SmallVectorImpl<const Module *> &SubMods) { in collectAllSubModulesWithUmbrellaHeader()
266 void Preprocessor::diagnoseMissingHeaderInUmbrellaDir(const Module &Mod) { in diagnoseMissingHeaderInUmbrellaDir()
577 if (Module *Mod = getCurrentModule()) { in HandleEndOfFile() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.cpp199 llvm::find_if(ModifierNames, [this](ModifierEntry const &Mod) { in getName()
211 llvm::find_if(ModifierNames, [&Name](ModifierEntry const &Mod) { in getKindByName()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DParser.h68 std::unique_ptr<Module> Mod; member
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h73 DbiModuleDescriptor Mod; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp233 void MetadataStreamerV2::emitPrintf(const Module &Mod) { in emitPrintf()
438 void MetadataStreamerV2::begin(const Module &Mod, in begin()
617 void MetadataStreamerV3::emitPrintf(const Module &Mod) { in emitPrintf()
885 void MetadataStreamerV3::begin(const Module &Mod, in begin()
942 void MetadataStreamerV4::begin(const Module &Mod, in begin()
H A DSIPeepholeSDWA.cpp309 if (auto *Mod = TII->getNamedOperand(*MI, AMDGPU::OpName::src0_modifiers)) { in getSrcMods() local
313 if (auto *Mod = TII->getNamedOperand(*MI, AMDGPU::OpName::src1_modifiers)) { in getSrcMods() local
1023 if (auto *Mod = TII->getNamedOperand(MI, AMDGPU::OpName::src0_modifiers)) in convertToSDWA() local
1035 if (auto *Mod = TII->getNamedOperand(MI, AMDGPU::OpName::src1_modifiers)) in convertToSDWA() local
H A DAMDGPULateCodeGenPrepare.cpp45 Module *Mod = nullptr; member in __anona2bdfe0f0111::AMDGPULateCodeGenPrepare
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp147 void InclusionRewriter::WriteImplicitModuleImport(const Module *Mod) { in WriteImplicitModuleImport()
427 if (const Module *Mod = FindModuleAtLocation(Loc)) in Process() local
430 const Module *Mod = FindEnteredModule(Loc); in Process() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp126 Module *Mod; member in __anon3b490e4e0111::Lint
136 Lint(Module *Mod, const DataLayout *DL, AliasAnalysis *AA, in Lint()
706 auto *Mod = F.getParent(); in run() local
748 auto *Mod = F.getParent(); in INITIALIZE_PASS_DEPENDENCY() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTDeserializationListener.h54 virtual void ModuleRead(serialization::SubmoduleID ID, Module *Mod) {} in ModuleRead()
H A DASTReader.h553 ModuleFile *Mod = nullptr; member
584 ModuleFile *Mod; member
688 Module *Mod; member
1284 ModuleFile *Mod; member
1414 ModuleFile *Mod = nullptr; variable
1419 ModuleDeclIterator(ASTReader *Reader, ModuleFile *Mod, in ModuleDeclIterator()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DTestModuleFileExtension.cpp116 ASTReader &Reader, serialization::ModuleFile &Mod, in createExtensionReader()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Index/
H A DIndexDataConsumer.h61 const Module *Mod, SymbolRoleSet Roles, in handleModuleOccurrence()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h172 void makeModuleVisible(Module *Mod, Module::NameVisibilityKind Visibility, in makeModuleVisible()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp358 Module *Mod = *I; in getExportedModules() local
368 Module *Mod = Exports[I].getPointer(); in getExportedModules() local
396 Module *Mod = Imports[I]; in getExportedModules() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h239 void init(Module *Mod) { in init()
/freebsd-13.1/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()
H A DIndexingContext.cpp94 static void reportModuleReferences(const Module *Mod, in reportModuleReferences()
137 const Module *Mod = ImportD->getImportedModule(); in importedModule() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp214 Module *Mod = BB->getParent()->getParent(); in INITIALIZE_PASS_DEPENDENCY() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h51 std::unique_ptr<Module> Mod; member

1234