/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 64 StringRef ModuleName = Obj.getFileName(); in symbolizeCode() local 65 auto I = Modules.find(ModuleName); in symbolizeCode() 72 createModuleInfo(&Obj, std::move(Context), ModuleName); in symbolizeCode() 79 LLVMSymbolizer::symbolizeCode(const std::string &ModuleName, in symbolizeCode() argument 81 Expected<SymbolizableModule *> InfoOrErr = getOrCreateModuleInfo(ModuleName); in symbolizeCode() 88 LLVMSymbolizer::symbolizeInlinedCode(const std::string &ModuleName, in symbolizeInlinedCode() argument 91 if (auto InfoOrErr = getOrCreateModuleInfo(ModuleName)) in symbolizeInlinedCode() 118 LLVMSymbolizer::symbolizeData(const std::string &ModuleName, in symbolizeData() argument 121 if (auto InfoOrErr = getOrCreateModuleInfo(ModuleName)) in symbolizeData() 144 LLVMSymbolizer::symbolizeFrame(const std::string &ModuleName, in symbolizeFrame() argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/Symbolize/ |
D | Symbolize.h | 60 Expected<DILineInfo> symbolizeCode(const std::string &ModuleName, 63 symbolizeInlinedCode(const std::string &ModuleName, 65 Expected<DIGlobal> symbolizeData(const std::string &ModuleName, 68 symbolizeFrame(const std::string &ModuleName, 90 getOrCreateModuleInfo(const std::string &ModuleName); 95 StringRef ModuleName);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | DbiModuleDescriptorBuilder.cpp | 39 DbiModuleDescriptorBuilder::DbiModuleDescriptorBuilder(StringRef ModuleName, in DbiModuleDescriptorBuilder() argument 42 : MSF(Msf), ModuleName(ModuleName) { in DbiModuleDescriptorBuilder() 100 uint32_t M = ModuleName.size() + 1; in calculateSerializedLength() 142 if (auto EC = ModiWriter.writeCString(ModuleName)) in commit()
|
D | DbiModuleDescriptor.cpp | 27 if (auto EC = Reader.readCString(Info.ModuleName)) in initialize() 76 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; } in getModuleName() 81 uint32_t M = ModuleName.str().size() + 1; in getRecordLength()
|
D | DbiStreamBuilder.cpp | 114 DbiStreamBuilder::addModuleInfo(StringRef ModuleName) { in addModuleInfo() argument 117 std::make_unique<DbiModuleDescriptorBuilder>(ModuleName, Index, Msf)); in addModuleInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | DbiModuleDescriptorBuilder.h | 41 DbiModuleDescriptorBuilder(StringRef ModuleName, uint32_t ModIndex, 62 StringRef getModuleName() const { return ModuleName; } in getModuleName() 91 std::string ModuleName; variable
|
D | DbiModuleDescriptor.h | 52 StringRef ModuleName;
|
D | DbiStreamBuilder.h | 75 Expected<DbiModuleDescriptorBuilder &> addModuleInfo(StringRef ModuleName);
|
/third_party/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 …]
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerTracePC.cpp | 143 auto &ModuleName = M.first; in PrintCoverage() local 145 uintptr_t ModuleOffset = ModuleOffsets[ModuleName]; in PrintCoverage() 147 Printf("MODULE_WITH_COVERAGE: %s\n", ModuleName.c_str()); in PrintCoverage() 150 std::string Cmd = "objdump -d " + ModuleName + in PrintCoverage()
|
/third_party/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 86 std::string ModuleName(const std::string& filename) { in ModuleName() function 98 std::string module_name = ModuleName(filename); in ModuleAlias() 338 std::string module_name = ModuleName(file->name()); in Generate() 399 std::string module_name = ModuleName(filename); in PrintImports() 430 std::string module_name = ModuleName(file_->public_dependency(i)->name()); in PrintImports() 695 std::string module_name = ModuleName(file_->name()); in PrintDescriptorKeyAndModuleName() 891 std::string module_name = ModuleName(file_->name()); in PrintMessage() 1456 std::string module_name = ModuleName(file->public_dependency(i)->name()); in CopyPublicDependenciesAliases()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | ImportedFunctionsInliningStatistics.cpp | 62 ModuleName = M.getName(); in setModuleInfo() 100 Ostream << "------- Dumping inliner stats for [" << ModuleName in dump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Process.inc | 202 wchar_t ModuleName[MAX_PATH]; 203 size_t Length = ::GetModuleFileNameW(NULL, ModuleName, MAX_PATH); 211 Length = GetLongPathNameW(ModuleName, ModuleName, MAX_PATH); 221 std::error_code EC = windows::UTF16ToUTF8(ModuleName, Length, Filename);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | ImportedFunctionsInliningStatistics.h | 101 StringRef ModuleName; variable
|
/third_party/typescript/tests/baselines/reference/ |
D | primaryExpressionMods.errors.txt | 11 var p: M.P; // Used as ModuleName
|
D | primaryExpressionMods.types | 13 var p: M.P; // Used as ModuleName
|
D | primaryExpressionMods.symbols | 13 var p: M.P; // Used as ModuleName
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLDebugSections.h | 58 StringRef ModuleName; member
|
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 131 CHAR ModuleName[32]; // module name member 426 CHAR ModuleName[32]; // module name member 455 CHAR ModuleName[32]; // module name member 505 IN PSTR ModuleName, 1257 MyStrCpy(csEntry.moduleName, STACKWALK_MAX_NAMELEN, Module.ModuleName); in ShowCallstack()
|
/third_party/flutter/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 131 CHAR ModuleName[32]; // module name member 426 CHAR ModuleName[32]; // module name member 455 CHAR ModuleName[32]; // module name member 505 IN PSTR ModuleName, 1257 MyStrCpy(csEntry.moduleName, STACKWALK_MAX_NAMELEN, Module.ModuleName); in ShowCallstack()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Process.inc | 251 wchar_t ModuleName[MAX_PATH]; 252 int Length = ::GetModuleFileNameW(NULL, ModuleName, MAX_PATH); 254 UnicodeCommandLine[0] = ModuleName;
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_query.py | 112 entry_ok = query.ModuleName.entry_ok # Function being tested. 388 dialog = query.ModuleName(root, 'T', 't', 'idlelib', _utest=True)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 795 void poisonOneInitializer(Function &GlobalInit, GlobalValue *ModuleName); 796 void createInitializerPoisonCalls(Module &M, GlobalValue *ModuleName); 1762 GlobalValue *ModuleName) { in poisonOneInitializer() argument 1768 Value *ModuleNameAddr = ConstantExpr::getPointerCast(ModuleName, IntptrTy); in poisonOneInitializer() 1778 Module &M, GlobalValue *ModuleName) { in createInitializerPoisonCalls() argument 1798 poisonOneInitializer(*F, ModuleName); in createInitializerPoisonCalls() 2254 GlobalVariable *ModuleName = createPrivateGlobalForString( in InstrumentGlobals() local 2375 ConstantExpr::getPointerCast(ModuleName, IntptrTy), in InstrumentGlobals() 2413 createInitializerPoisonCalls(M, ModuleName); in InstrumentGlobals()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 290 IO.mapRequired("Module", Obj.ModuleName); in mapping() 483 Result->addImport(M.ModuleName, Id); in toCodeViewSubsection() 664 YCMI.ModuleName = *ExpectedStr; in fromCodeViewSubsection()
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.0a3.rst | 365 subclasses SectionName, ModuleName, and HelpSource, which are used to get 367 has itw own validity checks. Using ModuleName allows users to edit bad
|