| /src/sys/external/bsd/acpica/dist/utilities/ |
| utdebug.c | 171 * ModuleName - Caller's module name 188 const char *ModuleName, 227 AcpiOsPrintf ("%9s-%04d ", ModuleName, LineNumber); 272 * ModuleName - Caller's module name 289 const char *ModuleName, 318 * ModuleName - Caller's module name 332 const char *ModuleName, 344 LineNumber, FunctionName, ModuleName, ComponentId, 358 * ModuleName - Caller's module name 373 const char *ModuleName, [all...] |
| uterror.c | 63 * PARAMETERS: ModuleName - Caller's module name (for error output) 80 const char *ModuleName, 112 * PARAMETERS: ModuleName - Caller's module name (for error output) 129 const char *ModuleName, 161 * PARAMETERS: ModuleName - Caller's module name (for error output) 178 const char *ModuleName, 210 * PARAMETERS: ModuleName - Caller's module name (for error output) 228 const char *ModuleName, 286 * PARAMETERS: ModuleName - Caller's module name (for error output) 299 const char *ModuleName, [all...] |
| utxferror.c | 64 * PARAMETERS: ModuleName - Caller's module name (for error output) 76 const char *ModuleName, 102 * PARAMETERS: ModuleName - Caller's module name (for error output) 116 const char *ModuleName, 155 * PARAMETERS: ModuleName - Caller's module name (for warning output) 167 const char *ModuleName, 233 * PARAMETERS: ModuleName - Caller's module name (for error output) 246 const char *ModuleName, 272 * PARAMETERS: ModuleName - Caller's module name (for error output) 286 const char *ModuleName, [all...] |
| utobject.c | 76 * PARAMETERS: ModuleName - Source file name of caller 95 const char *ModuleName, 111 ModuleName, LineNumber, ComponentId); 126 ModuleName, LineNumber, ComponentId); 417 * PARAMETERS: ModuleName - Caller's module name (for error output) 430 const char *ModuleName, 443 ACPI_ERROR ((ModuleName, LineNumber,
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/ |
| sanitizer_symbolize.cc | 35 bool __sanitizer_symbolize_code(const char *ModuleName, uint64_t ModuleOffset, 42 getDefaultSymbolizer()->symbolizeInlinedCode(ModuleName, ModuleOffset); 49 bool __sanitizer_symbolize_data(const char *ModuleName, uint64_t ModuleOffset, 56 getDefaultSymbolizer()->symbolizeData(ModuleName, ModuleOffset);
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| DbiModuleDescriptor.cpp | 27 if (auto EC = Reader.readCString(Info.ModuleName)) 76 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; } 81 uint32_t M = ModuleName.str().size() + 1;
|
| DbiModuleDescriptorBuilder.cpp | 39 DbiModuleDescriptorBuilder::DbiModuleDescriptorBuilder(StringRef ModuleName, 42 : MSF(Msf), ModuleName(std::string(ModuleName)) { 111 uint32_t M = ModuleName.size() + 1; 151 if (auto EC = ModiWriter.writeCString(ModuleName))
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/Symbolize/ |
| 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);
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| ModuleBuilder.cpp | 68 static llvm::StringRef ExpandModuleName(llvm::StringRef ModuleName, 70 if (ModuleName == "-" && !CGO.MainFileName.empty()) 72 return ModuleName; 76 CodeGeneratorImpl(DiagnosticsEngine &diags, llvm::StringRef ModuleName, 84 M(new llvm::Module(ExpandModuleName(ModuleName, CGO), C)) { 129 llvm::Module *StartModule(llvm::StringRef ModuleName, 132 M.reset(new llvm::Module(ExpandModuleName(ModuleName, CodeGenOpts), C)); 334 llvm::Module *CodeGenerator::StartModule(llvm::StringRef ModuleName, 336 return static_cast<CodeGeneratorImpl*>(this)->StartModule(ModuleName, C); 340 DiagnosticsEngine &Diags, llvm::StringRef ModuleName, [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
| ModuleBuilder.h | 89 llvm::Module* StartModule(llvm::StringRef ModuleName, llvm::LLVMContext &C); 96 llvm::StringRef ModuleName,
|
| /src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
| 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;
|
| TextDiagnostic.h | 94 StringRef ModuleName) override; 97 StringRef ModuleName) override;
|
| /src/sys/external/bsd/acpica/dist/include/ |
| 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...] |
| /src/external/apache2/llvm/dist/clang/tools/libclang/ |
| BuildSystem.cpp | 97 std::string ModuleName; 111 MMD->ModuleName = name; 134 OS << "framework module " << MMD->ModuleName << " {\n";
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| DbiModuleDescriptorBuilder.h | 69 DbiModuleDescriptorBuilder(StringRef ModuleName, uint32_t ModIndex, 108 StringRef getModuleName() const { return ModuleName; } 143 std::string ModuleName;
|
| DbiModuleDescriptor.h | 51 StringRef ModuleName;
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaModule.cpp | 161 std::string ModuleName; 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), Path[0].second) [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| ModuleLoader.h | 127 /// \param ModuleName The name of the module to create. 129 virtual void createModuleFromSource(SourceLocation Loc, StringRef ModuleName, 169 void createModuleFromSource(SourceLocation ImportLoc, StringRef ModuleName,
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/ |
| llvm-symbolizer.cpp | 104 std::string &ModuleName, uint64_t &ModuleOffset) { 106 ModuleName = ""; 127 ModuleName = std::string(Pos, End - Pos); 131 ModuleName = std::string(Pos, NameLength); 135 ModuleName = BinaryName.str(); 153 std::string ModuleName; 156 StringRef(InputString), Cmd, ModuleName, Offset)) { 157 Printer.printInvalidCommand({ModuleName, None}, InputString); 164 ModuleName, {AdjustedOffset, object::SectionedAddress::UndefSection}); 165 print({ModuleName, Offset}, ResOrErr, Printer) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/ |
| Symbolize.cpp | 78 LLVMSymbolizer::symbolizeCode(const std::string &ModuleName, 80 return symbolizeCodeCommon(ModuleName, ModuleOffset); 121 LLVMSymbolizer::symbolizeInlinedCode(const std::string &ModuleName, 123 return symbolizeInlinedCodeCommon(ModuleName, ModuleOffset); 160 LLVMSymbolizer::symbolizeData(const std::string &ModuleName, 162 return symbolizeDataCommon(ModuleName, ModuleOffset); 195 LLVMSymbolizer::symbolizeFrame(const std::string &ModuleName, 197 return symbolizeFrameCommon(ModuleName, ModuleOffset); 540 StringRef ModuleName) { 547 std::make_pair(std::string(ModuleName), std::move(SymMod))) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/ |
| ImportedFunctionsInliningStatistics.h | 68 /// Set information like AllFunctions, ImportedFunctions, ModuleName. 101 StringRef ModuleName;
|
| /src/external/apache2/llvm/dist/clang/lib/Lex/ |
| Pragma.cpp | 774 &ModuleName) { 777 if (LexModuleNameComponent(PP, Tok, NameComponent, ModuleName.empty())) 779 ModuleName.push_back(NameComponent); 793 IdentifierInfo *ModuleName = ModuleNameLoc.first; 857 TheModuleLoader.createModuleFromSource(Loc, ModuleName->getName(), 1106 ModuleName; 1107 if (LexModuleName(PP, Tok, ModuleName)) 1111 for (auto IIAndLoc : ModuleName) { 1610 ModuleName; 1611 if (LexModuleName(PP, Tok, ModuleName)) [all...] |
| HeaderSearch.cpp | 145 std::string HeaderSearch::getPrebuiltModuleFileName(StringRef ModuleName, 148 auto i(HSOpts->PrebuiltModuleFiles.find(ModuleName)); 160 llvm::sys::path::append(Result, ModuleName + ".pcm"); 170 StringRef ModuleName = Module->Name; 178 getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, CachePath); 185 std::string HeaderSearch::getCachedModuleFileName(StringRef ModuleName, 187 return getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, 191 std::string HeaderSearch::getCachedModuleFileNameImpl(StringRef ModuleName, 203 llvm::sys::path::append(Result, ModuleName + ".pcm"); 205 // Construct the name <ModuleName>-<hash of ModuleMapPath>.pcm which shoul [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| CompilerInstance.cpp | 1041 StringRef ModuleName, FrontendInputFile Input, 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 { 1552 CI.getPreprocessor().getIdentifierInfo(ModuleName)); [all...] |
| /src/external/apache2/llvm/dist/clang/tools/clang-scan-deps/ |
| ClangScanDeps.cpp | 254 return std::tie(A.ModuleName, A.ContextHash) < 255 std::tie(B.ModuleName, B.ContextHash); 261 {{"module-name", MID.ModuleName}, {"context-hash", MID.ContextHash}})); 307 return std::tie(A.ID.ModuleName, A.InputIndex) < 308 std::tie(B.ID.ModuleName, B.InputIndex); 321 {"name", MD.ID.ModuleName}, 374 return ID.ModuleName == Other.ID.ModuleName && 383 return hash_combine(IMID.ID.ModuleName, IMID.ID.ContextHash);
|