Searched refs:GlobalOffset (Results 1 – 4 of 4) sorted by relevance
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()
23 UInt64 GlobalOffset; member34 s.GlobalOffset = total; in Init()
2361 ASTReader::RecordLocation ASTReader::getLocalBitOffset(uint64_t GlobalOffset) { in getLocalBitOffset() argument2363 = GlobalBitOffsetsMap.find(GlobalOffset); in getLocalBitOffset()2366 return RecordLocation(I->second, GlobalOffset - I->second->GlobalBitOffset); in getLocalBitOffset()
1204 RecordLocation getLocalBitOffset(uint64_t GlobalOffset);