Searched refs:ModuleName (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutdebug.c269 * ModuleName - Caller's module name
286 const char *ModuleName,
325 AcpiOsPrintf ("%9s-%04ld ", ModuleName, LineNumber);
370 * ModuleName - Caller's module name
387 const char *ModuleName,
416 * ModuleName - Caller's module name
430 const char *ModuleName,
442 LineNumber, FunctionName, ModuleName, ComponentId,
456 * ModuleName - Caller's module name
471 const char *ModuleName,
282 AcpiDebugPrint( UINT32 RequestedDebugLevel, UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId, const char *Format, ...) argument
508 AcpiUtTraceStr( UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId, const char *String) argument
548 AcpiUtTraceU32( UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId, UINT32 Integer) argument
587 AcpiUtExit( UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId) argument
772 AcpiUtStrExit( UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId, const char *String) argument
[all...]
H A Dutxferror.c172 * PARAMETERS: ModuleName - Caller's module name (for error output)
184 const char *ModuleName,
210 * PARAMETERS: ModuleName - Caller's module name (for error output)
224 const char *ModuleName,
263 * PARAMETERS: ModuleName - Caller's module name (for warning output)
275 const char *ModuleName,
341 * PARAMETERS: ModuleName - Caller's module name (for error output)
354 const char *ModuleName,
380 * PARAMETERS: ModuleName - Caller's module name (for warning output)
393 const char *ModuleName,
183 AcpiError( const char *ModuleName, UINT32 LineNumber, const char *Format, ...) argument
[all...]
H A Duterror.c171 * PARAMETERS: ModuleName - Caller's module name (for error output)
188 const char *ModuleName,
220 * PARAMETERS: ModuleName - Caller's module name (for error output)
237 const char *ModuleName,
269 * PARAMETERS: ModuleName - Caller's module name (for error output)
286 const char *ModuleName,
318 * PARAMETERS: ModuleName - Caller's module name (for error output)
336 const char *ModuleName,
394 * PARAMETERS: ModuleName - Caller's module name (for error output)
407 const char *ModuleName,
187 AcpiUtPredefinedWarning( const char *ModuleName, UINT32 LineNumber, char *Pathname, UINT8 NodeFlags, const char *Format, ...) argument
236 AcpiUtPredefinedInfo( const char *ModuleName, UINT32 LineNumber, char *Pathname, UINT8 NodeFlags, const char *Format, ...) argument
285 AcpiUtPredefinedBiosError( const char *ModuleName, UINT32 LineNumber, char *Pathname, UINT8 NodeFlags, const char *Format, ...) argument
335 AcpiUtPrefixedNamespaceError( const char *ModuleName, UINT32 LineNumber, ACPI_GENERIC_STATE *PrefixScope, const char *InternalPath, ACPI_STATUS LookupStatus) argument
406 AcpiUtNamespaceError( const char *ModuleName, UINT32 LineNumber, const char *InternalName, ACPI_STATUS LookupStatus) argument
477 AcpiUtMethodError( const char *ModuleName, UINT32 LineNumber, const char *Message, ACPI_NAMESPACE_NODE *PrefixNode, const char *Path, ACPI_STATUS MethodStatus) argument
[all...]
H A Dutobject.c184 * PARAMETERS: ModuleName - Source file name of caller
203 const char *ModuleName,
219 ModuleName, LineNumber, ComponentId);
234 ModuleName, LineNumber, ComponentId);
525 * PARAMETERS: ModuleName - Caller's module name (for error output)
538 const char *ModuleName,
551 ACPI_ERROR ((ModuleName, LineNumber,
202 AcpiUtCreateInternalObjectDbg( const char *ModuleName, UINT32 LineNumber, UINT32 ComponentId, ACPI_OBJECT_TYPE Type) argument
537 AcpiUtAllocateObjectDescDbg( const char *ModuleName, UINT32 LineNumber, UINT32 ComponentId) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_symbolize.cpp34 bool __sanitizer_symbolize_code(const char *ModuleName, uint64_t ModuleOffset, argument
43 ModuleName,
51 bool __sanitizer_symbolize_data(const char *ModuleName, uint64_t ModuleOffset, argument
60 ModuleName,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp27 if (auto EC = Reader.readCString(Info.ModuleName))
76 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; }
81 uint32_t M = ModuleName.str().size() + 1;
H A DDbiModuleDescriptorBuilder.cpp39 DbiModuleDescriptorBuilder::DbiModuleDescriptorBuilder(StringRef ModuleName, argument
42 : MSF(Msf), ModuleName(ModuleName) {
100 uint32_t M = ModuleName.size() + 1;
142 if (auto EC = ModiWriter.writeCString(ModuleName))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h60 Expected<DILineInfo> symbolizeCode(const std::string &ModuleName,
63 symbolizeInlinedCode(const std::string &ModuleName,
65 Expected<DIGlobal> symbolizeData(const std::string &ModuleName,
68 symbolizeFrame(const std::string &ModuleName,
90 getOrCreateModuleInfo(const std::string &ModuleName);
95 StringRef ModuleName);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h41 DbiModuleDescriptorBuilder(StringRef ModuleName, uint32_t ModIndex,
62 StringRef getModuleName() const { return ModuleName; }
91 std::string ModuleName; member in class:llvm::pdb::DbiModuleDescriptorBuilder
H A DDbiModuleDescriptor.h52 StringRef ModuleName; member in class:llvm::pdb::DbiModuleDescriptor
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp64 StringRef ModuleName = Obj.getFileName(); local
65 auto I = Modules.find(ModuleName);
72 createModuleInfo(&Obj, std::move(Context), ModuleName);
79 LLVMSymbolizer::symbolizeCode(const std::string &ModuleName, argument
81 Expected<SymbolizableModule *> InfoOrErr = getOrCreateModuleInfo(ModuleName);
88 LLVMSymbolizer::symbolizeInlinedCode(const std::string &ModuleName, argument
91 if (auto InfoOrErr = getOrCreateModuleInfo(ModuleName))
118 LLVMSymbolizer::symbolizeData(const std::string &ModuleName, argument
121 if (auto InfoOrErr = getOrCreateModuleInfo(ModuleName))
144 LLVMSymbolizer::symbolizeFrame(const std::string &ModuleName, argument
503 createModuleInfo(const ObjectFile *Obj, std::unique_ptr<DIContext> Context, StringRef ModuleName) argument
520 getOrCreateModuleInfo(const std::string &ModuleName) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp68 static llvm::StringRef ExpandModuleName(llvm::StringRef ModuleName, argument
70 if (ModuleName == "-" && !CGO.MainFileName.empty())
72 return ModuleName;
76 CodeGeneratorImpl(DiagnosticsEngine &diags, llvm::StringRef ModuleName, argument
84 M(new llvm::Module(ExpandModuleName(ModuleName, CGO), C)) {
129 llvm::Module *StartModule(llvm::StringRef ModuleName, argument
132 M.reset(new llvm::Module(ExpandModuleName(ModuleName, CodeGenOpts), C));
334 llvm::Module *CodeGenerator::StartModule(llvm::StringRef ModuleName, argument
336 return static_cast<CodeGeneratorImpl*>(this)->StartModule(ModuleName, C);
340 DiagnosticsEngine &Diags, llvm::StringRef ModuleName,
339 CreateLLVMCodeGen( DiagnosticsEngine &Diags, llvm::StringRef ModuleName, const HeaderSearchOptions &HeaderSearchOpts, const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO, llvm::LLVMContext &C, CoverageSourceInfo *CoverageInfo) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DModuleBuilder.h89 llvm::Module* StartModule(llvm::StringRef ModuleName, llvm::LLVMContext &C);
96 llvm::StringRef ModuleName,
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacutils.h248 AcpiOsPrintf (" (%8.8X/%s-%u)\n", ACPI_CA_VERSION, ModuleName, LineNumber)
531 const char *ModuleName,
538 const char *ModuleName,
546 const char *ModuleName,
554 const char *ModuleName,
562 const char *ModuleName,
569 const char *ModuleName,
577 const char *ModuleName,
585 const char *ModuleName,
593 const char *ModuleName,
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h93 StringRef ModuleName) = 0;
95 StringRef ModuleName) = 0;
108 void emitImportStackRecursively(FullSourceLoc Loc, StringRef ModuleName);
153 StringRef ModuleName) override;
156 StringRef ModuleName) override;
H A DTextDiagnostic.h95 StringRef ModuleName) override;
98 StringRef ModuleName) override;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp161 std::string ModuleName; local
163 if (!ModuleName.empty())
164 ModuleName += ".";
165 ModuleName += Piece.first->getName();
171 getLangOpts().CurrentModule != ModuleName) {
177 const_cast<LangOptions&>(getLangOpts()).CurrentModule = ModuleName;
186 if (auto *M = Map.findModule(ModuleName)) {
187 Diag(Path[0].second, diag::err_module_redefinition) << ModuleName;
198 Mod = Map.createModuleForInterfaceUnit(ModuleLoc, ModuleName,
206 PP.getIdentifierInfo(ModuleName), Pat
314 std::string ModuleName; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.h68 /// Set information like AllFunctions, ImportedFunctions, ModuleName.
101 StringRef ModuleName; member in class:llvm::ImportedFunctionsInliningStatistics
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp54 success = options_dict.HasKey(GetKey(OptionNames::ModuleName));
57 GetKey(OptionNames::ModuleName), module_name);
78 options_dict_sp->AddStringItem(GetKey(OptionNames::ModuleName),
86 options_dict_sp->AddStringItem(GetKey(OptionNames::ModuleName),
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h130 /// \param ModuleName The name of the module to create.
132 virtual void createModuleFromSource(SourceLocation Loc, StringRef ModuleName,
172 void createModuleFromSource(SourceLocation ImportLoc, StringRef ModuleName,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp86 ClangModuleDeps[MD.ContextHash + MD.ModuleName] = std::move(MD);
108 Imports.push_back(MD.ModuleName);
115 {"name", MD.ModuleName},
H A DModuleDepCollector.cpp85 if (!ModI.first->second.ModuleName.empty())
96 MD.ModuleName = M->getFullModuleName();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp769 &ModuleName) {
772 if (LexModuleNameComponent(PP, Tok, NameComponent, ModuleName.empty()))
774 ModuleName.push_back(NameComponent);
788 IdentifierInfo *ModuleName = ModuleNameLoc.first;
852 TheModuleLoader.createModuleFromSource(Loc, ModuleName->getName(),
1101 ModuleName; local
1102 if (LexModuleName(PP, Tok, ModuleName))
1106 for (auto IIAndLoc : ModuleName) {
1554 ModuleName; local
1555 if (LexModuleName(PP, Tok, ModuleName))
766 LexModuleName( Preprocessor &PP, Token &Tok, llvm::SmallVectorImpl<std::pair<IdentifierInfo *, SourceLocation>> &ModuleName) argument
1591 ModuleName; local
1681 ModuleName; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1040 StringRef ModuleName, FrontendInputFile Input,
1046 llvm::TimeTraceScope TimeScope("Module Compile", ModuleName);
1072 Invocation->getLangOpts()->ModuleName =
1073 ImportingInstance.getInvocation().getLangOpts()->ModuleName;
1076 Invocation->getLangOpts()->CurrentModule = ModuleName;
1128 SourceMgr.pushModuleBuildStack(ModuleName,
1139 << ModuleName << ModuleFileName;
1157 << ModuleName;
1545 void ReadModuleName(StringRef ModuleName) override {
1547 CI.getPreprocessor().getIdentifierInfo(ModuleName));
1039 compileModuleImpl(CompilerInstance &ImportingInstance, SourceLocation ImportLoc, StringRef ModuleName, FrontendInputFile Input, StringRef OriginalModuleMapFile, StringRef ModuleFileName, llvm::function_ref<void(CompilerInstance &)> PreBuildStep = [](CompilerInstance &) {}, llvm::function_ref<void(CompilerInstance &)> PostBuildStep = [](CompilerInstance &) {}) argument
1634 selectModuleSource(Module *M, StringRef ModuleName, std::string &ModuleFilename, const std::map<std::string, std::string> &BuiltModules, HeaderSearch &HS) argument
1665 findOrCompileModuleAndReadAST( StringRef ModuleName, SourceLocation ImportLoc, SourceLocation ModuleNameLoc, bool IsInclusionDirective) argument
1842 StringRef ModuleName = Path[0].first->getName(); local
2032 createModuleFromSource(SourceLocation ImportLoc, StringRef ModuleName, StringRef Source) argument
[all...]
H A DDiagnosticRenderer.cpp232 StringRef ModuleName) {
233 if (ModuleName.empty()) {
244 emitImportLocation(Loc, PLoc, ModuleName);
604 StringRef ModuleName) {
608 Message << "in module '" << ModuleName; local
618 StringRef ModuleName) {
623 Message << "while building module '" << ModuleName << "' imported from "
626 Message << "while building module '" << ModuleName << "':"; local
231 emitImportStackRecursively(FullSourceLoc Loc, StringRef ModuleName) argument
602 emitImportLocation(FullSourceLoc Loc, PresumedLoc PLoc, StringRef ModuleName) argument
616 emitBuildingModuleLocation(FullSourceLoc Loc, PresumedLoc PLoc, StringRef ModuleName) argument

Completed in 317 milliseconds

123