Searched refs:GlobalOffset (Results 1 – 9 of 9) 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()
791 int64_t GlobalOffset = MR.getConstantVal(); in EmitRelocations() local797 Addend = PrivateSyms[SymIdx]->Value + GlobalOffset; in EmitRelocations()800 Addend = TEW->getDefaultAddendForRelTy(RelType, GlobalOffset); in EmitRelocations()
389 GlobalOffset = 33,
417 GlobalOffset = 33,
384 GlobalOffset = 33,
412 GlobalOffset = 33,
2531 ASTReader::RecordLocation ASTReader::getLocalBitOffset(uint64_t GlobalOffset) { in getLocalBitOffset() argument2533 = GlobalBitOffsetsMap.find(GlobalOffset); in getLocalBitOffset()2536 return RecordLocation(I->second, GlobalOffset - I->second->GlobalBitOffset); in getLocalBitOffset()
1194 RecordLocation getLocalBitOffset(uint64_t GlobalOffset);