Home
last modified time | relevance | path

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

12

/external/compiler-rt/utils/llvm-symbolizer/
Dllvm-symbolizer.cpp184 static ModuleInfo *getOrCreateModuleInfo(const string &ModuleName) { in getOrCreateModuleInfo() argument
185 ModuleMapIter I = Modules.find(ModuleName); in getOrCreateModuleInfo()
190 MemoryBuffer::getFile(ModuleName, Buff); in getOrCreateModuleInfo()
194 Modules.insert(make_pair(ModuleName, (ModuleInfo*)0)); in getOrCreateModuleInfo()
240 Modules.insert(make_pair(ModuleName, Info)); in getOrCreateModuleInfo()
277 static void symbolize(string ModuleName, string ModuleOffsetStr) { in symbolize() argument
278 ModuleInfo *Info = getOrCreateModuleInfo(ModuleName); in symbolize()
300 static bool parseModuleNameAndOffset(string &ModuleName, in parseModuleNameAndOffset() argument
307 ModuleName = ""; in parseModuleNameAndOffset()
311 ModuleName = FilePath; in parseModuleNameAndOffset()
[all …]
/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/clang/lib/CodeGen/
DModuleBuilder.cpp38 CodeGeneratorImpl(DiagnosticsEngine &diags, const std::string& ModuleName, in CodeGeneratorImpl() argument
40 : Diags(diags), CodeGenOpts(CGO), M(new llvm::Module(ModuleName, C)) {} in CodeGeneratorImpl()
123 const std::string& ModuleName, in CreateLLVMCodeGen() argument
126 return new CodeGeneratorImpl(Diags, ModuleName, CGO, C); in CreateLLVMCodeGen()
/external/clang/lib/Lex/
DHeaderSearch.cpp118 std::string HeaderSearch::getModuleFileName(StringRef ModuleName) { in getModuleFileName() argument
125 llvm::sys::path::append(Result, ModuleName + ".pcm"); in getModuleFileName()
129 Module *HeaderSearch::lookupModule(StringRef ModuleName, bool AllowSearch) { in lookupModule() argument
131 Module *Module = ModMap.findModule(ModuleName); in lookupModule()
142 llvm::sys::path::append(FrameworkDirName, ModuleName + ".framework"); in lookupModule()
147 Module = loadFrameworkModule(ModuleName, FrameworkDir, IsSystem); in lookupModule()
163 Module = ModMap.findModule(ModuleName); in lookupModule()
172 llvm::sys::path::append(NestedModuleMapDirName, ModuleName); in lookupModule()
175 Module = ModMap.findModule(ModuleName); in lookupModule()
299 StringRef ModuleName(Filename.begin(), SlashPos); in DoFrameworkLookup() local
[all …]
DModuleMap.cpp291 ModuleMap::inferFrameworkModule(StringRef ModuleName, in inferFrameworkModule() argument
296 if (Module *Mod = lookupModuleQualified(ModuleName, Parent)) in inferFrameworkModule()
304 llvm::sys::path::append(UmbrellaName, ModuleName + ".h"); in inferFrameworkModule()
313 Module *Result = new Module(ModuleName, SourceLocation(), Parent, in inferFrameworkModule()
319 Modules[ModuleName] = Result; in inferFrameworkModule()
841 StringRef ModuleName = Id.back().first; in parseModuleDecl() local
890 << ModuleName; in parseModuleDecl()
897 if (Module *Existing = Map.lookupModuleQualified(ModuleName, ActiveModule)) { in parseModuleDecl()
912 << ModuleName; in parseModuleDecl()
925 ActiveModule = Map.findOrCreateModule(ModuleName, ActiveModule, Framework, in parseModuleDecl()
/external/clang/lib/Frontend/
DCompilerInstance.cpp858 StringRef ModuleName = Path[0].first->getName(); in loadModule() local
869 } else if (ModuleName == getLangOpts().CurrentModule) { in loadModule()
871 Module = PP->getHeaderSearchInfo().getModuleMap().findModule(ModuleName); in loadModule()
875 Module = PP->getHeaderSearchInfo().lookupModule(ModuleName); in loadModule()
880 ModuleFileName = PP->getHeaderSearchInfo().getModuleFileName(ModuleName); in loadModule()
884 << ModuleName in loadModule()
903 = std::find(ModuleBuildPath.begin(), ModuleBuildPath.end(), ModuleName); in loadModule()
910 CyclePath += ModuleName; in loadModule()
913 << ModuleName << CyclePath; in loadModule()
918 << ModuleName; in loadModule()
[all …]
/external/compiler-rt/make/
Dlib_info.mk19 $($(key).ModuleName)))
23 $(call Append,ModuleSubDirKeys.$($(key).ModuleName),$(key)))
Dsubdir.mk24 ModuleName SubDirs ObjNames Implementation Dependencies
/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/mach_override/
DMakefile.mk10 ModuleName := interception
/external/compiler-rt/lib/interception/
DMakefile.mk10 ModuleName := interception
/external/compiler-rt/lib/x86_64/
DMakefile.mk10 ModuleName := builtins
/external/compiler-rt/lib/i386/
DMakefile.mk10 ModuleName := builtins
/external/compiler-rt/lib/ppc/
DMakefile.mk10 ModuleName := builtins
/external/compiler-rt/lib/arm/
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/asan/dynamic/
DMakefile.mk10 ModuleName := asan_dynamic
/external/compiler-rt/lib/
DMakefile.mk10 ModuleName := builtins
/external/compiler-rt/lib/asan/
DMakefile.mk10 ModuleName := asan
/external/clang/include/clang/CodeGen/
DModuleBuilder.h41 const std::string &ModuleName,
/external/compiler-rt/lib/tsan/rtl/
DMakefile.mk10 ModuleName := tsan
/external/clang/include/clang/Lex/
DHeaderSearch.h431 std::string getModuleFileName(StringRef ModuleName);
442 Module *lookupModule(StringRef ModuleName, bool AllowSearch = true);
DModuleMap.h176 Module *inferFrameworkModule(StringRef ModuleName,

12