Searched refs:AddrType (Results 1 – 4 of 4) sorted by relevance
67 AddressType AddrType : 4; // The field of Target to use variable91 Result.AddrType = isGV;111 Result.AddrType = isIndirectSym;128 Result.AddrType = isBB;148 Result.AddrType = isExtSym;167 Result.AddrType = isConstPool;186 Result.AddrType = isJumpTable;223 return AddrType == isGV; in isGlobalValue()229 return AddrType == isIndirectSym; in isIndirectSymbol()235 return AddrType == isBB; in isBasicBlock()[all …]
477 template<typename AddrType>478 bool get_range(Elf_Word offset, AddrType* low, AddrType* high) { in get_range()479 const AddrType* ptr = INC_CPTR_T(AddrType, debug_ranges_.data(), offset); in get_range()480 assert(debug_ranges_.is_contained(ptr, sizeof(AddrType) * 2)); in get_range()481 if (!debug_ranges_.is_contained(ptr, sizeof(AddrType) * 2)) { in get_range()
127 template <typename AddrType>137 AddrType low; in contains_address()138 AddrType high; in contains_address()145 range_off += sizeof(AddrType) * 2; in contains_address()
107 template <typename AddrType>