Searched refs:PREL31 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h320 static uint64_t PREL31(uint32_t Address, uint32_t Place) { function in class:llvm::ARM::EHABI::PrinterContext
457 uint64_t Address = PREL31(Word, EHT->sh_addr);
479 /// * The first word contains a PREL31 offset to the start of a function with
482 /// - The PREL31 offset of the start of the table entry for the function,
506 const uint64_t Offset = PREL31(Word0, IT->sh_addr);
530 uint64_t TableEntryOffset = PREL31(Word1, IT->sh_addr);

Completed in 35 milliseconds