Home
last modified time | relevance | path

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

12345

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp123 Module *Mod = Map.createHeaderUnit(StartOfTU, HUName, H); in HandleStartOfHeaderUnit() local
304 Module *Mod; // The module we are creating. in ActOnModuleDecl() local
527 Module *Mod = getModuleLoader().loadModule( in ActOnModuleImport() local
552 SourceLocation ImportLoc, Module *Mod, in ActOnModuleImport()
628 void Sema::ActOnModuleInclude(SourceLocation DirectiveLoc, Module *Mod) { in ActOnModuleInclude()
633 void Sema::BuildModuleInclude(SourceLocation DirectiveLoc, Module *Mod) { in BuildModuleInclude()
667 void Sema::ActOnModuleBegin(SourceLocation DirectiveLoc, Module *Mod) { in ActOnModuleBegin()
691 void Sema::ActOnModuleEnd(SourceLocation EomLoc, Module *Mod) { in ActOnModuleEnd()
732 Module *Mod) { in createImplicitModuleImportForErrorRecovery()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp237 static void runNewPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM, in runNewPMPasses()
343 bool lto::opt(const Config &Conf, TargetMachine *TM, unsigned Task, Module &Mod, in opt()
371 AddStreamFn AddStream, unsigned Task, Module &Mod, in codegen()
430 unsigned ParallelCodeGenParallelismLevel, Module &Mod, in splitCodeGen()
480 Module &Mod) { in initAndLookupTarget()
505 unsigned ParallelCodeGenParallelismLevel, Module &Mod, in backend()
530 static void dropDeadSymbols(Module &Mod, const GVSummaryMapTy &DefinedGlobals, in dropDeadSymbols()
552 Module &Mod, const ModuleSummaryIndex &CombinedIndex, in thinBackend()
587 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile) { in thinBackend()
H A DLTOCodeGenerator.cpp150 void LTOCodeGenerator::setAsmUndefinedRefs(LTOModule *Mod) { in setAsmUndefinedRefs()
155 bool LTOCodeGenerator::addModule(LTOModule *Mod) { in addModule()
168 void LTOCodeGenerator::setModule(std::unique_ptr<LTOModule> Mod) { in setModule()
H A DThinLTOCodeGenerator.cpp195 auto &Mod = Input->getSingleBitcodeModule(); in loadModuleFromInput() local
621 for (auto &Mod : Modules) { in linkCombinedIndex() local
994 for (auto &Mod : Modules) { in run() local
1127 for (auto &Mod : Modules) in run() local
1140 auto &Mod = Modules[IndexCount]; in run() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h57 const Module *Mod; member
68 const Module *Mod; member
/freebsd-14.2/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()
163 static void appendSubframeworkPaths(Module *Mod, in appendSubframeworkPaths()
295 void ModuleMap::resolveHeader(Module *Mod, in resolveHeader()
982 static void inferFrameworkLink(Module *Mod) { in inferFrameworkLink()
1017 if (Module *Mod = lookupModuleQualified(ModuleName, Parent)) in inferFrameworkModule() local
1212 void ModuleMap::addUnresolvedHeader(Module *Mod, in addUnresolvedHeader()
1283 void ModuleMap::addHeader(Module *Mod, Module::Header Header, in addHeader()
1394 bool ModuleMap::resolveExports(Module *Mod, bool Complain) { in resolveExports()
[all …]
H A DPPLexerChange.cpp283 const Module &Mod, SmallVectorImpl<const Module *> &SubMods) { in collectAllSubModulesWithUmbrellaHeader()
290 void Preprocessor::diagnoseMissingHeaderInUmbrellaDir(const Module &Mod) { in diagnoseMissingHeaderInUmbrellaDir()
590 if (Module *Mod = getCurrentModule()) { in HandleEndOfFile() local
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DParser.h69 std::unique_ptr<Module> Mod; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h76 DbiModuleDescriptor Mod; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp146 void InclusionRewriter::WriteImplicitModuleImport(const Module *Mod) { in WriteImplicitModuleImport()
433 if (const Module *Mod = FindModuleAtLocation(Loc)) in Process() local
436 const Module *Mod = FindEnteredModule(Loc); in Process() local
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTDeserializationListener.h54 virtual void ModuleRead(serialization::SubmoduleID ID, Module *Mod) {} in ModuleRead()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DTestModuleFileExtension.cpp114 ASTReader &Reader, serialization::ModuleFile &Mod, in createExtensionReader()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp310 if (auto *Mod = TII->getNamedOperand(*MI, AMDGPU::OpName::src0_modifiers)) { in getSrcMods() local
314 if (auto *Mod = TII->getNamedOperand(*MI, AMDGPU::OpName::src1_modifiers)) { in getSrcMods() local
1018 if (auto *Mod = TII->getNamedOperand(MI, AMDGPU::OpName::src0_modifiers)) in convertToSDWA() local
1029 if (auto *Mod = TII->getNamedOperand(MI, AMDGPU::OpName::src1_modifiers)) in convertToSDWA() local
H A DAMDGPULateCodeGenPrepare.cpp47 Module *Mod = nullptr; member in __anonf0eefc910111::AMDGPULateCodeGenPrepare
H A DAMDGPUHSAMetadataStreamer.cpp200 void MetadataStreamerMsgPackV4::emitPrintf(const Module &Mod) { in emitPrintf()
509 void MetadataStreamerMsgPackV4::begin(const Module &Mod, in begin()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Index/
H A DIndexDataConsumer.h61 const Module *Mod, SymbolRoleSet Roles, in handleModuleOccurrence()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp121 Module *Mod; member in __anon6e7dde900111::Lint
131 Lint(Module *Mod, const DataLayout *DL, AliasAnalysis *AA, in Lint()
709 auto *Mod = F.getParent(); in run() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp403 Module *Mod = *I; in getExportedModules() local
413 Module *Mod = Exports[I].getPointer(); in getExportedModules() local
441 Module *Mod = Imports[I]; in getExportedModules() local
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h177 void makeModuleVisible(Module *Mod, Module::NameVisibilityKind Visibility, in makeModuleVisible()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h241 void init(Module *Mod) { in init()
/freebsd-14.2/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.cpp92 static void reportModuleReferences(const Module *Mod, in reportModuleReferences()
135 const Module *Mod = ImportD->getImportedModule(); in importedModule() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp214 Module *Mod = BB->getParent()->getParent(); in INITIALIZE_PASS_DEPENDENCY() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h51 std::unique_ptr<Module> Mod; member

12345