Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
HDASTSourceDescriptor.cpp26 std::string ASTSourceDescriptor::getModuleName() const { in getModuleName() function in clang::ASTSourceDescriptor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDDbiModuleDescriptor.cpp75 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; } in getModuleName() function in DbiModuleDescriptor
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDDbiModuleDescriptorBuilder.h106 StringRef getModuleName() const { return ModuleName; } in getModuleName() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
HDIntelJITEventListener.cpp55 const char *getModuleName() { return ModuleName.c_str(); } in getModuleName() function in __anon779308540111::IntelIttnotifyInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDCore.h510 const std::string &getModuleName() const { return ModuleName; } in getModuleName() function
533 const std::string &getModuleName() const { return ModuleName; } in getModuleName() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDiagnosticInfo.h1088 StringRef getModuleName() const { return ModName; } in getModuleName() function