Home
last modified time | relevance | path

Searched defs:SegmentLoadSize (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/Object/
H A DMachOObjectFile.cpp81 unsigned SegmentLoadSize = Is64 ? sizeof(MachO::segment_command_64) : in getSectionPtr() local
227 const unsigned SegmentLoadSize = sizeof(SegmentCmd); in parseSegmentLoadCommand() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp99 unsigned SegmentLoadSize = Is64 ? sizeof(MachO::segment_command_64) : in getSectionPtr() local
282 const unsigned SegmentLoadSize = sizeof(Segment); in parseSegmentLoadCommand() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DMachOObjectFile.cpp102 unsigned SegmentLoadSize = Is64 ? sizeof(MachO::segment_command_64) : in getSectionPtr() local
285 const unsigned SegmentLoadSize = sizeof(Segment); in parseSegmentLoadCommand() local