Home
last modified time | relevance | path

Searched refs:CurOffset (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/lli/
DRemoteMemoryManager.cpp92 uint64_t CurOffset = 0; in notifyObjectLoaded() local
107 CurOffset = (CurOffset + Align - 1) / Align * Align; in notifyObjectLoaded()
109 Offsets.push_back(std::pair<Allocation,uint64_t>(Section, CurOffset)); in notifyObjectLoaded()
110 CurOffset += Size; in notifyObjectLoaded()
114 CurOffset = (CurOffset + MaxAlign - 1) / MaxAlign * MaxAlign; in notifyObjectLoaded()
124 CurOffset = (CurOffset + Align - 1) / Align * Align; in notifyObjectLoaded()
126 Offsets.push_back(std::pair<Allocation,uint64_t>(Section, CurOffset)); in notifyObjectLoaded()
127 CurOffset += Size; in notifyObjectLoaded()
133 if (!Target->allocateSpace(CurOffset, MaxAlign, RemoteAddr)) in notifyObjectLoaded()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp40 uint32_t CurOffset = *OffsetPtr; in extract() local
42 if (CurOffset == *OffsetPtr) { in extract()
46 CurOffset = *OffsetPtr; in extract()
48 if (CurOffset == *OffsetPtr) { in extract()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp955 int CurOffset = -8 - StackAdjust; in generateCompactUnwindEncoding() local
962 if (RegOffset != CurOffset - 4) { in generateCompactUnwindEncoding()
966 << CurOffset << "\n"); in generateCompactUnwindEncoding()
970 CurOffset -= 4; in generateCompactUnwindEncoding()
1002 } else if (Offset->second != CurOffset - 8) { in generateCompactUnwindEncoding()
1007 << ", expected at " << CurOffset - 8 in generateCompactUnwindEncoding()
1011 CurOffset -= 8; in generateCompactUnwindEncoding()