Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBSection.i82 GetFileByteSize ();
137 …file_size = property(GetFileByteSize, None, doc='''A read only property that returns the file size…
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp171 uint64_t SBSection::GetFileByteSize() { in GetFileByteSize() function in SBSection
172 LLDB_RECORD_METHOD_NO_ARGS(uint64_t, SBSection, GetFileByteSize); in GetFileByteSize()
315 LLDB_REGISTER_METHOD(uint64_t, SBSection, GetFileByteSize, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSection.h49 uint64_t GetFileByteSize();
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp42903 result = (uint64_t)(arg1)->GetFileByteSize(); in _wrap_SBSection_GetFileByteSize()