Home
last modified time | relevance | path

Searched refs:GetFileByteSize (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/test/API/python_api/default-constructor/
H A Dsb_section.py17 obj.GetFileByteSize()
/llvm-project/lldb/bindings/interface/
H A DSBSectionExtensions.i27 …file_size = property(GetFileByteSize, None, doc='''A read only property that returns the file size…
/llvm-project/lldb/include/lldb/API/
H A DSBSection.h49 uint64_t GetFileByteSize();
/llvm-project/lldb/source/API/
H A DSBSection.cpp164 uint64_t SBSection::GetFileByteSize() { in GetFileByteSize() function in SBSection
/llvm-project/lldb/tools/lldb-dap/
H A DJSONUtils.cpp444 debug_info_size += section.GetFileByteSize(); in CreateModule()