Searched refs:ContentStart (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp280 const uint8_t * ContentStart = base() + OffsetToRaw; local
282 if (checkOffset(Data, uintptr_t(ContentStart), SectionSize))
285 return makeArrayRef(ContentStart,SectionSize);

Completed in 102 milliseconds