Home
last modified time | relevance | path

Searched refs:FirstParamOffset (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp110 if (Part.size() < Size + SigHeader.FirstParamOffset) in initialize()
113 Parameters.Data = Part.substr(SigHeader.FirstParamOffset, Size); in initialize()
115 StringTableOffset = SigHeader.FirstParamOffset + static_cast<uint32_t>(Size); in initialize()
116 StringTable = Part.substr(SigHeader.FirstParamOffset + Size); in initialize()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h472 uint32_t FirstParamOffset; member
476 sys::swapByteOrder(FirstParamOffset); in swapBytes()