Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Basic/
H A DASTSourceDescriptor.cpp26 std::string ASTSourceDescriptor::getModuleName() const { in getModuleName() function in clang::ASTSourceDescriptor
/llvm-project/clang/include/clang/Basic/
H A DASTSourceDescriptor.h43 std::string getModuleName() const;
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeCompilandSymbol.cpp54 return std::string(Module.getModuleName()); in getName()
H A DDbiModuleDescriptor.cpp75 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; } in getModuleName() function in DbiModuleDescriptor
H A DInputFile.cpp52 ModuleName = Modi.getModuleName(); in getModuleDebugStream()
/llvm-project/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/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp55 const char *getModuleName() { return ModuleName.c_str(); } in getModuleName() function in __anon37b0802e0111::IntelIttnotifyInfo
209 ModuleObject->module_name = ModuleIttnotify->getModuleName(); in notifyObjectLoaded()
/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp173 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.cpp380 Descriptor.getModuleName()); in explainDbiModiSubstreamOffset()
H A DDumpOutputStyle.cpp576 Desc.getModuleName()); in dumpSymbolStats()
/llvm-project/lld/Common/
H A DErrorHandler.cpp122 os << dism->getModuleName() << ' '; in diagnosticHandler()
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h526 const std::string &getModuleName() const { return ModuleName; } in UnexpectedSymbolDefinitions()
549 const std::string &getModuleName() const { return ModuleName; }
510 const std::string &getModuleName() const { return ModuleName; } getModuleName() function
533 const std::string &getModuleName() const { return ModuleName; } getModuleName() function
/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1177 StringRef getModuleName() const { return ModName; }
1088 StringRef getModuleName() const { return ModName; } getModuleName() function
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp377 if (last.getModuleName() == "* Linker *") in CalculateNumCompileUnits()
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3099 DIB.createFile(Mod.getModuleName(), TheCU->getDirectory()), in CreateTypeDefinition()
3111 DBuilder.createModule(Parent, Mod.getModuleName(), ConfigMacros, in CreateTypeDefinition()