/external/llvm/tools/llvm-symbolizer/ |
D | llvm-symbolizer.cpp | 92 static bool parseCommand(bool &IsData, std::string &ModuleName, in parseCommand() argument 102 ModuleName = ""; in parseCommand() 123 ModuleName = std::string(pos, end - pos); in parseCommand() 127 ModuleName = std::string(pos, name_length); in parseCommand() 131 ModuleName = ClBinaryName; in parseCommand() 162 std::string ModuleName; in main() local 167 while (parseCommand(IsData, ModuleName, ModuleOffset)) { in main() 175 auto ResOrErr = Symbolizer.symbolizeData(ModuleName, ModuleOffset); in main() 178 auto ResOrErr = Symbolizer.symbolizeInlinedCode(ModuleName, ModuleOffset); in main() 182 auto ResOrErr = Symbolizer.symbolizeCode(ModuleName, ModuleOffset); in main()
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 50 ErrorOr<DILineInfo> LLVMSymbolizer::symbolizeCode(const std::string &ModuleName, in symbolizeCode() argument 52 auto InfoOrErr = getOrCreateModuleInfo(ModuleName); in symbolizeCode() 70 LLVMSymbolizer::symbolizeInlinedCode(const std::string &ModuleName, in symbolizeInlinedCode() argument 72 auto InfoOrErr = getOrCreateModuleInfo(ModuleName); in symbolizeInlinedCode() 93 ErrorOr<DIGlobal> LLVMSymbolizer::symbolizeData(const std::string &ModuleName, in symbolizeData() argument 95 auto InfoOrErr = getOrCreateModuleInfo(ModuleName); in symbolizeData() 335 LLVMSymbolizer::getOrCreateModuleInfo(const std::string &ModuleName) { in getOrCreateModuleInfo() argument 336 const auto &I = Modules.find(ModuleName); in getOrCreateModuleInfo() 343 std::string BinaryName = ModuleName; in getOrCreateModuleInfo() 345 size_t ColonPos = ModuleName.find_last_of(':'); in getOrCreateModuleInfo() [all …]
|
/external/clang/include/clang/Frontend/ |
D | DiagnosticRenderer.h | 96 StringRef ModuleName, 99 StringRef ModuleName, 114 void emitImportStackRecursively(SourceLocation Loc, StringRef ModuleName, 167 StringRef ModuleName, 171 StringRef ModuleName,
|
D | TextDiagnostic.h | 102 StringRef ModuleName, 106 StringRef ModuleName,
|
/external/llvm/include/llvm/DebugInfo/Symbolize/ |
D | Symbolize.h | 51 ErrorOr<DILineInfo> symbolizeCode(const std::string &ModuleName, 53 ErrorOr<DIInliningInfo> symbolizeInlinedCode(const std::string &ModuleName, 55 ErrorOr<DIGlobal> symbolizeData(const std::string &ModuleName, 67 getOrCreateModuleInfo(const std::string &ModuleName);
|
/external/clang/tools/libclang/ |
D | BuildSystem.cpp | 97 std::string ModuleName; member 111 MMD->ModuleName = name; in clang_ModuleMapDescriptor_setFrameworkModuleName() 134 OS << "framework module " << MMD->ModuleName << " {\n"; in clang_ModuleMapDescriptor_writeToBuffer()
|
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 128 std::string HeaderSearch::getModuleFileName(StringRef ModuleName, in getModuleFileName() argument 139 llvm::sys::path::append(Result, ModuleName + ".pcm"); in getModuleFileName() 161 llvm::sys::path::append(Result, ModuleName + "-" + HashStr + ".pcm"); in getModuleFileName() 166 Module *HeaderSearch::lookupModule(StringRef ModuleName, bool AllowSearch) { in lookupModule() argument 168 Module *Module = ModMap.findModule(ModuleName); in lookupModule() 179 llvm::sys::path::append(FrameworkDirName, ModuleName + ".framework"); in lookupModule() 184 Module = loadFrameworkModule(ModuleName, FrameworkDir, IsSystem); in lookupModule() 202 Module = ModMap.findModule(ModuleName); in lookupModule() 211 llvm::sys::path::append(NestedModuleMapDirName, ModuleName); in lookupModule() 215 Module = ModMap.findModule(ModuleName); in lookupModule() [all …]
|
/external/clang/lib/CodeGen/ |
D | ModuleBuilder.cpp | 60 CodeGeneratorImpl(DiagnosticsEngine &diags, const std::string &ModuleName, in CodeGeneratorImpl() argument 68 M(new llvm::Module(ModuleName, C)) {} in CodeGeneratorImpl() 243 DiagnosticsEngine &Diags, const std::string &ModuleName, in CreateLLVMCodeGen() argument 247 return new CodeGeneratorImpl(Diags, ModuleName, HeaderSearchOpts, in CreateLLVMCodeGen()
|
/external/chromium-trace/catapult/third_party/graphy/graphy/ |
D | all_tests.py | 23 def ModuleName(filename, base_dir): function 40 tests.extend(ModuleName(os.path.join(dir, f), start_dir) for f
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 1315 void ReadModuleName(StringRef ModuleName) override { in loadModuleFile() 1317 CI.getPreprocessor().getIdentifierInfo(ModuleName)); in loadModuleFile() 1381 StringRef ModuleName = Path[0].first->getName(); in loadModule() local 1389 if (LastModuleImportResult && ModuleName != getLangOpts().CurrentModule && in loadModule() 1390 ModuleName != getLangOpts().ImplementationOfModule) in loadModule() 1404 } else if (ModuleName == getLangOpts().CurrentModule || in loadModule() 1405 ModuleName == getLangOpts().ImplementationOfModule) { in loadModule() 1407 Module = PP->getHeaderSearchInfo().lookupModule(ModuleName); in loadModule() 1411 Module = PP->getHeaderSearchInfo().lookupModule(ModuleName); in loadModule() 1414 << ModuleName in loadModule() [all …]
|
D | DiagnosticRenderer.cpp | 277 StringRef ModuleName, in emitImportStackRecursively() argument 279 if (ModuleName.empty()) { in emitImportStackRecursively() 291 emitImportLocation(Loc, PLoc, ModuleName, SM); in emitImportStackRecursively() 640 StringRef ModuleName, in emitImportLocation() argument 645 Message << "in module '" << ModuleName; in emitImportLocation() 656 StringRef ModuleName, in emitBuildingModuleLocation() argument 662 Message << "while building module '" << ModuleName << "' imported from " in emitBuildingModuleLocation() 665 Message << "while building module '" << ModuleName << "':"; in emitBuildingModuleLocation()
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 83 string ModuleName(const string& filename) { in ModuleName() function 266 string module_name = ModuleName(file->name()); in Generate() 312 string module_name = ModuleName(file_->dependency(i)->name()); in PrintImports() 320 string module_name = ModuleName(file_->public_dependency(i)->name()); in PrintImports() 345 string module_name = ModuleName(file_->dependency(i)->name()); in PrintFileDescriptor() 556 "module_name", ModuleName(file_->name())); in PrintServiceClass() 574 "module_name", ModuleName(file_->name())); in PrintServiceStub() 718 "module_name", ModuleName(file_->name())); in PrintMessage() 1087 name = ModuleName(descriptor.file()->name()) + "." + name; in ModuleLevelDescriptorName() 1099 name = ModuleName(descriptor.file()->name()) + "." + name; in ModuleLevelMessageName() [all …]
|
/external/compiler-rt/make/ |
D | lib_info.mk | 19 $($(key).ModuleName))) 23 $(call Append,ModuleSubDirKeys.$($(key).ModuleName),$(key)))
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 27 PSTR ModuleName; member 306 …typedef BOOL (CALLBACK *PSYM_ENUMMODULES_CALLBACK64)(PSTR ModuleName,DWORD64 BaseOfDll,PVOID UserC… 309 …typedef BOOL (CALLBACK *PENUMLOADED_MODULES_CALLBACK64)(PSTR ModuleName,DWORD64 ModuleBase,ULONG M… 322 …typedef BOOL (CALLBACK *PSYM_ENUMMODULES_CALLBACK)(PSTR ModuleName,ULONG BaseOfDll,PVOID UserConte… 325 …typedef BOOL (CALLBACK *PENUMLOADED_MODULES_CALLBACK)(PSTR ModuleName,ULONG ModuleBase,ULONG Modul… 392 CHAR ModuleName[32]; member 416 WCHAR ModuleName[32]; member 446 CHAR ModuleName[32]; member 459 WCHAR ModuleName[32]; member 698 …BOOL IMAGEAPI SymGetLineFromName64(HANDLE hProcess,PSTR ModuleName,PSTR FileName,DWORD dwLineNumbe… [all …]
|
/external/clang/lib/Serialization/ |
D | ModuleManager.cpp | 227 StringRef ModuleName = (*victim)->ModuleName; in removeModules() local 228 if (Module *mod = modMap->findModule(ModuleName)) { in removeModules() 468 return M->ModuleName; in getNodeLabel()
|
/external/compiler-rt/lib/profile/ |
D | Makefile.mk | 10 ModuleName := profile
|
/external/compiler-rt/lib/builtins/ |
D | Makefile.mk | 10 ModuleName := builtins
|
/external/compiler-rt/lib/interception/ |
D | Makefile.mk | 10 ModuleName := interception
|
/external/compiler-rt/lib/builtins/arm64/ |
D | Makefile.mk | 10 ModuleName := builtins
|
/external/compiler-rt/lib/builtins/i386/ |
D | Makefile.mk | 10 ModuleName := builtins
|
/external/compiler-rt/lib/builtins/ppc/ |
D | Makefile.mk | 10 ModuleName := builtins
|
/external/compiler-rt/lib/builtins/armv6m/ |
D | Makefile.mk | 10 ModuleName := builtins
|
/external/compiler-rt/lib/builtins/x86_64/ |
D | Makefile.mk | 10 ModuleName := builtins
|
/external/compiler-rt/lib/sanitizer_common/ |
D | Makefile.mk | 10 ModuleName := sanitizer_common
|
/external/compiler-rt/lib/lsan/ |
D | Makefile.mk | 10 ModuleName := lsan
|