Home
last modified time | relevance | path

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

12

/external/llvm/tools/llvm-symbolizer/
Dllvm-symbolizer.cpp50 static bool parseCommand(bool &IsData, std::string &ModuleName, in parseCommand() argument
60 ModuleName = ""; in parseCommand()
75 ModuleName = FilePath; in parseCommand()
96 std::string ModuleName; in main() local
98 while (parseCommand(IsData, ModuleName, ModuleOffset)) { in main()
100 IsData ? Symbolizer.symbolizeData(ModuleName, ModuleOffset) in main()
101 : Symbolizer.symbolizeCode(ModuleName, ModuleOffset); in main()
DLLVMSymbolize.cpp152 std::string LLVMSymbolizer::symbolizeCode(const std::string &ModuleName, in symbolizeCode() argument
154 ModuleInfo *Info = getOrCreateModuleInfo(ModuleName); in symbolizeCode()
173 std::string LLVMSymbolizer::symbolizeData(const std::string &ModuleName, in symbolizeData() argument
179 if (ModuleInfo *Info = getOrCreateModuleInfo(ModuleName)) { in symbolizeData()
213 LLVMSymbolizer::getOrCreateModuleInfo(const std::string &ModuleName) { in getOrCreateModuleInfo() argument
214 ModuleMapTy::iterator I = Modules.find(ModuleName); in getOrCreateModuleInfo()
218 ObjectFile *Obj = getObjectFile(ModuleName); in getOrCreateModuleInfo()
221 Modules.insert(make_pair(ModuleName, (ModuleInfo *)0)); in getOrCreateModuleInfo()
233 getDarwinDWARFResourceForModule(ModuleName); in getOrCreateModuleInfo()
243 Modules.insert(make_pair(ModuleName, Info)); in getOrCreateModuleInfo()
DLLVMSymbolize.h50 symbolizeCode(const std::string &ModuleName, uint64_t ModuleOffset);
52 symbolizeData(const std::string &ModuleName, uint64_t ModuleOffset);
54 ModuleInfo *getOrCreateModuleInfo(const std::string &ModuleName);
/external/llvm/lib/Support/Windows/
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, "msvcrt40") != 0) {
/external/compiler-rt/lib/ubsan/
Dubsan_diag.h23 const char *ModuleName; variable
27 ModuleLocation() : ModuleName(0), Offset(0) {} in ModuleLocation()
28 ModuleLocation(const char *ModuleName, uptr Offset) in ModuleLocation() argument
29 : ModuleName(ModuleName), Offset(Offset) {} in ModuleLocation()
30 const char *getModuleName() const { return ModuleName; } in getModuleName()
DMakefile.mk10 ModuleName := ubsan
/external/clang/include/clang/Frontend/
DDiagnosticRenderer.h98 StringRef ModuleName,
101 StringRef ModuleName,
115 void emitImportStackRecursively(SourceLocation Loc, StringRef ModuleName,
169 StringRef ModuleName,
173 StringRef ModuleName,
DTextDiagnostic.h105 StringRef ModuleName,
109 StringRef ModuleName,
/external/clang/lib/CodeGen/
DModuleBuilder.cpp39 CodeGeneratorImpl(DiagnosticsEngine &diags, const std::string& ModuleName, in CodeGeneratorImpl() argument
43 M(new llvm::Module(ModuleName, C)) {} in CodeGeneratorImpl()
126 const std::string& ModuleName, in CreateLLVMCodeGen() argument
130 return new CodeGeneratorImpl(Diags, ModuleName, CGO, TO, C); in CreateLLVMCodeGen()
/external/clang/lib/Frontend/
DCompilerInstance.cpp924 StringRef ModuleName = Path[0].first->getName(); in loadModule() local
935 } else if (ModuleName == getLangOpts().CurrentModule) { in loadModule()
937 Module = PP->getHeaderSearchInfo().getModuleMap().findModule(ModuleName); in loadModule()
941 Module = PP->getHeaderSearchInfo().lookupModule(ModuleName); in loadModule()
946 ModuleFileName = PP->getHeaderSearchInfo().getModuleFileName(ModuleName); in loadModule()
950 << ModuleName in loadModule()
969 if (Pos->first == ModuleName) in loadModule()
979 CyclePath += ModuleName; in loadModule()
982 << ModuleName << CyclePath; in loadModule()
989 getPreprocessorOpts().FailedModules->hasAlreadyFailed(ModuleName)) { in loadModule()
[all …]
DDiagnosticRenderer.cpp273 StringRef ModuleName, in emitImportStackRecursively() argument
289 emitImportLocation(Loc, PLoc, ModuleName, SM); in emitImportStackRecursively()
485 StringRef ModuleName, in emitImportLocation() argument
490 Message << "in module '" << ModuleName << "' imported from " in emitImportLocation()
498 StringRef ModuleName, in emitBuildingModuleLocation() argument
503 Message << "while building module '" << ModuleName << "' imported from " in emitBuildingModuleLocation()
/external/clang/lib/Lex/
DHeaderSearch.cpp123 std::string HeaderSearch::getModuleFileName(StringRef ModuleName) { in getModuleFileName() argument
130 llvm::sys::path::append(Result, ModuleName + ".pcm"); in getModuleFileName()
134 Module *HeaderSearch::lookupModule(StringRef ModuleName, bool AllowSearch) { in lookupModule() argument
136 Module *Module = ModMap.findModule(ModuleName); in lookupModule()
147 llvm::sys::path::append(FrameworkDirName, ModuleName + ".framework"); in lookupModule()
152 Module = loadFrameworkModule(ModuleName, FrameworkDir, IsSystem); in lookupModule()
168 Module = ModMap.findModule(ModuleName); in lookupModule()
177 llvm::sys::path::append(NestedModuleMapDirName, ModuleName); in lookupModule()
180 Module = ModMap.findModule(ModuleName); in lookupModule()
353 StringRef ModuleName(Filename.begin(), SlashPos); in DoFrameworkLookup() local
[all …]
/external/compiler-rt/make/
Dlib_info.mk19 $($(key).ModuleName)))
23 $(call Append,ModuleSubDirKeys.$($(key).ModuleName),$(key)))
/external/compiler-rt/lib/tsan/
DMakefile.mk10 ModuleName := tsan
/external/compiler-rt/lib/profile/
DMakefile.mk10 ModuleName := profile
/external/compiler-rt/lib/sanitizer_common/
DMakefile.mk10 ModuleName := sanitizer_common
/external/compiler-rt/lib/interception/
DMakefile.mk10 ModuleName := interception
/external/compiler-rt/lib/asan/
DMakefile.mk10 ModuleName := asan
/external/compiler-rt/lib/msan/
DMakefile.mk10 ModuleName := msan
/external/compiler-rt/lib/i386/
DMakefile.mk10 ModuleName := builtins
/external/compiler-rt/lib/x86_64/
DMakefile.mk10 ModuleName := builtins
/external/compiler-rt/lib/ppc/
DMakefile.mk10 ModuleName := builtins
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc79 string ModuleName(const string& filename) { in ModuleName() function
245 string module_name = ModuleName(file->name()); in Generate()
288 string module_name = ModuleName(file_->dependency(i)->name()); in PrintImports()
936 name = ModuleName(descriptor.file()->name()) + "." + name; in ModuleLevelDescriptorName()
948 name = ModuleName(descriptor.file()->name()) + "." + name; in ModuleLevelMessageName()
961 name = ModuleName(descriptor.file()->name()) + "." + name; in ModuleLevelServiceDescriptorName()
/external/compiler-rt/lib/arm/
DMakefile.mk10 ModuleName := builtins
/external/compiler-rt/lib/tsan/rtl/
DMakefile.mk10 ModuleName := tsan

12