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

12

/external/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...]
/external/compiler-rt/lib/tsan/
H A DMakefile.mk10 ModuleName := tsan macro
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.h23 const char *ModuleName; member in class:__ubsan::ModuleLocation
27 ModuleLocation() : ModuleName(0), Offset(0) {}
28 ModuleLocation(const char *ModuleName, uptr Offset) argument
29 : ModuleName(ModuleName), Offset(Offset) {}
30 const char *getModuleName() const { return ModuleName; }
H A DMakefile.mk10 ModuleName := ubsan macro
/external/clang/include/clang/CodeGen/
H A DModuleBuilder.h44 const std::string &ModuleName,
/external/compiler-rt/lib/builtins/armv6m/
H A DMakefile.mk10 ModuleName := builtins macro
/external/compiler-rt/lib/builtins/i386/
H A DMakefile.mk10 ModuleName := builtins macro
/external/compiler-rt/lib/builtins/ppc/
H A DMakefile.mk10 ModuleName := builtins macro
/external/compiler-rt/lib/builtins/x86_64/
H A DMakefile.mk10 ModuleName := builtins macro
/external/compiler-rt/lib/dfsan/
H A DMakefile.mk10 ModuleName := dfsan macro
/external/compiler-rt/lib/interception/
H A DMakefile.mk10 ModuleName := interception macro
/external/compiler-rt/lib/profile/
H A DMakefile.mk10 ModuleName := profile macro
/external/compiler-rt/lib/sanitizer_common/
H A DMakefile.mk10 ModuleName := sanitizer_common macro
/external/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp64 static bool parseCommand(bool &IsData, std::string &ModuleName, argument
74 ModuleName = "";
95 ModuleName = std::string(pos, end - pos);
99 ModuleName = std::string(pos, name_length);
103 ModuleName = ClBinaryName;
125 std::string ModuleName; local
127 while (parseCommand(IsData, ModuleName, ModuleOffset)) {
129 IsData ? Symbolizer.symbolizeData(ModuleName, ModuleOffset)
130 : Symbolizer.symbolizeCode(ModuleName, ModuleOffset);
H A DLLVMSymbolize.h59 symbolizeCode(const std::string &ModuleName, uint64_t ModuleOffset);
61 symbolizeData(const std::string &ModuleName, uint64_t ModuleOffset);
67 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...]
/external/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h96 StringRef ModuleName,
99 StringRef ModuleName,
114 void emitImportStackRecursively(SourceLocation Loc, StringRef ModuleName,
165 StringRef ModuleName,
169 StringRef ModuleName,
H A DTextDiagnostic.h102 StringRef ModuleName,
106 StringRef ModuleName,
/external/clang/tools/libclang/
H A DBuildSystem.cpp93 std::string ModuleName; member in struct:CXModuleMapDescriptorImpl
107 MMD->ModuleName = name;
130 OS << "framework module " << MMD->ModuleName << " {\n";
/external/clang/lib/CodeGen/
H A DModuleBuilder.cpp41 CodeGeneratorImpl(DiagnosticsEngine &diags, const std::string& ModuleName, argument
44 M(new llvm::Module(ModuleName, C)) {}
189 const std::string& ModuleName,
193 return new CodeGeneratorImpl(Diags, ModuleName, CGO, C);
188 CreateLLVMCodeGen(DiagnosticsEngine &Diags, const std::string& ModuleName, const CodeGenOptions &CGO, const TargetOptions & , llvm::LLVMContext& C) argument
/external/compiler-rt/lib/builtins/
H A DMakefile.mk10 ModuleName := builtins macro
/external/compiler-rt/lib/builtins/arm/
H A DMakefile.mk10 ModuleName := builtins macro
/external/compiler-rt/lib/msan/
H A DMakefile.mk10 ModuleName := msan macro
/external/compiler-rt/lib/tsan/rtl/
H A DMakefile.mk10 ModuleName := tsan macro
/external/compiler-rt/lib/asan/
H A DMakefile.mk10 ModuleName := asan macro

Completed in 3351 milliseconds

12