| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 214 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 D | LTOBackend.cpp | 239 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 D | LTOCodeGenerator.cpp | 137 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 D | ThinLTOCodeGenerator.cpp | 189 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 D | ModuleMap.cpp | 51 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 D | PPLexerChange.cpp | 276 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 D | MarkupFilter.h | 58 const Module *Mod; member 69 const Module *Mod; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRMCAsmInfo.cpp | 53 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 D | Parser.h | 70 std::unique_ptr<Module> Mod; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | ModuleDebugStream.h | 77 DbiModuleDescriptor Mod; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTDeserializationListener.h | 63 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 D | InclusionRewriter.cpp | 147 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 D | TestModuleFileExtension.cpp | 113 ASTReader &Reader, serialization::ModuleFile &Mod, in createExtensionReader()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Index/ |
| H A D | IndexDataConsumer.h | 61 const Module *Mod, SymbolRoleSet Roles, in handleModuleOccurrence()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Module.cpp | 388 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 D | ModuleLoader.h | 178 void makeModuleVisible(Module *Mod, Module::NameVisibilityKind Visibility, in makeModuleVisible()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 124 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 D | SIPeepholeSDWA.cpp | 366 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 D | AMDGPULateCodeGenPrepare.cpp | 76 Module &Mod; member in __anon9f65155b0111::LiveRegOptimizer 166 LiveRegOptimizer(Module &Mod, const GCNSubtarget &ST) in LiveRegOptimizer()
|
| H A D | AMDGPUHSAMetadataStreamer.cpp | 224 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 D | ObjCARCAnalysisUtils.h | 249 void init(Module *Mod) { in init()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexingAction.cpp | 241 serialization::ModuleFile &Mod, in indexPreprocessorModuleMacros() 294 void index::indexModuleFile(serialization::ModuleFile &Mod, ASTReader &Reader, in indexModuleFile()
|
| H A D | IndexingContext.cpp | 104 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 D | LTOModule.h | 52 std::unique_ptr<Module> Mod; member
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 183 std::unique_ptr<Module> Mod(unwrap(M)); in LLVMCreateMCJITCompilerForModule() local 262 Module *Mod = unwrap(M); in LLVMRemoveModule() local
|