Home
last modified time | relevance | path

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

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