Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBSectionExtensions.i27 file_size = property(GetFileByteSize, None, doc='''A read only property that returns the file size in bytes of this section as an integer.''')
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSection.h49 uint64_t GetFileByteSize();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp164 uint64_t SBSection::GetFileByteSize() { in GetFileByteSize() function in SBSection
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp49307 result = (uint64_t)(arg1)->GetFileByteSize(); in _wrap_SBSection_GetFileByteSize()