Searched defs:ModuleName (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-current/sys/contrib/dev/acpica/components/utilities/
H A Dutxferror.c183 AcpiError( const char *ModuleName, UINT32 LineNumber, const char *Format, ...) argument
[all...]
H A Duterror.c187 AcpiUtPredefinedWarning( const char *ModuleName, UINT32 LineNumber, char *Pathname, UINT16 NodeFlags, const char *Format, ...) argument
236 AcpiUtPredefinedInfo( const char *ModuleName, UINT32 LineNumber, char *Pathname, UINT16 NodeFlags, const char *Format, ...) argument
285 AcpiUtPredefinedBiosError( const char *ModuleName, UINT32 LineNumber, char *Pathname, UINT16 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 Dutdebug.c287 AcpiDebugPrint( UINT32 RequestedDebugLevel, UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId, const char *Format, ...) argument
513 AcpiUtTraceStr( UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId, const char *String) argument
553 AcpiUtTraceU32( UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId, UINT32 Integer) argument
592 AcpiUtExit( UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId) argument
777 AcpiUtStrExit( UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId, const char *String) argument
[all...]
H A Dutobject.c202 AcpiUtCreateInternalObjectDbg( const char *ModuleName, UINT32 LineNumber, UINT32 ComponentId, ACPI_OBJECT_TYPE Type) argument
537 AcpiUtAllocateObjectDescDbg( const char *ModuleName, UINT32 LineNumber, UINT32 ComponentId) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.h51 StringRef ModuleName; member in class:llvm::pdb::DbiModuleDescriptor
H A DDbiModuleDescriptorBuilder.h139 std::string ModuleName; member in class:llvm::pdb::DbiModuleDescriptorBuilder
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h101 StringRef ModuleName; member in class:llvm::ImportedFunctionsInliningStatistics
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DCaching.cpp81 std::string ModuleName; member in struct:CacheStream
84 CacheStream(std::unique_ptr<raw_pwrite_stream> OS, AddBufferFn AddBuffer, sys::fs::TempFile TempFile, std::string EntryPath, std::string ModuleName, unsigned Task) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h35 StringRef ModuleName; member in struct:llvm::symbolize::Request
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp114 Ostream << "------- Dumping inliner stats for [" << ModuleName local
/freebsd-current/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h306 StringRef ModuleName; member in class:clang::GetDependenciesByModuleNameAction
310 GetDependenciesByModuleNameAction(StringRef ModuleName) argument
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp155 getModuleDependencies( StringRef ModuleName, const std::vector<std::string> &CommandLine, StringRef CWD, const llvm::DenseSet<ModuleID> &AlreadySeen, LookupModuleOutputCallback LookupModuleOutput) argument
H A DDependencyScanningWorker.cpp306 std::optional<StringRef> ModuleName; member in class:__anon1052::DependencyScanningAction
340 computeDependencies( StringRef WorkingDirectory, const std::vector<std::string> &CommandLine, DependencyConsumer &Consumer, DependencyActionController &Controller, std::optional<StringRef> ModuleName) argument
423 computeDependencies( StringRef WorkingDirectory, const std::vector<std::string> &CommandLine, DependencyConsumer &Consumer, DependencyActionController &Controller, DiagnosticConsumer &DC, std::optional<StringRef> ModuleName) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp43 DbiModuleDescriptorBuilder::DbiModuleDescriptorBuilder(StringRef ModuleName, argument
H A DDbiStreamBuilder.cpp111 DbiStreamBuilder::addModuleInfo(StringRef ModuleName) { argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h176 ModuleName, member in class:lldb_private::BreakpointResolver::OptionNames
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp70 static llvm::StringRef ExpandModuleName(llvm::StringRef ModuleName, argument
78 CodeGeneratorImpl(DiagnosticsEngine &diags, llvm::StringRef ModuleName, argument
136 llvm::Module *StartModule(llvm::StringRef ModuleName, argument
358 llvm::Module *CodeGenerator::StartModule(llvm::StringRef ModuleName, argument
364 clang::CreateLLVMCodeGen(DiagnosticsEngine &Diags, llvm::StringRef ModuleName, argument
[all...]
H A DObjectFilePCHContainerOperations.cpp185 StringRef ModuleName = llvm::sys::path::filename(MainFileName); variable
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h58 StringRef ModuleName; member in struct:llvm::CodeViewYAML::YAMLCrossModuleImport
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h38 std::string ModuleName; member in struct:clang::tooling::dependencies::PrebuiltModuleDep
52 std::string ModuleName; member in struct:clang::tooling::dependencies::ModuleID
79 std::string ModuleName; member in struct:clang::tooling::dependencies::P1689ModuleInfo
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DSARIFDiagnostic.cpp214 emitImportLocation(FullSourceLoc Loc, PresumedLoc PLoc, StringRef ModuleName) argument
219 emitBuildingModuleLocation(FullSourceLoc Loc, PresumedLoc PLoc, StringRef ModuleName) argument
H A DDiagnosticRenderer.cpp612 Message << "in module '" << ModuleName; local
630 Message << "while building module '" << ModuleName << "':"; local
230 emitImportStackRecursively(FullSourceLoc Loc, StringRef ModuleName) argument
606 emitImportLocation(FullSourceLoc Loc, PresumedLoc PLoc, StringRef ModuleName) argument
620 emitBuildingModuleLocation(FullSourceLoc Loc, PresumedLoc PLoc, StringRef ModuleName) argument
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp42 std::string ModuleName; member in class:__anon1967::IntelIttnotifyInfo
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp285 std::string ModuleName = stringFromPath(Path); local
495 std::string ModuleName; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp88 LLVMSymbolizer::symbolizeCode(const std::string &ModuleName, argument
137 LLVMSymbolizer::symbolizeInlinedCode(const std::string &ModuleName, argument
182 LLVMSymbolizer::symbolizeData(const std::string &ModuleName, argument
223 LLVMSymbolizer::symbolizeFrame(const std::string &ModuleName, argument
271 LLVMSymbolizer::findSymbol(const std::string &ModuleName, StringRef Symbol, argument
586 createModuleInfo(const ObjectFile *Obj, std::unique_ptr<DIContext> Context, StringRef ModuleName) argument
603 getOrCreateModuleInfo(const std::string &ModuleName) argument
[all...]

Completed in 388 milliseconds

12