Home
last modified time | relevance | path

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

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