Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp214 Module *Mod = Map.createHeaderUnit(StartOfTU, HUName, H); in HandleStartOfHeaderUnit() local
393 Module *Mod; // The module we are creating. in ActOnModuleDecl() local
622 Module *Mod = getModuleLoader().loadModule( in ActOnModuleImport() local
647 SourceLocation ImportLoc, Module *Mod, in ActOnModuleImport()
736 void Sema::ActOnAnnotModuleInclude(SourceLocation DirectiveLoc, Module *Mod) { in ActOnAnnotModuleInclude()
741 void Sema::BuildModuleInclude(SourceLocation DirectiveLoc, Module *Mod) { in BuildModuleInclude()
775 void Sema::ActOnAnnotModuleBegin(SourceLocation DirectiveLoc, Module *Mod) { in ActOnAnnotModuleBegin()
799 void Sema::ActOnAnnotModuleEnd(SourceLocation EomLoc, Module *Mod) { in ActOnAnnotModuleEnd()
840 Module *Mod) { in createImplicitModuleImportForErrorRecovery()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp239 static void runNewPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM, in runNewPMPasses()
357 static bool isEmptyModule(const Module &Mod) { in isEmptyModule()
365 bool lto::opt(const Config &Conf, TargetMachine *TM, unsigned Task, Module &Mod, in opt()
400 AddStreamFn AddStream, unsigned Task, Module &Mod, in codegen()
474 unsigned ParallelCodeGenParallelismLevel, Module &Mod, in splitCodeGen()
528 Module &Mod) { in initAndLookupTarget()
553 unsigned ParallelCodeGenParallelismLevel, Module &Mod, in backend()
578 static void dropDeadSymbols(Module &Mod, const GVSummaryMapTy &DefinedGlobals, in dropDeadSymbols()
600 Module &Mod, const ModuleSummaryIndex &CombinedIndex, in thinBackend()
638 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile) { in thinBackend()
H A DLTOCodeGenerator.cpp137 void LTOCodeGenerator::setAsmUndefinedRefs(LTOModule *Mod) { in setAsmUndefinedRefs()
141 bool LTOCodeGenerator::addModule(LTOModule *Mod) { in addModule()
154 void LTOCodeGenerator::setModule(std::unique_ptr<LTOModule> Mod) { in setModule()
H A DThinLTOCodeGenerator.cpp189 auto &Mod = Input->getSingleBitcodeModule(); in loadModuleFromInput() local
603 for (auto &Mod : Modules) { in linkCombinedIndex() local
979 for (auto &Mod : Modules) { in run() local
1108 for (auto &Mod : Modules) in run() local
1121 auto &Mod = Modules[IndexCount]; in run() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp51 void ModuleMap::resolveLinkAsDependencies(Module *Mod) { in resolveLinkAsDependencies()
62 void ModuleMap::addLinkAsDependency(Module *Mod) { in addLinkAsDependency()
107 ModuleMap::resolveExport(Module *Mod, in resolveExport()
124 Module *ModuleMap::resolveModuleId(const ModuleId &Id, Module *Mod, in resolveModuleId()
156 static void appendSubframeworkPaths(Module *Mod, in appendSubframeworkPaths()
289 void ModuleMap::resolveHeader(Module *Mod, in resolveHeader()
328 Module *Mod, const Module::UnresolvedHeaderDirective &Header) { in resolveAsBuiltinHeader()
993 static void inferFrameworkLink(Module *Mod) { in inferFrameworkLink()
1028 if (Module *Mod = lookupModuleQualified(ModuleName, Parent)) in inferFrameworkModule() local
1201 Module *Mod, FileEntryRef UmbrellaHeader, const Twine &NameAsWritten, in setUmbrellaHeaderAsWritten()
[all …]
H A DPPLexerChange.cpp276 const Module &Mod, SmallVectorImpl<const Module *> &SubMods) { in collectAllSubModulesWithUmbrellaHeader()
283 void Preprocessor::diagnoseMissingHeaderInUmbrellaDir(const Module &Mod) { in diagnoseMissingHeaderInUmbrellaDir()
582 if (Module *Mod = getCurrentModule()) { in HandleEndOfFile() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h58 const Module *Mod; member
69 const Module *Mod; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCAsmInfo.cpp53 llvm::find_if(ModifierNames, [&Name](ModifierEntry const &Mod) { in parseSpecifier()
65 llvm::find_if(ModifierNames, [this](ModifierEntry const &Mod) { in getName()
/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.h77 DbiModuleDescriptor Mod; variable
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTDeserializationListener.h63 virtual void ModuleRead(serialization::SubmoduleID ID, Module *Mod) {} in ModuleRead()
121 void ModuleRead(serialization::SubmoduleID ID, Module *Mod) override { in ModuleRead()
/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/lib/Frontend/
H A DTestModuleFileExtension.cpp113 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.cpp388 Module *Mod = *I; in getExportedModules() local
398 Module *Mod = Exports[I].getPointer(); in getExportedModules() local
426 Module *Mod = Imports[I]; in getExportedModules() local
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h178 void makeModuleVisible(Module *Mod, Module::NameVisibilityKind Visibility, in makeModuleVisible()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp124 Module *Mod; member in __anon88a7481a0111::Lint
135 Lint(Module *Mod, const DataLayout *DL, AliasAnalysis *AA, in Lint()
729 auto *Mod = F.getParent(); in run() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp366 if (auto *Mod = TII->getNamedOperand(*MI, AMDGPU::OpName::src0_modifiers)) { in getSrcMods() local
370 if (auto *Mod = TII->getNamedOperand(*MI, AMDGPU::OpName::src1_modifiers)) { in getSrcMods() local
1233 if (auto *Mod = TII->getNamedOperand(MI, AMDGPU::OpName::src0_modifiers)) in createSDWAVersion() local
1244 if (auto *Mod = TII->getNamedOperand(MI, AMDGPU::OpName::src1_modifiers)) in createSDWAVersion() local
H A DAMDGPULateCodeGenPrepare.cpp76 Module &Mod; member in __anon9f65155b0111::LiveRegOptimizer
166 LiveRegOptimizer(Module &Mod, const GCNSubtarget &ST) in LiveRegOptimizer()
H A DAMDGPUHSAMetadataStreamer.cpp224 void MetadataStreamerMsgPackV4::emitPrintf(const Module &Mod) { in emitPrintf()
561 void MetadataStreamerMsgPackV4::begin(const Module &Mod, in begin()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h249 void init(Module *Mod) { in init()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp241 serialization::ModuleFile &Mod, in indexPreprocessorModuleMacros()
294 void index::indexModuleFile(serialization::ModuleFile &Mod, ASTReader &Reader, in indexModuleFile()
H A DIndexingContext.cpp104 static void reportModuleReferences(const Module *Mod, in reportModuleReferences()
147 const Module *Mod = ImportD->getImportedModule(); in importedModule() local
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h52 std::unique_ptr<Module> Mod; member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp183 std::unique_ptr<Module> Mod(unwrap(M)); in LLVMCreateMCJITCompilerForModule() local
262 Module *Mod = unwrap(M); in LLVMRemoveModule() local

1234