Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DASTSourceDescriptor.cpp26 std::string ASTSourceDescriptor::getModuleName() const { in getModuleName() function in clang::ASTSourceDescriptor
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp76 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; } getModuleName() function in DbiModuleDescriptor
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h106 StringRef getModuleName() const { return ModuleName; } in getModuleName() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp55 const char *getModuleName() { return ModuleName.c_str(); } in getModuleName() function in __anon0044147b0111::IntelIttnotifyInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h510 const std::string &getModuleName() const { return ModuleName; } in getModuleName() function
533 const std::string &getModuleName() const { return ModuleName; } in getModuleName() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1088 StringRef getModuleName() const { return ModName; } in getModuleName() function