Home
last modified time | relevance | path

Searched refs:LCNoteEntry (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h238 struct LCNoteEntry { struct
239 LCNoteEntry(uint32_t addr_byte_size, lldb::ByteOrder byte_order) in LCNoteEntry() function
H A DObjectFileMachO.cpp6720 std::vector<std::unique_ptr<LCNoteEntry>> lc_notes;
6724 std::unique_ptr<LCNoteEntry> addrable_bits_lcnote_up(
6725 new LCNoteEntry(addr_byte_size, byte_order));
6740 std::unique_ptr<LCNoteEntry> all_image_infos_lcnote_up(
6741 new LCNoteEntry(addr_byte_size, byte_order));