Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBSection.cpp254 SBSection::GetTargetByteSize () in GetTargetByteSize() function in SBSection
258 return section_sp->GetTargetByteSize(); in GetTargetByteSize()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBSection.h84 GetTargetByteSize ();
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDSection.h304 GetTargetByteSize() const in GetTargetByteSize() function
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDObjectFile.cpp462 section_offset *= section->GetTargetByteSize(); in ReadSectionData()