LLVM 20.0.0git
|
#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) |
#define DEBUG_TYPE "ReaderHandler" |
Definition at line 27 of file LVReaderHandler.cpp.
Definition at line 96 of file LVReaderHandler.cpp.
References llvm::consumeError(), llvm::sys::path::convert_to_slash(), llvm::Expected< T >::get(), llvm::pdb::loadDataForEXE(), llvm::pdb::Path, llvm::sys::path::replace_extension(), llvm::pdb::NativeSession::searchForPdb(), llvm::Expected< T >::takeError(), and llvm::sys::path::windows.
Definition at line 122 of file LVReaderHandler.cpp.
References llvm::sys::fs::exists(), llvm::MemoryBuffer::getFileOrSTDIN(), llvm::pdb::Path, and llvm::sys::path::replace_extension().