/freebsd/sys/contrib/dev/acpica/components/utilities/ |
H A D | uterror.c | 188 const char *ModuleName, in AcpiUtPredefinedWarning() 237 const char *ModuleName, in AcpiUtPredefinedInfo() 286 const char *ModuleName, in AcpiUtPredefinedBiosError() 336 const char *ModuleName, in AcpiUtPrefixedNamespaceError() 407 const char *ModuleName, in AcpiUtNamespaceError() 478 const char *ModuleName, in AcpiUtMethodError()
|
H A D | utdebug.c | 296 const char *ModuleName, in AcpiDebugPrint() 521 const char *ModuleName, in AcpiUtTraceStr() 561 const char *ModuleName, in AcpiUtTraceU32() 600 const char *ModuleName, in AcpiUtExit() 785 const char *ModuleName, in AcpiUtStrExit()
|
H A D | utobject.c | 203 const char *ModuleName, in AcpiUtCreateInternalObjectDbg() 538 const char *ModuleName, in AcpiUtAllocateObjectDescDbg()
|
H A D | utxferror.c | 184 const char *ModuleName, in AcpiError()
|
/freebsd/contrib/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 __anon9be2c5490302(size_t Task, const Twine &ModuleName) localCache() argument
|
/freebsd/contrib/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()
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | FrontendActions.h | 323 StringRef ModuleName; variable 327 GetDependenciesByModuleNameAction(StringRef ModuleName) in GetDependenciesByModuleNameAction()
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 88 LLVMSymbolizer::symbolizeCode(const std::string &ModuleName, in symbolizeCode() 137 LLVMSymbolizer::symbolizeInlinedCode(const std::string &ModuleName, in symbolizeInlinedCode() 182 LLVMSymbolizer::symbolizeData(const std::string &ModuleName, in symbolizeData() 223 LLVMSymbolizer::symbolizeFrame(const std::string &ModuleName, in symbolizeFrame() 271 LLVMSymbolizer::findSymbol(const std::string &ModuleName, StringRef Symbol, in findSymbol() 588 StringRef ModuleName) { in createModuleInfo() 603 LLVMSymbolizer::getOrCreateModuleInfo(const std::string &ModuleName) { in getOrCreateModuleInfo()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
H A D | sanitizer_symbolize.cpp | 63 __sanitizer_symbolize_code(const char * ModuleName,uint64_t ModuleOffset,char * Buffer,int MaxLength) __sanitizer_symbolize_code() argument 92 __sanitizer_symbolize_data(const char * ModuleName,uint64_t ModuleOffset,char * Buffer,int MaxLength) __sanitizer_symbolize_data() argument [all...] |
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 106 void visitImport(StringRef ModuleName, StringRef Filename) override { in visitImport() 290 std::optional<StringRef> ModuleName = std::nullopt) in DependencyScanningAction() 473 std::optional<StringRef> ModuleName; member in __anona07bc58e0111::DependencyScanningAction 510 std::optional<StringRef> ModuleName) { in computeDependencies() 593 DiagnosticConsumer &DC, std::optional<StringRef> ModuleName) { in computeDependencies()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
H A D | llvm-symbolizer.cpp | 160 std::string &ModuleName, object::BuildID &BuildID, in parseCommand() 277 void executeCommand(StringRef ModuleName, const T &ModuleSpec, Command Cmd, in executeCommand() 325 static void printUnknownLineInfo(std::string ModuleName, DIPrinter &Printer) { in printUnknownLineInfo() 336 std::string ModuleName; in symbolizeInput() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/ |
H A D | ImportedFunctionsInliningStatistics.h | 101 StringRef ModuleName; variable
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 206 std::string HeaderSearch::getPrebuiltModuleFileName(StringRef ModuleName, in getPrebuiltModuleFileName() 240 StringRef ModuleName = Module->Name; in getPrebuiltImplicitModuleFileName() local 255 std::string HeaderSearch::getCachedModuleFileName(StringRef ModuleName, in getCachedModuleFileName() 261 std::string HeaderSearch::getCachedModuleFileNameImpl(StringRef ModuleName, in getCachedModuleFileNameImpl() 295 Module *HeaderSearch::lookupModule(StringRef ModuleName, in lookupModule() 324 Module *HeaderSearch::lookupModule(StringRef ModuleName, StringRef SearchName, in lookupModule() 646 StringRef ModuleName(Filename.begin(), SlashPos); in DoFrameworkLookup() local 1748 StringRef ModuleName = llvm::sys::path::stem(TopFrameworkDir->getName()); in findUsableModuleForFrameworkHeader() local
|
H A D | Pragma.cpp | 794 &ModuleName) { in LexModuleName() 813 IdentifierInfo *ModuleName = ModuleNameLoc.first; in HandlePragmaModuleBuild() local 1117 ModuleName; in HandlePragma() local 1699 ModuleName; in HandlePragma() local 1736 ModuleName; in HandlePragma() local 1826 ModuleName; in HandlePragma() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 231 StringRef ModuleName) { in emitImportStackRecursively() 608 StringRef ModuleName) { in emitImportLocation() 622 StringRef ModuleName) { in emitBuildingModuleLocation()
|
H A D | CompilerInstance.cpp | 1164 StringRef ModuleName, FrontendInputFile Input, in compileModuleImpl() 1819 Module *M, StringRef ModuleName, std::string &ModuleFilename, in selectModuleSource() 1853 StringRef ModuleName, SourceLocation ImportLoc, in findOrCompileModuleAndReadAST() 2022 StringRef ModuleName = Path[0].first->getName(); in loadModule() local 2205 StringRef ModuleName, in createModuleFromSource()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 439 const Twine &ModuleName) -> std::unique_ptr<CachedFileStream> { in run() 449 std::unique_ptr<MemoryBuffer> MB) { in run()
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | ModuleLoader.h | 174 void createModuleFromSource(SourceLocation ImportLoc, StringRef ModuleName, in createModuleFromSource()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointResolver.h | 176 ModuleName, enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | DbiModuleDescriptorBuilder.h | 139 std::string ModuleName; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
H A D | DIPrinter.h | 35 StringRef ModuleName; member
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiModuleDescriptorBuilder.cpp | 43 DbiModuleDescriptorBuilder::DbiModuleDescriptorBuilder(StringRef ModuleName, in DbiModuleDescriptorBuilder()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 504 std::string ModuleName, SymbolNameVector Symbols) in MissingSymbolDefinitions() 514 std::string ModuleName; variable 527 std::string ModuleName, SymbolNameVector Symbols) in UnexpectedSymbolDefinitions() 537 std::string ModuleName; variable
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 371 std::string ModuleName = stringFromPath(Path); in ActOnModuleDecl() local 585 std::string ModuleName; in ActOnModuleImport() local
|