Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h63 StringRef getModuleName() const { return ModuleName; } in getModuleName() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp84 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; } in getModuleName() function in DbiModuleDescriptor
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTSource.cpp48 std::string ExternalASTSource::ASTSourceDescriptor::getModuleName() const { in getModuleName() function in ExternalASTSource::ASTSourceDescriptor
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DAction.h431 const char *getModuleName() const { return ModuleName; } in getModuleName() function