Home
last modified time | relevance | path

Searched defs:ModuleName (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Duterror.c188 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 Dutdebug.c296 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 Dutobject.c203 const char *ModuleName, in AcpiUtCreateInternalObjectDbg()
538 const char *ModuleName, in AcpiUtAllocateObjectDescDbg()
H A Dutxferror.c184 const char *ModuleName, in AcpiError()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCaching.cpp41 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 DModuleBuilder.cpp70 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 DFrontendActions.h323 StringRef ModuleName; variable
327 GetDependenciesByModuleNameAction(StringRef ModuleName) in GetDependenciesByModuleNameAction()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h39 std::string ModuleName; member
53 std::string ModuleName; member
80 std::string ModuleName; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp88 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 Dsanitizer_symbolize.cpp63 __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 DDependencyScanningWorker.cpp106 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 Dllvm-symbolizer.cpp160 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 DImportedFunctionsInliningStatistics.h101 StringRef ModuleName; variable
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp206 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 DPragma.cpp794 &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 DDiagnosticRenderer.cpp231 StringRef ModuleName) { in emitImportStackRecursively()
608 StringRef ModuleName) { in emitImportLocation()
622 StringRef ModuleName) { in emitBuildingModuleLocation()
H A DCompilerInstance.cpp1164 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 Dllvm-lto2.cpp439 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 DModuleLoader.h174 void createModuleFromSource(SourceLocation ImportLoc, StringRef ModuleName, in createModuleFromSource()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h176 ModuleName, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h139 std::string ModuleName; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h35 StringRef ModuleName; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp43 DbiModuleDescriptorBuilder::DbiModuleDescriptorBuilder(StringRef ModuleName, in DbiModuleDescriptorBuilder()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h504 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 DSemaModule.cpp371 std::string ModuleName = stringFromPath(Path); in ActOnModuleDecl() local
585 std::string ModuleName; in ActOnModuleImport() local

123