Home
last modified time | relevance | path

Searched refs:AddrType (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineRelocation.h67 AddressType AddrType : 4; // The field of Target to use variable
91 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 …]
/external/qemu/elff/
Delf_file.h477 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()
Ddwarf_die.cc127 template <typename AddrType>
137 AddrType low; in contains_address()
138 AddrType high; in contains_address()
145 range_off += sizeof(AddrType) * 2; in contains_address()
Ddwarf_die.h107 template <typename AddrType>