Home
last modified time | relevance | path

Searched refs:getModuleName (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeCompilandSymbol.cpp54 return std::string(Module.getModuleName()); in getName()
H A DDbiModuleDescriptor.cpp76 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; } in getModuleName() function in DbiModuleDescriptor
H A DInputFile.cpp51 ModuleName = Modi.getModuleName(); in getModuleDebugStream()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.h43 StringRef getModuleName() const;
H A DDbiModuleDescriptorBuilder.h106 StringRef getModuleName() const { return ModuleName; } in getModuleName() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp55 const char *getModuleName() { return ModuleName.c_str(); } in getModuleName() function in __anon421663ab0111::IntelIttnotifyInfo
209 ModuleObject->module_name = ModuleIttnotify->getModuleName(); in notifyObjectLoaded()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp174 moduleStream(ModIter->second.Descriptor.getModuleName(), StreamIdx, in discoverStreamPurposes()
H A DYAMLOutputStyle.cpp223 DMI.Mod = MI.getModuleName(); in dumpDbiStream()
H A DBytesOutputStyle.cpp336 Modi.getModuleName()); in iterateOneModule()
H A DExplainOutputStyle.cpp381 Descriptor.getModuleName()); in explainDbiModiSubstreamOffset()
H A DDumpOutputStyle.cpp575 Desc.getModuleName()); in dumpSymbolStats()
/llvm-project-15.0.7/lld/Common/
H A DErrorHandler.cpp127 os << dism->getModuleName() << ' '; in diagnosticHandler()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DModule.h814 std::string getModuleName() const;
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DAction.h452 const char *getModuleName() const { return ModuleName; } in getModuleName() function
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h481 const std::string &getModuleName() const { return ModuleName; } in getModuleName() function
504 const std::string &getModuleName() const { return ModuleName; } in getModuleName() function
/llvm-project-15.0.7/clang/lib/Basic/
H A DModule.cpp687 std::string ASTSourceDescriptor::getModuleName() const { in getModuleName() function in ASTSourceDescriptor
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1089 StringRef getModuleName() const { return ModName; } in getModuleName() function
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp330 if (last.getModuleName() == "* Linker *") in CalculateNumCompileUnits()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2775 DIB.createFile(Mod.getModuleName(), TheCU->getDirectory()), in getOrCreateModuleRef()
2787 DBuilder.createModule(Parent, Mod.getModuleName(), ConfigMacros, in getOrCreateModuleRef()
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp5376 BaseInput = ModuleJA->getModuleName(); in BuildJobsForActionNoCache()