LLVM 22.0.0git
LVSupport.cpp File Reference

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)

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "Support"

Definition at line 19 of file LVSupport.cpp.

Typedef Documentation

◆ LexicalEntry

using LexicalEntry = std::pair<size_t, size_t>

Definition at line 62 of file LVSupport.cpp.

◆ LexicalIndexes

Definition at line 63 of file LVSupport.cpp.

Function Documentation

◆ getAllLexicalIndexes()