Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp75 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; } in getModuleName() function in DbiModuleDescriptor
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h106 StringRef getModuleName() const { return ModuleName; } in getModuleName() function
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp55 const char *getModuleName() { return ModuleName.c_str(); } in getModuleName() function in __anon23e0774d0111::IntelIttnotifyInfo
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h489 const std::string &getModuleName() const { return ModuleName; } getModuleName() function
512 const std::string &getModuleName() const { return ModuleName; } getModuleName() function
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp740 std::string ASTSourceDescriptor::getModuleName() const { getModuleName() function in ASTSourceDescriptor
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1088 StringRef getModuleName() const { return ModName; } in getModuleName() function