|
LLVM 22.0.0git
|
Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "Support" |
Typedefs | |
| using | LexicalEntry = std::pair<size_t, size_t> |
| using | LexicalIndexes = SmallVector<LexicalEntry, 10> |
Functions | |
| static LexicalIndexes | getAllLexicalIndexes (StringRef Name) |
| #define DEBUG_TYPE "Support" |
Definition at line 19 of file LVSupport.cpp.
| using LexicalEntry = std::pair<size_t, size_t> |
Definition at line 62 of file LVSupport.cpp.
| using LexicalIndexes = SmallVector<LexicalEntry, 10> |
Definition at line 63 of file LVSupport.cpp.
|
static |
Definition at line 65 of file LVSupport.cpp.
References llvm::SmallVectorTemplateCommon< T, typename >::back(), llvm::dbgs(), llvm::formatv(), llvm::Length, LLVM_DEBUG, llvm::logicalview::Name, and llvm::SmallVectorTemplateBase< T, bool >::push_back().
Referenced by llvm::logicalview::getAllLexicalComponents(), and llvm::logicalview::getInnerComponent().