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

/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc46 static BOOL CALLBACK ELM_Callback(WIN32_ELMCB_PCSTR ModuleName,
53 if (stricmp(ModuleName, "msvci70") != 0 &&
54 stricmp(ModuleName, "msvcirt") != 0 &&
55 stricmp(ModuleName, "msvcp50") != 0 &&
56 stricmp(ModuleName, "msvcp60") != 0 &&
57 stricmp(ModuleName, "msvcp70") != 0 &&
58 stricmp(ModuleName, "msvcr70") != 0 &&
62 stricmp(ModuleName, "msvcrt") != 0 &&
64 stricmp(ModuleName, "msvcrt20") != 0 &&
65 stricmp(ModuleName, "msvcrt4
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/utilities/
H A Dutdebug.c166 * ModuleName - Caller's module name
183 const char *ModuleName,
221 AcpiOsPrintf ("%8s-%04ld ", ModuleName, LineNumber);
246 * ModuleName - Caller's module name
263 const char *ModuleName,
291 * ModuleName - Caller's module name
305 const char *ModuleName,
313 LineNumber, FunctionName, ModuleName, ComponentId,
326 * ModuleName - Caller's module name
341 const char *ModuleName,
179 AcpiDebugPrint( UINT32 RequestedDebugLevel, UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId, const char *Format, ...) argument
372 AcpiUtTraceStr( UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId, char *String) argument
407 AcpiUtTraceU32( UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId, UINT32 Integer) argument
441 AcpiUtExit( UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId) argument
[all...]
H A Dutxferror.c94 AcpiOsPrintf (" (%8.8X/%s-%u)\n", ACPI_CA_VERSION, ModuleName, LineNumber)
101 * PARAMETERS: ModuleName - Caller's module name (for error output)
113 const char *ModuleName,
139 * PARAMETERS: ModuleName - Caller's module name (for error output)
153 const char *ModuleName,
180 * PARAMETERS: ModuleName - Caller's module name (for error output)
192 const char *ModuleName,
218 * PARAMETERS: ModuleName - Caller's module name (for error output)
227 * TBD: ModuleName and LineNumber args are not needed, should be removed.
233 const char *ModuleName,
112 AcpiError( const char *ModuleName, UINT32 LineNumber, const char *Format, ...) argument
335 AcpiUtPredefinedInfo( const char *ModuleName, UINT32 LineNumber, char *Pathname, UINT8 NodeFlags, const char *Format, ...) argument
380 AcpiUtNamespaceError( const char *ModuleName, UINT32 LineNumber, const char *InternalName, ACPI_STATUS LookupStatus) argument
451 AcpiUtMethodError( const char *ModuleName, UINT32 LineNumber, const char *Message, ACPI_NAMESPACE_NODE *PrefixNode, const char *Path, ACPI_STATUS MethodStatus) argument
[all...]
H A Dutobject.c78 * PARAMETERS: ModuleName - Source file name of caller
97 const char *ModuleName,
112 Object = AcpiUtAllocateObjectDescDbg (ModuleName, LineNumber, ComponentId);
126 SecondObject = AcpiUtAllocateObjectDescDbg (ModuleName,
414 * PARAMETERS: ModuleName - Caller's module name (for error output)
427 const char *ModuleName,
440 ACPI_ERROR ((ModuleName, LineNumber,
96 AcpiUtCreateInternalObjectDbg( const char *ModuleName, UINT32 LineNumber, UINT32 ComponentId, ACPI_OBJECT_TYPE Type) argument
426 AcpiUtAllocateObjectDescDbg( const char *ModuleName, UINT32 LineNumber, UINT32 ComponentId) argument
/freebsd-9.3-release/sys/contrib/dev/acpica/include/
H A Dacutils.h353 const char *ModuleName,
360 const char *ModuleName,
368 const char *ModuleName,
376 const char *ModuleName,
384 const char *ModuleName,
391 const char *ModuleName,
399 const char *ModuleName,
407 const char *ModuleName,
426 char *ModuleName,
431 char *ModuleName,
[all...]
H A Dacpixf.h606 const char *ModuleName,
613 const char *ModuleName,
621 const char *ModuleName,
628 const char *ModuleName,
644 const char *ModuleName,
654 const char *ModuleName,
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DModuleBuilder.h42 const std::string &ModuleName,
/freebsd-9.3-release/contrib/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp54 static bool parseCommand(bool &IsData, std::string &ModuleName, argument
64 ModuleName = "";
85 ModuleName = std::string(pos, end - pos);
89 ModuleName = std::string(pos, name_length);
113 std::string ModuleName; local
115 while (parseCommand(IsData, ModuleName, ModuleOffset)) {
117 IsData ? Symbolizer.symbolizeData(ModuleName, ModuleOffset)
118 : Symbolizer.symbolizeCode(ModuleName, ModuleOffset);
H A DLLVMSymbolize.h58 symbolizeCode(const std::string &ModuleName, uint64_t ModuleOffset);
60 symbolizeData(const std::string &ModuleName, uint64_t ModuleOffset);
66 ModuleInfo *getOrCreateModuleInfo(const std::string &ModuleName);
H A DLLVMSymbolize.cpp170 std::string LLVMSymbolizer::symbolizeCode(const std::string &ModuleName, argument
172 ModuleInfo *Info = getOrCreateModuleInfo(ModuleName);
191 std::string LLVMSymbolizer::symbolizeData(const std::string &ModuleName, argument
197 if (ModuleInfo *Info = getOrCreateModuleInfo(ModuleName)) {
367 LLVMSymbolizer::getOrCreateModuleInfo(const std::string &ModuleName) { argument
368 ModuleMapTy::iterator I = Modules.find(ModuleName);
371 std::string BinaryName = ModuleName;
373 size_t ColonPos = ModuleName.find_last_of(':');
376 std::string ArchStr = ModuleName.substr(ColonPos + 1);
378 BinaryName = ModuleName
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h98 StringRef ModuleName,
101 StringRef ModuleName,
115 void emitImportStackRecursively(SourceLocation Loc, StringRef ModuleName,
169 StringRef ModuleName,
173 StringRef ModuleName,
H A DTextDiagnostic.h106 StringRef ModuleName,
110 StringRef ModuleName,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DModuleBuilder.cpp40 CodeGeneratorImpl(DiagnosticsEngine &diags, const std::string& ModuleName, argument
43 M(new llvm::Module(ModuleName, C)) {}
160 const std::string& ModuleName,
164 return new CodeGeneratorImpl(Diags, ModuleName, CGO, C);
159 CreateLLVMCodeGen(DiagnosticsEngine &Diags, const std::string& ModuleName, const CodeGenOptions &CGO, const TargetOptions & , llvm::LLVMContext& C) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp124 std::string HeaderSearch::getModuleFileName(StringRef ModuleName) { argument
131 llvm::sys::path::append(Result, ModuleName + ".pcm");
135 Module *HeaderSearch::lookupModule(StringRef ModuleName, bool AllowSearch) { argument
137 Module *Module = ModMap.findModule(ModuleName);
148 llvm::sys::path::append(FrameworkDirName, ModuleName + ".framework");
153 Module = loadFrameworkModule(ModuleName, FrameworkDir, IsSystem);
171 Module = ModMap.findModule(ModuleName);
180 llvm::sys::path::append(NestedModuleMapDirName, ModuleName);
183 Module = ModMap.findModule(ModuleName);
198 Module = ModMap.findModule(ModuleName);
467 StringRef ModuleName = llvm::sys::path::stem(TopFrameworkDir->getName()); local
802 StringRef ModuleName = llvm::sys::path::stem(TopFrameworkDir->getName()); local
[all...]
H A DModuleMap.cpp473 ModuleMap::inferFrameworkModule(StringRef ModuleName, argument
478 if (Module *Mod = lookupModuleQualified(ModuleName, Parent))
541 llvm::sys::path::append(UmbrellaName, "Headers", ModuleName + ".h");
550 Module *Result = new Module(ModuleName, SourceLocation(), Parent,
552 if (LangOpts.CurrentModule == ModuleName) {
554 SourceModuleName = ModuleName;
560 Modules[ModuleName] = Result;
1199 StringRef ModuleName = Id.back().first; local
1209 << ModuleName;
1216 if (Module *Existing = Map.lookupModuleQualified(ModuleName, ActiveModul
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp273 StringRef ModuleName,
289 emitImportLocation(Loc, PLoc, ModuleName, SM);
484 StringRef ModuleName,
489 Message << "in module '" << ModuleName << "' imported from "
497 StringRef ModuleName,
502 Message << "while building module '" << ModuleName << "' imported from "
272 emitImportStackRecursively(SourceLocation Loc, StringRef ModuleName, const SourceManager &SM) argument
482 emitImportLocation(SourceLocation Loc, PresumedLoc PLoc, StringRef ModuleName, const SourceManager &SM) argument
495 emitBuildingModuleLocation(SourceLocation Loc, PresumedLoc PLoc, StringRef ModuleName, const SourceManager &SM) argument
H A DCompilerInstance.cpp1107 StringRef ModuleName = Path[0].first->getName(); local
1115 if (LastModuleImportResult && ModuleName != getLangOpts().CurrentModule)
1129 } else if (ModuleName == getLangOpts().CurrentModule) {
1131 Module = PP->getHeaderSearchInfo().getModuleMap().findModule(ModuleName);
1135 Module = PP->getHeaderSearchInfo().lookupModule(ModuleName);
1140 ModuleFileName = PP->getHeaderSearchInfo().getModuleFileName(ModuleName);
1192 << ModuleName
1202 if (Pos->first == ModuleName)
1212 CyclePath += ModuleName;
1215 << ModuleName << CyclePat
[all...]
H A DTextDiagnostic.cpp897 StringRef ModuleName,
900 OS << "In module '" << ModuleName << "' imported from "
903 OS << "In module " << ModuleName << "':\n";
908 StringRef ModuleName,
911 OS << "While building module '" << ModuleName << "' imported from "
914 OS << "While building module '" << ModuleName << "':\n";
/freebsd-9.3-release/contrib/nvi/build/ExtUtils/
H A DEmbed.pm345 Search path for ModuleName.a archives.
348 B</some/path/auto/ModuleName/ModuleName.a>
355 Keep in mind, you can always supply B</my/own/path/ModuleName.a>
390 found in B<$Config{libs}> and the first ModuleName.a library
393 In addition, when ModuleName.a is found, additional linker arguments
447 This function returns a string of B<boot_$ModuleName> prototypes for each @modules.
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleMap.h291 Module *inferFrameworkModule(StringRef ModuleName,
H A DHeaderSearch.h473 /// \param ModuleName The module whose module file name will be returned.
477 std::string getModuleFileName(StringRef ModuleName);
481 /// \param ModuleName The name of the module we're looking for.
488 Module *lookupModule(StringRef ModuleName, bool AllowSearch = true);
532 /// \param Dir The framework directory (e.g., ModuleName.framework).
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DModuleManager.cpp163 StringRef ModuleName = llvm::sys::path::stem((*victim)->FileName); local
164 if (Module *mod = modMap->findModule(ModuleName)) {
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp378 void createInitializerPoisonCalls(Module &M, GlobalValue *ModuleName);
821 Module &M, GlobalValue *ModuleName) {
833 Value *ModuleNameAddr = ConstantExpr::getPointerCast(ModuleName, IntptrTy);
971 GlobalVariable *ModuleName = createPrivateGlobalForString( local
975 ModuleName->setUnnamedAddr(false);
1033 ConstantExpr::getPointerCast(ModuleName, IntptrTy),
1051 createInitializerPoisonCalls(M, ModuleName);
820 createInitializerPoisonCalls( Module &M, GlobalValue *ModuleName) argument
/freebsd-9.3-release/sys/dev/asr/
H A Di2oexec.h1124 U8 ModuleName[I2O_MODULE_NAME_SZ]; member in struct:_I2O_EXEC_EXECUTE_DDM_TABLE
1151 U8 ModuleName[I2O_MODULE_NAME_SZ]; member in struct:_I2O_EXEC_DRIVER_STORE_TABLE
H A Di2omsg.h1179 U8 ModuleName[I2O_MODULE_NAME_SZ];

Completed in 268 milliseconds