Home
last modified time | relevance | path

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

12

/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Duterror.c80 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 Dutdebug.c183 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 Dutobject.c95 const char *ModuleName, in AcpiUtCreateInternalObjectDbg()
430 const char *ModuleName, in AcpiUtAllocateObjectDescDbg()
H A Dutxferror.c76 const char *ModuleName, in AcpiError()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DModuleBuilder.cpp68 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 DObjectFilePCHContainerOperations.cpp175 StringRef ModuleName = llvm::sys::path::filename(MainFileName); in Initialize() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/
H A Dsanitizer_symbolize.cc35 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 DSymbolize.cpp78 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 DHeaderSearch.cpp145 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 DPragma.cpp774 &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 DImportedFunctionsInliningStatistics.h101 StringRef ModuleName; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp232 StringRef ModuleName) { in emitImportStackRecursively()
611 StringRef ModuleName) { in emitImportLocation()
625 StringRef ModuleName) { in emitBuildingModuleLocation()
H A DCompilerInstance.cpp1041 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 DModuleDepCollector.h36 std::string ModuleName; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DModuleLoader.h169 void createModuleFromSource(SourceLocation ImportLoc, StringRef ModuleName, in createModuleFromSource()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h35 StringRef ModuleName; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h143 std::string ModuleName; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp161 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 Dllvm-symbolizer.cpp104 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 DBuildSystem.cpp97 std::string ModuleName; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp39 DbiModuleDescriptorBuilder::DbiModuleDescriptorBuilder(StringRef ModuleName, in DbiModuleDescriptorBuilder()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h58 StringRef ModuleName; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp41 std::string ModuleName; member in __anonb12ce6460111::IntelIttnotifyInfo
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp38 getModuleDebugStream(PDBFile &File, StringRef &ModuleName, uint32_t Index) { in getModuleDebugStream()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DModuleFile.h128 std::string ModuleName; variable

12