LLVM 19.0.0git
Macros | Functions | Variables
LVReader.cpp File Reference
#include "llvm/DebugInfo/LogicalView/Core/LVReader.h"
#include "llvm/DebugInfo/LogicalView/Core/LVLine.h"
#include "llvm/DebugInfo/LogicalView/Core/LVScope.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/FormatAdapters.h"
#include "llvm/Support/FormatVariadic.h"
#include <tuple>

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "Reader"
 

Functions

bool checkIntegrityScopesTree (LVScope *Root)
 

Variables

LVReaderCurrentReader = nullptr
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "Reader"

Definition at line 24 of file LVReader.cpp.

Function Documentation

◆ checkIntegrityScopesTree()

bool checkIntegrityScopesTree ( LVScope Root)

Variable Documentation

◆ CurrentReader

LVReader* CurrentReader = nullptr