Searched refs:ParseHeader (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.h36 ParseHeader(const lldb_private::DWARFDataExtractor &debug_macro_data,
H A DDWARFDebugMacro.cpp19 DWARFDebugMacroHeader::ParseHeader(const DWARFDataExtractor &debug_macro_data, function in class:DWARFDebugMacroHeader
H A DSymbolFileDWARF.cpp1048 DWARFDebugMacroHeader::ParseHeader(debug_macro_data, offset);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectContainer.h126 virtual bool ParseHeader() = 0;
H A DObjectFile.h149 /// \see ObjectFile::ParseHeader()
413 virtual bool ParseHeader() = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h57 bool ParseHeader() override;
H A DObjectFileJIT.cpp103 bool ObjectFileJIT::ParseHeader() { function in class:ObjectFileJIT
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h60 bool ParseHeader() override;
H A DObjectFileBreakpad.cpp117 bool ObjectFileBreakpad::ParseHeader() { function in class:ObjectFileBreakpad
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h58 bool ParseHeader() override;
H A DObjectContainerBSDArchive.cpp333 } else if (container_up->ParseHeader())
380 bool ObjectContainerBSDArchive::ParseHeader() { function in class:ObjectContainerBSDArchive
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h100 bool ParseHeader() override;
H A DObjectFileELF.cpp740 bool ObjectFileELF::ParseHeader() { function in class:ObjectFileELF
872 if (!ParseHeader() || !IsExecutable())
3208 if (!ParseHeader())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp66 bool ParseHeader() override { return true; }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp966 bool ParseHeader(Process *process, lldb::addr_t load_addr) {
1153 if (!hash_table.ParseHeader(process, runtime->GetISAHashTablePointer())) {

Completed in 169 milliseconds