Searched refs:RelOffset (Results 1 – 5 of 5) sorted by relevance
148 SourceLocation::IntTy RelOffset = 0; in IsPreviousCachedToken() local150 Tok.getLocation(), getLastCachedTokenLocation(), &RelOffset)) || in IsPreviousCachedToken()151 RelOffset) in IsPreviousCachedToken()
117 Constant *RelOffset = in createRelLookupTable() local119 RelLookupTableContents[Idx++] = RelOffset; in createRelLookupTable()
214 uint64_t RelOffset = RelAddr - BD->getAddress(); in reorderRelocations() local215 NewRel.Offset = BD->getOutputOffset() + RelOffset; in reorderRelocations()
2432 uint64_t RelOffset = Offset - NewAllocaBeginOffset; in getIndex() local2433 assert(RelOffset / ElementSize < UINT32_MAX && "Index out of bounds"); in getIndex()2434 uint32_t Index = RelOffset / ElementSize; in getIndex()2435 assert(Index * ElementSize == RelOffset); in getIndex()
2597 const uint64_t RelOffset = Fixup.getOffset(); in createRelocation() local2643 return Relocation({RelOffset, Symbol, RelType, Addend, 0}); in createRelocation()