Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBSection.i82 GetFileByteSize ();
140 …file_size = property(GetFileByteSize, None, doc='''A read only property that returns the file size…
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBSection.h49 uint64_t GetFileByteSize();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBSection.cpp164 uint64_t SBSection::GetFileByteSize() { in GetFileByteSize() function in SBSection
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp361 debug_info_size += section.GetFileByteSize(); in GetDebugInfoSizeInSection()