#include <SymbolLookup.h>
Definition at line 37 of file SymbolLookup.h.
◆ SymbolLookupResultUntyped() [1/6]
| llzk::SymbolLookupResultUntyped::SymbolLookupResultUntyped |
( |
| ) |
|
|
inline |
◆ SymbolLookupResultUntyped() [2/6]
| llzk::SymbolLookupResultUntyped::SymbolLookupResultUntyped |
( |
mlir::Operation * | opPtr | ) |
|
|
inline |
◆ SymbolLookupResultUntyped() [3/6]
◆ SymbolLookupResultUntyped() [4/6]
template<typename T>
| llzk::SymbolLookupResultUntyped::SymbolLookupResultUntyped |
( |
const SymbolLookupResult< T > & | other | ) |
|
◆ SymbolLookupResultUntyped() [5/6]
◆ SymbolLookupResultUntyped() [6/6]
template<typename T>
| llzk::SymbolLookupResultUntyped::SymbolLookupResultUntyped |
( |
SymbolLookupResult< T > && | other | ) |
|
◆ get() [1/2]
| Operation * llzk::SymbolLookupResultUntyped::get |
( |
| ) |
|
◆ get() [2/2]
| Operation * llzk::SymbolLookupResultUntyped::get |
( |
| ) |
const |
◆ getIncludeSymNames()
| std::vector< llvm::StringRef > llzk::SymbolLookupResultUntyped::getIncludeSymNames |
( |
| ) |
const |
|
inline |
Return the stack of symbol names from the IncludeOp that were traversed to load this result.
Definition at line 87 of file SymbolLookup.h.
◆ getNamespace()
| llvm::ArrayRef< llvm::StringRef > llzk::SymbolLookupResultUntyped::getNamespace |
( |
| ) |
const |
|
inline |
Return the stack of symbol names from either IncludeOp or ModuleOp that were traversed to load this result.
Definition at line 91 of file SymbolLookup.h.
◆ getSymbolTableCache()
| mlir::SymbolTableCollection * llzk::SymbolLookupResultUntyped::getSymbolTableCache |
( |
| ) |
|
|
inline |
◆ manage()
| void llzk::SymbolLookupResultUntyped::manage |
( |
mlir::OwningOpRef< mlir::ModuleOp > && | ptr, |
|
|
mlir::SymbolTableCollection && | tables ) |
Adds a pointer to the set of resources the result has to manage the lifetime of.
Store the resources that the result has to manage the lifetime of.
Definition at line 101 of file SymbolLookup.cpp.
◆ operator bool()
| llzk::SymbolLookupResultUntyped::operator bool |
( |
| ) |
const |
◆ operator*() [1/2]
| Operation & llzk::SymbolLookupResultUntyped::operator* |
( |
| ) |
|
◆ operator*() [2/2]
| Operation & llzk::SymbolLookupResultUntyped::operator* |
( |
| ) |
const |
◆ operator->()
| Operation * llzk::SymbolLookupResultUntyped::operator-> |
( |
| ) |
|
◆ operator=() [1/4]
◆ operator=() [2/4]
◆ operator=() [3/4]
◆ operator=() [4/4]
◆ operator==()
◆ prependNamespace()
| void llzk::SymbolLookupResultUntyped::prependNamespace |
( |
llvm::ArrayRef< llvm::StringRef > | ns | ) |
|
Adds the given namespace to the beginning of this result's namespace.
Definition at line 123 of file SymbolLookup.cpp.
◆ pushNamespace()
| void llzk::SymbolLookupResultUntyped::pushNamespace |
( |
llvm::StringRef | symName | ) |
|
◆ trackIncludeAsName()
| void llzk::SymbolLookupResultUntyped::trackIncludeAsName |
( |
llvm::StringRef | includeOpSymName | ) |
|
◆ viaInclude()
| bool llzk::SymbolLookupResultUntyped::viaInclude |
( |
| ) |
const |
|
inline |
◆ Within
The documentation for this class was generated from the following files: