LLVM 19.0.0git
Macros | Typedefs | Functions
LVSupport.cpp File Reference
#include "llvm/DebugInfo/LogicalView/Core/LVSupport.h"
#include "llvm/Support/FormatAdapters.h"
#include "llvm/Support/FormatVariadic.h"
#include <iomanip>

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 21 of file LVSupport.cpp.

Typedef Documentation

◆ LexicalEntry

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

Definition at line 64 of file LVSupport.cpp.

◆ LexicalIndexes

Definition at line 65 of file LVSupport.cpp.

Function Documentation

◆ getAllLexicalIndexes()

static LexicalIndexes getAllLexicalIndexes ( StringRef  Name)
static