/netbsd-src/sys/external/bsd/acpica/dist/utilities/ |
H A D | utdebug.c | 171 * ModuleName - Caller's module name 188 const char *ModuleName, in AcpiDebugPrint() 227 AcpiOsPrintf ("%9s-%04d ", ModuleName, LineNumber); in AcpiDebugPrint() 272 * ModuleName - Caller's module name in ACPI_EXPORT_SYMBOL() 289 const char *ModuleName, in ACPI_EXPORT_SYMBOL() 318 * ModuleName - Caller's module name in ACPI_EXPORT_SYMBOL() 332 const char *ModuleName, in ACPI_EXPORT_SYMBOL() 344 LineNumber, FunctionName, ModuleName, ComponentId, in ACPI_EXPORT_SYMBOL() 358 * ModuleName - Caller's module name in ACPI_EXPORT_SYMBOL() 373 const char *ModuleName, in ACPI_EXPORT_SYMBOL() 183 AcpiDebugPrint(UINT32 RequestedDebugLevel,UINT32 LineNumber,const char * FunctionName,const char * ModuleName,UINT32 ComponentId,const char * Format,...) AcpiDebugPrint() argument 408 AcpiUtTraceStr(UINT32 LineNumber,const char * FunctionName,const char * ModuleName,UINT32 ComponentId,const char * String) AcpiUtTraceStr() argument 448 AcpiUtTraceU32(UINT32 LineNumber,const char * FunctionName,const char * ModuleName,UINT32 ComponentId,UINT32 Integer) AcpiUtTraceU32() argument 487 AcpiUtExit(UINT32 LineNumber,const char * FunctionName,const char * ModuleName,UINT32 ComponentId) AcpiUtExit() argument 672 AcpiUtStrExit(UINT32 LineNumber,const char * FunctionName,const char * ModuleName,UINT32 ComponentId,const char * String) AcpiUtStrExit() argument [all...] |
H A D | utxferror.c | 76 const char *ModuleName, in AcpiError() argument 116 const char *ModuleName, in ACPI_EXPORT_SYMBOL() 167 const char *ModuleName, in ACPI_EXPORT_SYMBOL() 246 const char *ModuleName, in ACPI_EXPORT_SYMBOL() 286 const char *ModuleName, in ACPI_EXPORT_SYMBOL() 338 const char *ModuleName, in ACPI_EXPORT_SYMBOL()
|
H A D | uterror.c | 80 const char *ModuleName, in AcpiUtPredefinedWarning() argument 129 const char *ModuleName, in AcpiUtPredefinedInfo() argument 178 const char *ModuleName, in AcpiUtPredefinedBiosError() argument 228 const char *ModuleName, in AcpiUtPrefixedNamespaceError() argument 299 const char *ModuleName, in AcpiUtNamespaceError() argument 370 const char *ModuleName, in AcpiUtMethodError() argument
|
H A D | utobject.c | 95 const char *ModuleName, in AcpiUtCreateInternalObjectDbg() argument 111 ModuleName, LineNumber, ComponentId); in AcpiUtCreateInternalObjectDbg() 126 ModuleName, LineNumber, ComponentId); in AcpiUtCreateInternalObjectDbg() 430 const char *ModuleName, in AcpiUtAllocateObjectDescDbg() argument 443 ACPI_ERROR ((ModuleName, LineNumber, in AcpiUtAllocateObjectDescDbg()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/ |
H A D | llvm-symbolizer.cpp | 104 std::string &ModuleName, uint64_t &ModuleOffset) { in parseCommand() argument 106 ModuleName = ""; in parseCommand() 127 ModuleName = std::string(Pos, End - Pos); in parseCommand() 131 ModuleName = std::string(Pos, NameLength); in parseCommand() 135 ModuleName = BinaryName.str(); in parseCommand() 153 std::string ModuleName; in symbolizeInput() local 156 StringRef(InputString), Cmd, ModuleName, Offset)) { in symbolizeInput() 157 Printer.printInvalidCommand({ModuleName, None}, InputString); in symbolizeInput() 164 ModuleName, {AdjustedOffset, object::SectionedAddress::UndefSection}); in symbolizeInput() 165 print({ModuleName, Offset}, ResOrErr, Printer); in symbolizeInput() [all …]
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | acutils.h | 143 AcpiOsPrintf (" (%8.8X/%s-%u)\n", ACPI_CA_VERSION, ModuleName, LineNumber) 456 const char *ModuleName, 463 const char *ModuleName, 471 const char *ModuleName, 479 const char *ModuleName, 487 const char *ModuleName, 494 const char *ModuleName, 502 const char *ModuleName, 510 const char *ModuleName, 518 const char *ModuleName, [all …]
|
H A D | acpixf.h | 1225 const char *ModuleName, 1234 const char *ModuleName, 1244 const char *ModuleName, 1260 const char *ModuleName, 1269 const char *ModuleName, 1279 const char *ModuleName, 1295 const char *ModuleName, 1307 const char *ModuleName,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | ModuleBuilder.cpp | 68 static llvm::StringRef ExpandModuleName(llvm::StringRef ModuleName, in ExpandModuleName() argument 70 if (ModuleName == "-" && !CGO.MainFileName.empty()) in ExpandModuleName() 72 return ModuleName; in ExpandModuleName() 76 CodeGeneratorImpl(DiagnosticsEngine &diags, llvm::StringRef ModuleName, in CodeGeneratorImpl() argument 84 M(new llvm::Module(ExpandModuleName(ModuleName, CGO), C)) { in CodeGeneratorImpl() 129 llvm::Module *StartModule(llvm::StringRef ModuleName, in StartModule() argument 132 M.reset(new llvm::Module(ExpandModuleName(ModuleName, CodeGenOpts), C)); in StartModule() 334 llvm::Module *CodeGenerator::StartModule(llvm::StringRef ModuleName, in StartModule() argument 336 return static_cast<CodeGeneratorImpl*>(this)->StartModule(ModuleName, C); in StartModule() 340 DiagnosticsEngine &Diags, llvm::StringRef ModuleName, in CreateLLVMCodeGen() argument [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 78 LLVMSymbolizer::symbolizeCode(const std::string &ModuleName, in symbolizeCode() argument 80 return symbolizeCodeCommon(ModuleName, ModuleOffset); in symbolizeCode() 121 LLVMSymbolizer::symbolizeInlinedCode(const std::string &ModuleName, in symbolizeInlinedCode() argument 123 return symbolizeInlinedCodeCommon(ModuleName, ModuleOffset); in symbolizeInlinedCode() 160 LLVMSymbolizer::symbolizeData(const std::string &ModuleName, in symbolizeData() argument 162 return symbolizeDataCommon(ModuleName, ModuleOffset); in symbolizeData() 195 LLVMSymbolizer::symbolizeFrame(const std::string &ModuleName, in symbolizeFrame() argument 197 return symbolizeFrameCommon(ModuleName, ModuleOffset); in symbolizeFrame() 540 StringRef ModuleName) { in createModuleInfo() argument 547 std::make_pair(std::string(ModuleName), std::move(SymMod))); in createModuleInfo() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaModule.cpp | 161 std::string ModuleName; in ActOnModuleDecl() local 163 if (!ModuleName.empty()) in ActOnModuleDecl() 164 ModuleName += "."; in ActOnModuleDecl() 165 ModuleName += Piece.first->getName(); in ActOnModuleDecl() 171 getLangOpts().CurrentModule != ModuleName) { in ActOnModuleDecl() 177 const_cast<LangOptions&>(getLangOpts()).CurrentModule = ModuleName; in ActOnModuleDecl() 186 if (auto *M = Map.findModule(ModuleName)) { in ActOnModuleDecl() 187 Diag(Path[0].second, diag::err_module_redefinition) << ModuleName; in ActOnModuleDecl() 198 Mod = Map.createModuleForInterfaceUnit(ModuleLoc, ModuleName, in ActOnModuleDecl() 206 PP.getIdentifierInfo(ModuleName), Path[0].second); in ActOnModuleDecl() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/Symbolize/ |
H A D | Symbolize.h | 64 Expected<DILineInfo> symbolizeCode(const std::string &ModuleName, 70 symbolizeInlinedCode(const std::string &ModuleName, 75 Expected<DIGlobal> symbolizeData(const std::string &ModuleName, 80 symbolizeFrame(const std::string &ModuleName, 114 getOrCreateModuleInfo(const std::string &ModuleName); 120 StringRef ModuleName);
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/ |
H A D | sanitizer_symbolize.cc | 35 bool __sanitizer_symbolize_code(const char *ModuleName, uint64_t ModuleOffset, in __sanitizer_symbolize_code() argument 42 getDefaultSymbolizer()->symbolizeInlinedCode(ModuleName, ModuleOffset); in __sanitizer_symbolize_code() 49 bool __sanitizer_symbolize_data(const char *ModuleName, uint64_t ModuleOffset, in __sanitizer_symbolize_data() argument 56 getDefaultSymbolizer()->symbolizeData(ModuleName, ModuleOffset); in __sanitizer_symbolize_data()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | DiagnosticRenderer.h | 93 StringRef ModuleName) = 0; 95 StringRef ModuleName) = 0; 108 void emitImportStackRecursively(FullSourceLoc Loc, StringRef ModuleName); 153 StringRef ModuleName) override; 156 StringRef ModuleName) override;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 1041 StringRef ModuleName, FrontendInputFile Input, in compileModuleImpl() argument 1047 llvm::TimeTraceScope TimeScope("Module Compile", ModuleName); 1073 Invocation->getLangOpts()->ModuleName = 1074 ImportingInstance.getInvocation().getLangOpts()->ModuleName; 1077 Invocation->getLangOpts()->CurrentModule = std::string(ModuleName); 1129 SourceMgr.pushModuleBuildStack(ModuleName, 1140 << ModuleName << ModuleFileName; 1158 << ModuleName; 1550 void ReadModuleName(StringRef ModuleName) override { in loadModuleFile() 1552 CI.getPreprocessor().getIdentifierInfo(ModuleName)); in loadModuleFile() [all …]
|
H A D | DiagnosticRenderer.cpp | 232 StringRef ModuleName) { in emitImportStackRecursively() argument 233 if (ModuleName.empty()) { in emitImportStackRecursively() 244 emitImportLocation(Loc, PLoc, ModuleName); in emitImportStackRecursively() 611 StringRef ModuleName) { in emitImportLocation() argument 615 Message << "in module '" << ModuleName; in emitImportLocation() 625 StringRef ModuleName) { in emitBuildingModuleLocation() argument 630 Message << "while building module '" << ModuleName << "' imported from " in emitBuildingModuleLocation() 633 Message << "while building module '" << ModuleName << "':"; in emitBuildingModuleLocation()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 145 std::string HeaderSearch::getPrebuiltModuleFileName(StringRef ModuleName, in getPrebuiltModuleFileName() argument 148 auto i(HSOpts->PrebuiltModuleFiles.find(ModuleName)); in getPrebuiltModuleFileName() 160 llvm::sys::path::append(Result, ModuleName + ".pcm"); in getPrebuiltModuleFileName() 170 StringRef ModuleName = Module->Name; in getPrebuiltImplicitModuleFileName() local 178 getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, CachePath); in getPrebuiltImplicitModuleFileName() 185 std::string HeaderSearch::getCachedModuleFileName(StringRef ModuleName, in getCachedModuleFileName() argument 187 return getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, in getCachedModuleFileName() 191 std::string HeaderSearch::getCachedModuleFileNameImpl(StringRef ModuleName, in getCachedModuleFileNameImpl() argument 203 llvm::sys::path::append(Result, ModuleName + ".pcm"); in getCachedModuleFileNameImpl() 227 llvm::sys::path::append(Result, ModuleName + "-" + HashStr + ".pcm"); in getCachedModuleFileNameImpl() [all …]
|
H A D | Pragma.cpp | 774 &ModuleName) { in LexModuleName() argument 777 if (LexModuleNameComponent(PP, Tok, NameComponent, ModuleName.empty())) in LexModuleName() 779 ModuleName.push_back(NameComponent); in LexModuleName() 793 IdentifierInfo *ModuleName = ModuleNameLoc.first; in HandlePragmaModuleBuild() local 857 TheModuleLoader.createModuleFromSource(Loc, ModuleName->getName(), in HandlePragmaModuleBuild() 1106 ModuleName; in HandlePragma() local 1107 if (LexModuleName(PP, Tok, ModuleName)) in HandlePragma() 1111 for (auto IIAndLoc : ModuleName) { in HandlePragma() 1610 ModuleName; in HandlePragma() local 1611 if (LexModuleName(PP, Tok, ModuleName)) in HandlePragma() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiModuleDescriptorBuilder.cpp | 39 DbiModuleDescriptorBuilder::DbiModuleDescriptorBuilder(StringRef ModuleName, in DbiModuleDescriptorBuilder() argument 42 : MSF(Msf), ModuleName(std::string(ModuleName)) { in DbiModuleDescriptorBuilder() 111 uint32_t M = ModuleName.size() + 1; in calculateSerializedLength() 151 if (auto EC = ModiWriter.writeCString(ModuleName)) in commit()
|
H A D | DbiModuleDescriptor.cpp | 27 if (auto EC = Reader.readCString(Info.ModuleName)) in initialize() 76 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; } in getModuleName() 81 uint32_t M = ModuleName.str().size() + 1; in getRecordLength()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-scan-deps/ |
H A D | ClangScanDeps.cpp | 254 return std::tie(A.ModuleName, A.ContextHash) < in toJSONSorted() 255 std::tie(B.ModuleName, B.ContextHash); in toJSONSorted() 261 {{"module-name", MID.ModuleName}, {"context-hash", MID.ContextHash}})); in toJSONSorted() 307 return std::tie(A.ID.ModuleName, A.InputIndex) < in printFullOutput() 308 std::tie(B.ID.ModuleName, B.InputIndex); in printFullOutput() 321 {"name", MD.ID.ModuleName}, in printFullOutput() 374 return ID.ModuleName == Other.ID.ModuleName && in operator ==() 383 return hash_combine(IMID.ID.ModuleName, IMID.ID.ContextHash); in operator ()()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | BuildSystem.cpp | 97 std::string ModuleName; member 111 MMD->ModuleName = name; in clang_ModuleMapDescriptor_setFrameworkModuleName() 134 OS << "framework module " << MMD->ModuleName << " {\n"; in clang_ModuleMapDescriptor_writeToBuffer()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | DbiModuleDescriptorBuilder.h | 69 DbiModuleDescriptorBuilder(StringRef ModuleName, uint32_t ModIndex, 108 StringRef getModuleName() const { return ModuleName; } in getModuleName() 143 std::string ModuleName; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
H A D | ModuleBuilder.h | 89 llvm::Module* StartModule(llvm::StringRef ModuleName, llvm::LLVMContext &C); 96 llvm::StringRef ModuleName,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | HeaderSearch.h | 521 std::string getPrebuiltModuleFileName(StringRef ModuleName, 543 std::string getCachedModuleFileName(StringRef ModuleName, 558 Module *lookupModule(StringRef ModuleName, bool AllowSearch = true, 632 Module *lookupModule(StringRef ModuleName, StringRef SearchName, 647 std::string getCachedModuleFileNameImpl(StringRef ModuleName,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 32 CI.getLangOpts()->ModuleName = Deps.ID.ModuleName; in makeInvocationForModuleBuildWithoutPaths() 88 if (!AlreadyAdded.insert(MID.ModuleName + MID.ContextHash).second) in collectPCMAndModuleMapPaths() 179 MD.ID.ModuleName = M->getFullModuleName(); in handleTopLevelModule()
|