Home
last modified time | relevance | path

Searched refs:ValueOffset (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DOffloadBinary.h126 uint64_t ValueOffset; member
138 StringData[Key] = &Buffer[StringMapBegin[I].ValueOffset]; in OffloadBinary()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp2032 auto ValueOffset = static_cast<uint64_t>(Address - Section->getAddress()); in getUnsignedValueAtAddress() local
2033 return DE.getUnsigned(&ValueOffset, Size); in getUnsignedValueAtAddress()
2047 auto ValueOffset = static_cast<uint64_t>(Address - Section->getAddress()); in getSignedValueAtAddress() local
2048 return DE.getSigned(&ValueOffset, Size); in getSignedValueAtAddress()