FLANG
Public Member Functions | Public Attributes | List of all members
fir::NameUniquer::DeconstructedName Struct Reference

Components of an unparsed unique name. More...

#include <flang/Optimizer/Support/InternalNames.h>

Public Member Functions

 DeconstructedName (llvm::StringRef name)
 
 DeconstructedName (llvm::ArrayRef< std::string > modules, llvm::ArrayRef< std::string > procs, std::int64_t blockId, llvm::StringRef name, llvm::ArrayRef< std::int64_t > kinds)
 

Public Attributes

llvm::SmallVector< std::string > modules
 
llvm::SmallVector< std::string > procs
 
std::int64_t blockId
 
std::string name
 
llvm::SmallVector< std::int64_t > kinds
 

Detailed Description

Components of an unparsed unique name.


The documentation for this struct was generated from the following file: