Searched refs:IsRelocatable (Results 1 – 7 of 7) sorted by relevance
499 const bool IsRelocatable = ELF.getHeader().e_type == ELF::ET_REL; in PrintExceptionTable() local500 uint64_t Address = IsRelocatable in PrintExceptionTable()505 IsRelocatable ? std::optional<unsigned>(EHT.sh_link) : std::nullopt; in PrintExceptionTable()539 const bool IsRelocatable = ELF.getHeader().e_type == ELF::ET_REL; in PrintIndexTable() local568 IsRelocatable in PrintIndexTable()578 IsRelocatable ? std::optional<unsigned>(IT->sh_link) : std::nullopt; in PrintIndexTable()597 if (IsRelocatable) { in PrintIndexTable()611 SW.printHex(IsRelocatable ? "TableEntryOffset" : "TableEntryAddress", in PrintIndexTable()614 if (IsRelocatable) in PrintIndexTable()
7875 bool IsRelocatable = this->Obj.getHeader().e_type == ELF::ET_REL; in printBBAddrMaps() local7890 if (IsRelocatable) in printBBAddrMaps()7894 if (IsRelocatable && !RelocSec) { in printBBAddrMaps()
740 bool IsRelocatable = EF.getHeader().e_type == ELF::ET_REL; in decodeBBAddrMapImpl() local746 if (IsRelocatable && RelaSec) { in decodeBBAddrMapImpl()820 if (!IsRelocatable) in decodeBBAddrMapImpl()
928 bool IsRelocatable = EF.getHeader().e_type == ELF::ET_REL; in readBBAddrMapImpl() local958 if (IsRelocatable && !RelocSec) in readBBAddrMapImpl()
264 bool IsRelocatable = evaluateAsRelocatableImpl(Value, Asm, InSet); in evaluateAsAbsolute() local269 return IsRelocatable && Value.isAbsolute() && Value.getSpecifier() == 0; in evaluateAsAbsolute()
271 Info.IsRelocatable = [&] { in CheckCXX2CRelocatableAndReplaceable()317 return Info->IsRelocatable; in IsCXXTriviallyRelocatableType()321 return Info.IsRelocatable; in IsCXXTriviallyRelocatableType()
624 unsigned IsRelocatable; member