Home
last modified time | relevance | path

Searched defs:getModuleName (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp76 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; } in getModuleName() function in DbiModuleDescriptor
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
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
/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/include/clang/Driver/
H A DAction.h452 const char *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