/llvm-project/clang/lib/Basic/ |
H A D | ASTSourceDescriptor.cpp | 26 std::string ASTSourceDescriptor::getModuleName() const { in getModuleName() function in clang::ASTSourceDescriptor
|
/llvm-project/clang/include/clang/Basic/ |
H A D | ASTSourceDescriptor.h | 43 std::string getModuleName() const;
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeCompilandSymbol.cpp | 54 return std::string(Module.getModuleName()); in getName()
|
H A D | DbiModuleDescriptor.cpp | 75 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; } in getModuleName() function in DbiModuleDescriptor
|
H A D | InputFile.cpp | 52 ModuleName = Modi.getModuleName(); in getModuleDebugStream()
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | DbiModuleDescriptor.h | 43 StringRef getModuleName() const;
|
H A D | DbiModuleDescriptorBuilder.h | 106 StringRef getModuleName() const { return ModuleName; } in getModuleName() function
|
/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 55 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 D | StreamUtil.cpp | 173 moduleStream(ModIter->second.Descriptor.getModuleName(), StreamIdx, in discoverStreamPurposes()
|
H A D | YAMLOutputStyle.cpp | 223 DMI.Mod = MI.getModuleName(); in dumpDbiStream()
|
H A D | BytesOutputStyle.cpp | 336 Modi.getModuleName()); in iterateOneModule()
|
H A D | ExplainOutputStyle.cpp | 380 Descriptor.getModuleName()); in explainDbiModiSubstreamOffset()
|
H A D | DumpOutputStyle.cpp | 576 Desc.getModuleName()); in dumpSymbolStats()
|
/llvm-project/lld/Common/ |
H A D | ErrorHandler.cpp | 122 os << dism->getModuleName() << ' '; in diagnosticHandler()
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 526 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 D | DiagnosticInfo.h | 1177 StringRef getModuleName() const { return ModName; } 1088 StringRef getModuleName() const { return ModName; } getModuleName() function
|
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 377 if (last.getModuleName() == "* Linker *") in CalculateNumCompileUnits()
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 3099 DIB.createFile(Mod.getModuleName(), TheCU->getDirectory()), in CreateTypeDefinition() 3111 DBuilder.createModule(Parent, Mod.getModuleName(), ConfigMacros, in CreateTypeDefinition()
|