/llvm-project/llvm/lib/Support/ |
H A D | Caching.cpp | 41 const Twine &ModuleName) -> Expected<AddStreamFn> { in localCache() argument 81 std::string ModuleName; in localCache() member 143 __anonbeeac91c0302(size_t Task, const Twine &ModuleName) localCache() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | ModuleBuilder.cpp | 70 static llvm::StringRef ExpandModuleName(llvm::StringRef ModuleName, in ExpandModuleName() 78 CodeGeneratorImpl(DiagnosticsEngine &diags, llvm::StringRef ModuleName, in CodeGeneratorImpl() 136 llvm::Module *StartModule(llvm::StringRef ModuleName, in StartModule() 358 llvm::Module *CodeGenerator::StartModule(llvm::StringRef ModuleName, in StartModule() 364 clang::CreateLLVMCodeGen(DiagnosticsEngine &Diags, llvm::StringRef ModuleName, in CreateLLVMCodeGen()
|
/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
H A D | sanitizer_symbolize.cpp | 64 bool __sanitizer_symbolize_code(const char *ModuleName, uint64_t ModuleOffset, in __sanitizer_symbolize_code() 96 bool __sanitizer_symbolize_data(const char *ModuleName, uint64_t ModuleOffset, in __sanitizer_symbolize_data() 119 bool __sanitizer_symbolize_frame(const char *ModuleName, uint64_t ModuleOffset, in __sanitizer_symbolize_frame()
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | FrontendActions.h | 323 StringRef ModuleName; variable 327 GetDependenciesByModuleNameAction(StringRef ModuleName) in GetDependenciesByModuleNameAction()
|
/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.h | 39 std::string ModuleName; member 53 std::string ModuleName; member 80 std::string ModuleName; member
|
/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 88 symbolizeCode(const std::string & ModuleName,object::SectionedAddress ModuleOffset) symbolizeCode() argument 137 symbolizeInlinedCode(const std::string & ModuleName,object::SectionedAddress ModuleOffset) symbolizeInlinedCode() argument 182 symbolizeData(const std::string & ModuleName,object::SectionedAddress ModuleOffset) symbolizeData() argument 223 symbolizeFrame(const std::string & ModuleName,object::SectionedAddress ModuleOffset) symbolizeFrame() argument 271 findSymbol(const std::string & ModuleName,StringRef Symbol,uint64_t Offset) findSymbol() argument 588 createModuleInfo(const ObjectFile * Obj,std::unique_ptr<DIContext> Context,StringRef ModuleName) createModuleInfo() argument 603 getOrCreateModuleInfo(const std::string & ModuleName) getOrCreateModuleInfo() argument [all...] |
/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 106 void visitImport(StringRef ModuleName, StringRef Filename) override { in visitImport() argument 290 std::optional<StringRef> ModuleName = std::nullopt) in DependencyScanningAction() argument 473 std::optional<StringRef> ModuleName; global() member in __anond7e831410111::DependencyScanningAction 510 computeDependencies(StringRef WorkingDirectory,const std::vector<std::string> & CommandLine,DependencyConsumer & Consumer,DependencyActionController & Controller,std::optional<StringRef> ModuleName) computeDependencies() argument 593 computeDependencies(StringRef WorkingDirectory,const std::vector<std::string> & CommandLine,DependencyConsumer & Consumer,DependencyActionController & Controller,DiagnosticConsumer & DC,std::optional<StringRef> ModuleName) computeDependencies() argument [all...] |
/llvm-project/clang/lib/Frontend/ |
H A D | SARIFDiagnostic.cpp | 215 StringRef ModuleName) { in emitImportLocation() 221 StringRef ModuleName) { in emitBuildingModuleLocation()
|
H A D | DiagnosticRenderer.cpp | 231 if (ModuleName.empty()) { in emitImportStackRecursively() argument 608 emitImportLocation(FullSourceLoc Loc,PresumedLoc PLoc,StringRef ModuleName) emitImportLocation() argument 622 emitBuildingModuleLocation(FullSourceLoc Loc,PresumedLoc PLoc,StringRef ModuleName) emitBuildingModuleLocation() argument
|
/llvm-project/llvm/include/llvm/Analysis/Utils/ |
H A D | ImportedFunctionsInliningStatistics.h | 101 StringRef ModuleName; variable
|
/llvm-project/llvm/tools/llvm-symbolizer/ |
H A D | llvm-symbolizer.cpp | 160 parseCommand(StringRef BinaryName,bool IsAddr2Line,StringRef InputString,Command & Cmd,std::string & ModuleName,object::BuildID & BuildID,StringRef & Symbol,uint64_t & Offset) parseCommand() argument 277 executeCommand(StringRef ModuleName,const T & ModuleSpec,Command Cmd,StringRef Symbol,uint64_t Offset,uint64_t AdjustVMA,bool ShouldInline,OutputStyle Style,LLVMSymbolizer & Symbolizer,DIPrinter & Printer) executeCommand() argument 325 printUnknownLineInfo(std::string ModuleName,DIPrinter & Printer) printUnknownLineInfo() argument 336 std::string ModuleName; symbolizeInput() local [all...] |
/llvm-project/polly/lib/Support/ |
H A D | DumpModulePass.cpp | 31 StringRef ModuleName = M.getName(); in runDumpModule() local
|
H A D | DumpFunctionPass.cpp | 36 StringRef ModuleName = M->getName(); in runDumpFunction() local
|
/llvm-project/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 206 getPrebuiltModuleFileName(StringRef ModuleName,bool FileMapOnly) getPrebuiltModuleFileName() argument 240 StringRef ModuleName = Module->Name; getPrebuiltImplicitModuleFileName() local 255 getCachedModuleFileName(StringRef ModuleName,StringRef ModuleMapPath) getCachedModuleFileName() argument 261 getCachedModuleFileNameImpl(StringRef ModuleName,StringRef ModuleMapPath,StringRef CachePath) getCachedModuleFileNameImpl() argument 295 lookupModule(StringRef ModuleName,SourceLocation ImportLoc,bool AllowSearch,bool AllowExtraModuleMapSearch) lookupModule() argument 324 lookupModule(StringRef ModuleName,StringRef SearchName,SourceLocation ImportLoc,bool AllowExtraModuleMapSearch) lookupModule() argument 646 StringRef ModuleName(Filename.begin(), SlashPos); DoFrameworkLookup() local 1748 StringRef ModuleName = llvm::sys::path::stem(TopFrameworkDir->getName()); findUsableModuleForFrameworkHeader() local [all...] |
H A D | Pragma.cpp | 794 LexModuleName(Preprocessor & PP,Token & Tok,llvm::SmallVectorImpl<std::pair<IdentifierInfo *,SourceLocation>> & ModuleName) LexModuleName() argument 813 IdentifierInfo *ModuleName = ModuleNameLoc.first; HandlePragmaModuleBuild() local 1117 ModuleName; HandlePragma() local 1699 ModuleName; HandlePragma() local 1736 ModuleName; HandlePragma() local 1826 ModuleName; HandlePragma() local [all...] |
/llvm-project/clang/include/clang/Lex/ |
H A D | ModuleLoader.h | 174 void createModuleFromSource(SourceLocation ImportLoc, StringRef ModuleName, in createModuleFromSource()
|
/llvm-project/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 449 auto AddBuffer = [&](size_t Task, const Twine &ModuleName, in run() argument 439 __anon3879a73e0302(size_t Task, const Twine &ModuleName) run() argument
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | DbiModuleDescriptorBuilder.h | 139 std::string ModuleName; variable
|
/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointResolver.h | 176 ModuleName, enumerator
|
/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
H A D | DIPrinter.h | 35 StringRef ModuleName; member
|
/llvm-project/clang/tools/libclang/ |
H A D | BuildSystem.cpp | 98 std::string ModuleName; member
|
/llvm-project/clang/unittests/Sema/ |
H A D | SemaNoloadLookupTest.cpp | 55 std::string GenerateModuleInterface(StringRef ModuleName, in GenerateModuleInterface() argument
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiModuleDescriptorBuilder.cpp | 43 DbiModuleDescriptorBuilder::DbiModuleDescriptorBuilder(StringRef ModuleName, in DbiModuleDescriptorBuilder()
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 504 MissingSymbolDefinitions(std::shared_ptr<SymbolStringPool> SSP,std::string ModuleName,SymbolNameVector Symbols) MissingSymbolDefinitions() argument 514 std::string ModuleName; global() variable 527 UnexpectedSymbolDefinitions(std::shared_ptr<SymbolStringPool> SSP,std::string ModuleName,SymbolNameVector Symbols) UnexpectedSymbolDefinitions() argument 537 std::string ModuleName; global() variable [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 371 std::string ModuleName = stringFromPath(Path); ActOnModuleDecl() local 585 std::string ModuleName; ActOnModuleImport() local [all...] |