/netbsd-src/sys/external/bsd/acpica/dist/utilities/ |
H A D | uterror.c | 80 const char *ModuleName, in AcpiUtPredefinedWarning() 129 const char *ModuleName, in AcpiUtPredefinedInfo() 178 const char *ModuleName, in AcpiUtPredefinedBiosError() 228 const char *ModuleName, in AcpiUtPrefixedNamespaceError() 299 const char *ModuleName, in AcpiUtNamespaceError() 370 const char *ModuleName, in AcpiUtMethodError()
|
H A D | utdebug.c | 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 | utobject.c | 95 const char *ModuleName, in AcpiUtCreateInternalObjectDbg() 430 const char *ModuleName, in AcpiUtAllocateObjectDescDbg()
|
H A D | utxferror.c | 76 const char *ModuleName, in AcpiError()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | ModuleBuilder.cpp | 68 static llvm::StringRef ExpandModuleName(llvm::StringRef ModuleName, in ExpandModuleName() 76 CodeGeneratorImpl(DiagnosticsEngine &diags, llvm::StringRef ModuleName, in CodeGeneratorImpl() 129 llvm::Module *StartModule(llvm::StringRef ModuleName, in StartModule() 334 llvm::Module *CodeGenerator::StartModule(llvm::StringRef ModuleName, in StartModule() 340 DiagnosticsEngine &Diags, llvm::StringRef ModuleName, in CreateLLVMCodeGen()
|
H A D | ObjectFilePCHContainerOperations.cpp | 175 StringRef ModuleName = llvm::sys::path::filename(MainFileName); in Initialize() local
|
/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() 49 bool __sanitizer_symbolize_data(const char *ModuleName, uint64_t ModuleOffset, in __sanitizer_symbolize_data()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 78 LLVMSymbolizer::symbolizeCode(const std::string &ModuleName, in symbolizeCode() 121 LLVMSymbolizer::symbolizeInlinedCode(const std::string &ModuleName, in symbolizeInlinedCode() 160 LLVMSymbolizer::symbolizeData(const std::string &ModuleName, in symbolizeData() 195 LLVMSymbolizer::symbolizeFrame(const std::string &ModuleName, in symbolizeFrame() 540 StringRef ModuleName) { in createModuleInfo() 555 LLVMSymbolizer::getOrCreateModuleInfo(const std::string &ModuleName) { in getOrCreateModuleInfo()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 145 std::string HeaderSearch::getPrebuiltModuleFileName(StringRef ModuleName, in getPrebuiltModuleFileName() 170 StringRef ModuleName = Module->Name; in getPrebuiltImplicitModuleFileName() local 185 std::string HeaderSearch::getCachedModuleFileName(StringRef ModuleName, in getCachedModuleFileName() 191 std::string HeaderSearch::getCachedModuleFileNameImpl(StringRef ModuleName, in getCachedModuleFileNameImpl() 232 Module *HeaderSearch::lookupModule(StringRef ModuleName, bool AllowSearch, in lookupModule() 257 Module *HeaderSearch::lookupModule(StringRef ModuleName, StringRef SearchName, in lookupModule() 543 StringRef ModuleName(Filename.begin(), SlashPos); in DoFrameworkLookup() local 1487 StringRef ModuleName = llvm::sys::path::stem(TopFrameworkDir->getName()); in findUsableModuleForFrameworkHeader() local
|
H A D | Pragma.cpp | 774 &ModuleName) { in LexModuleName() 793 IdentifierInfo *ModuleName = ModuleNameLoc.first; in HandlePragmaModuleBuild() local 1106 ModuleName; in HandlePragma() local 1610 ModuleName; in HandlePragma() local 1647 ModuleName; in HandlePragma() local 1737 ModuleName; in HandlePragma() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/ |
H A D | ImportedFunctionsInliningStatistics.h | 101 StringRef ModuleName; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 232 StringRef ModuleName) { in emitImportStackRecursively() 611 StringRef ModuleName) { in emitImportLocation() 625 StringRef ModuleName) { in emitBuildingModuleLocation()
|
H A D | CompilerInstance.cpp | 1041 StringRef ModuleName, FrontendInputFile Input, in compileModuleImpl() 1639 Module *M, StringRef ModuleName, std::string &ModuleFilename, in selectModuleSource() 1673 StringRef ModuleName, SourceLocation ImportLoc, in findOrCompileModuleAndReadAST() 1836 StringRef ModuleName = Path[0].first->getName(); in loadModule() local 2024 StringRef ModuleName, in createModuleFromSource()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.h | 36 std::string ModuleName; member
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | ModuleLoader.h | 169 void createModuleFromSource(SourceLocation ImportLoc, StringRef ModuleName, in createModuleFromSource()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/Symbolize/ |
H A D | DIPrinter.h | 35 StringRef ModuleName; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | DbiModuleDescriptorBuilder.h | 143 std::string ModuleName; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaModule.cpp | 161 std::string ModuleName; in ActOnModuleDecl() local 314 std::string ModuleName; in ActOnModuleImport() local
|
/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() 153 std::string ModuleName; in symbolizeInput() local
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | BuildSystem.cpp | 97 std::string ModuleName; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiModuleDescriptorBuilder.cpp | 39 DbiModuleDescriptorBuilder::DbiModuleDescriptorBuilder(StringRef ModuleName, in DbiModuleDescriptorBuilder()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.h | 58 StringRef ModuleName; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 41 std::string ModuleName; member in __anonb12ce6460111::IntelIttnotifyInfo
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | InputFile.cpp | 38 getModuleDebugStream(PDBFile &File, StringRef &ModuleName, uint32_t Index) { in getModuleDebugStream()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | ModuleFile.h | 128 std::string ModuleName; variable
|