Home
last modified time | relevance | path

Searched refs:ObjectFilePDB (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp28 LLDB_PLUGIN_DEFINE(ObjectFilePDB) in LLDB_PLUGIN_DEFINE() argument
37 char ObjectFilePDB::ID;
39 void ObjectFilePDB::Initialize() { in Initialize()
45 void ObjectFilePDB::Terminate() { in Terminate()
49 ArchSpec ObjectFilePDB::GetArchitecture() { in GetArchitecture()
76 bool ObjectFilePDB::initPDBFile() { in initPDBFile()
90 ObjectFilePDB::CreateInstance(const ModuleSP &module_sp, DataBufferSP data_sp, in CreateInstance()
93 auto objfile_up = std::make_unique<ObjectFilePDB>( in CreateInstance()
100 ObjectFile *ObjectFilePDB::CreateMemoryInstance(const ModuleSP &module_sp, in CreateMemoryInstance()
107 size_t ObjectFilePDB::GetModuleSpecifications( in GetModuleSpecifications()
[all …]
H A DObjectFilePDB.h19 class ObjectFilePDB : public ObjectFile {
92 ObjectFilePDB(const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
H A DCMakeLists.txt2 ObjectFilePDB.cpp
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectFile/PDB/
H A DBUILD.gn10 sources = [ "ObjectFilePDB.cpp" ]
/openbsd-src/gnu/usr.bin/clang/liblldbPluginObjectFile/
H A DMakefile14 ObjectFilePDB.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/
H A DBUILD.gn105 "ObjectFilePDB",
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp121 auto pdb = ObjectFilePDB::loadPDBFile(std::string(pdb_file), allocator); in loadMatchingPDBFile()
314 if (auto *pdb = llvm::dyn_cast<ObjectFilePDB>(m_objfile_sp.get())) { in CalculateAbilities()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4234 lldb/source/Plugins/ObjectFile/PDB/ObjectFilePDB.cpp
4235 lldb/source/Plugins/ObjectFile/PDB/ObjectFilePDB.h