LLVM 19.0.0git
Macros | Functions
LVReaderHandler.cpp File Reference
#include "llvm/DebugInfo/LogicalView/LVReaderHandler.h"
#include "llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h"
#include "llvm/DebugInfo/LogicalView/Core/LVCompare.h"
#include "llvm/DebugInfo/LogicalView/Readers/LVCodeViewReader.h"
#include "llvm/DebugInfo/LogicalView/Readers/LVDWARFReader.h"
#include "llvm/DebugInfo/PDB/Native/NativeSession.h"
#include "llvm/DebugInfo/PDB/PDB.h"
#include "llvm/Object/COFF.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "ReaderHandler"
 

Functions

static std::string searchForExe (const StringRef Path, const StringRef Extension)
 
static std::string searchForObj (const StringRef Path, const StringRef Extension)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "ReaderHandler"

Definition at line 27 of file LVReaderHandler.cpp.

Function Documentation

◆ searchForExe()

static std::string searchForExe ( const StringRef  Path,
const StringRef  Extension 
)
static

◆ searchForObj()

static std::string searchForObj ( const StringRef  Path,
const StringRef  Extension 
)
static