Home
last modified time | relevance | path

Searched refs:SecSize (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp203 uint64_t SecSize = Sec.getSize(); in dumpCXXData() local
213 collectRelocationOffsets(Obj, Sec, SecAddress, SecAddress, SecSize, in dumpCXXData()
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp205 uint64_t SecSize = Sec.getSize(); in dumpCXXData() local
215 collectRelocationOffsets(Obj, Sec, SecAddress, SecAddress, SecSize, in dumpCXXData()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp560 uint64_t SecSize = Section.Size ? Section.Size : 1; in sectionWithinSegment() local
562 Segment.Offset + Segment.FileSize >= Section.OriginalOffset + SecSize; in sectionWithinSegment()