Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptor.cpp76 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; } in getModuleName() function in DbiModuleDescriptor
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.h108 StringRef getModuleName() const { return ModuleName; } in getModuleName() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp54 const char *getModuleName() { return ModuleName.c_str(); } in getModuleName() function in __anon1bb0b0930111::IntelIttnotifyInfo
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h473 const std::string &getModuleName() const { return ModuleName; } in getModuleName() function
492 const std::string &getModuleName() const { return ModuleName; } in getModuleName() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DAction.h437 const char *getModuleName() const { return ModuleName; } in getModuleName() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DModule.cpp686 std::string ASTSourceDescriptor::getModuleName() const { in getModuleName() function in ASTSourceDescriptor