Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDDbiModuleDescriptorBuilder.h62 StringRef getModuleName() const { return ModuleName; } in getModuleName() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDDbiModuleDescriptor.cpp76 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; } in getModuleName() function in DbiModuleDescriptor
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExternalASTSource.cpp49 std::string ExternalASTSource::ASTSourceDescriptor::getModuleName() const { in getModuleName() function in ExternalASTSource::ASTSourceDescriptor
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
HDAction.h432 const char *getModuleName() const { return ModuleName; } in getModuleName() function