Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp76 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; } in getModuleName() function in DbiModuleDescriptor
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h108 StringRef getModuleName() const { return ModuleName; } in getModuleName() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp54 const char *getModuleName() { return ModuleName.c_str(); } in getModuleName() function in __anonb12ce6460111::IntelIttnotifyInfo
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h459 const std::string &getModuleName() const { return ModuleName; } in getModuleName() function
478 const std::string &getModuleName() const { return ModuleName; } in getModuleName() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DAction.h437 const char *getModuleName() const { return ModuleName; } in getModuleName() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp686 std::string ASTSourceDescriptor::getModuleName() const { in getModuleName() function in ASTSourceDescriptor