Home
last modified time | relevance | path

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

/freebsd-14.2/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…
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSection.h49 uint64_t GetFileByteSize();
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp164 uint64_t SBSection::GetFileByteSize() { in GetFileByteSize() function in SBSection
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp46954 result = (uint64_t)(arg1)->GetFileByteSize(); in _wrap_SBSection_GetFileByteSize()