Searched refs:GlobalOffset (Results 1 – 4 of 4) sorted by relevance
25 UInt64 GlobalOffset; member28 CSubStreamInfo(): Size(0), GlobalOffset(0), LocalPos(0) {} in CSubStreamInfo()39 s.GlobalOffset = total; in Init()
21 if (_pos < m.GlobalOffset) in Read()23 else if (_pos >= m.GlobalOffset + m.Size) in Read()36 UInt64 localPos = _pos - s.GlobalOffset; in Read()
2439 ASTReader::RecordLocation ASTReader::getLocalBitOffset(uint64_t GlobalOffset) { in getLocalBitOffset() argument2441 = GlobalBitOffsetsMap.find(GlobalOffset); in getLocalBitOffset()2444 return RecordLocation(I->second, GlobalOffset - I->second->GlobalBitOffset); in getLocalBitOffset()
1192 RecordLocation getLocalBitOffset(uint64_t GlobalOffset);