Home
last modified time | relevance | path

Searched refs:ModName (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp531 StringRef ModName,
558 StringRef ModName, in computeImportForModule() argument
560 StringRef Filename = ModName; in computeImportForModule()
562 Filename = sys::path::filename(ModName); in computeImportForModule()
569 LLVM_DEBUG(dbgs() << "[Workload] " << ModName in computeImportForModule()
572 ModName, ImportList); in computeImportForModule()
574 LLVM_DEBUG(dbgs() << "[Workload] " << ModName in computeImportForModule()
587 << ModName << ". No need to import\n"); in computeImportForModule()
591 qualifyCalleeCandidates(Index, VI.getSummaryList(), ModName); in computeImportForModule()
655 if (ExportingModule == ModName) { in computeImportForModule()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DUSRGeneration.h92 bool generateFullUSRForTopLevelModuleName(StringRef ModName, raw_ostream &OS);
100 bool generateUSRFragmentForModuleName(StringRef ModName, raw_ostream &OS);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1144 StringRef ModName; variable
1151 DiagnosticInfoSrcMgr(const SMDiagnostic &Diagnostic, StringRef ModName,
1154 Diagnostic(Diagnostic), ModName(ModName), InlineAsmDiag(InlineAsmDiag),
1157 StringRef getModuleName() const { return ModName; } in getModuleName()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h179 ModuleFile *lookupByModuleName(StringRef ModName) const;
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp1267 bool clang::index::generateFullUSRForTopLevelModuleName(StringRef ModName, in generateFullUSRForTopLevelModuleName() argument
1270 return generateUSRFragmentForModuleName(ModName, OS); in generateFullUSRForTopLevelModuleName()
1278 bool clang::index::generateUSRFragmentForModuleName(StringRef ModName, in generateUSRFragmentForModuleName() argument
1280 OS << "@M@" << ModName; in generateUSRFragmentForModuleName()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp2045 const auto &ModName = EAD.Id.front(); in handleExportAsDecl() local
2048 if (ActiveModule->ExportAsModule == ModName.first) { in handleExportAsDecl()
2049 Diags.Report(ModName.second, diag::warn_mmap_redundant_export_as) in handleExportAsDecl()
2050 << ActiveModule->Name << ModName.first; in handleExportAsDecl()
2052 Diags.Report(ModName.second, diag::err_mmap_conflicting_export_as) in handleExportAsDecl()
2054 << ModName.first; in handleExportAsDecl()
2058 ActiveModule->ExportAsModule = ModName.first; in handleExportAsDecl()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp483 auto ModName = M.getName(); in run() local
484 auto Filename = sys::path::filename(ModName); in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp502 AMDGPU::OpName ModName = AMDGPU::OpName::NUM_OPERAND_NAMES; in tryFoldImmWithOpSel() local
505 ModName = AMDGPU::OpName::src0_modifiers; in tryFoldImmWithOpSel()
508 ModName = AMDGPU::OpName::src1_modifiers; in tryFoldImmWithOpSel()
511 ModName = AMDGPU::OpName::src2_modifiers; in tryFoldImmWithOpSel()
514 assert(ModName != AMDGPU::OpName::NUM_OPERAND_NAMES); in tryFoldImmWithOpSel()
515 int ModIdx = AMDGPU::getNamedOperandIdx(Opcode, ModName); in tryFoldImmWithOpSel()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp976 std::string ModName = Mod->getFullModuleName(); in AddTopLevelDeclarationToHash() local
977 Hash = llvm::djbHash(ModName, Hash); in AddTopLevelDeclarationToHash()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp5149 const char *ModName = nullptr; in ConstructPhaseAction() local
5152 ModName = A->getValue(); in ConstructPhaseAction()
5153 if (ModName) in ConstructPhaseAction()