Home
last modified time | relevance | path

Searched defs:m_data (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DStreamAsynchronousIO.h34 std::string m_data; variable
H A DOpcode.h268 } m_data; variable
H A DModuleSpec.h272 lldb::DataBufferSP m_data = {}; variable
H A DValueObject.h851 DataExtractor m_data; variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.h89 lldb_private::DataBufferHeap m_data; variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMemory.h64 lldb::WritableDataBufferSP m_data; variable
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DDataBufferHeap.h121 buffer_t m_data; ///< The heap based buffer where data is stored variable
H A DBaton.h59 void *m_data; // Leave baton public for easy access variable
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DObjectContainer.h143 DataExtractor m_data; variable
H A DObjectFile.h744 m_data; ///< The data for this object file so things can be parsed lazily. variable
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DJSON.h67 std::string m_data; variable
130 } m_data; variable
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.h64 RegionInfo m_data; variable
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DTerminal.h169 std::unique_ptr<Terminal::Data> m_data; ///< Platform-specific implementation. variable
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcessStructReader.h36 DataExtractor m_data; variable
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DIRMemoryMap.h95 DataBufferHeap m_data; member
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h170 lldb_private::DWARFDataExtractor m_data; variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h176 lldb_private::DataExtractor m_data; ///< The data for this object container variable
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dos9k.h122 unsigned char m_data[4]; /* Data storage requirement. */ member
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dos9k.h122 unsigned char m_data[4]; /* Data storage requirement. */ member
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DStringPrinter.cpp55 uint8_t m_data[MaxLength] = {0}; member in DecodedCharBuffer
/openbsd-src/usr.bin/find/
H A Dfind.h102 #define m_data p_un._m_data macro
/openbsd-src/sys/sys/
H A Dmbuf.h175 #define m_data global() macro
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp754 std::string m_data; member in CommandObjectPlatformFWrite::CommandOptions