Searched defs:Range (Results 1 – 5 of 5) sorted by relevance
133 struct Range : public llvm::ilist_node<Range> struct145 typedef llvm::iplist<Range> RangeList; argument
108 Range RN 1 label
26 Layout::Range::Range() in Range() function in Layout::Range31 Layout::Range::Range(const LDSection& pHdr) in Range() function in Layout::Range
181 class Range { class183 Range(void) : _l(0), _u(0) {} in Range() function in Range184 Range(uint32_t lower, uint32_t upper) : _l(lower), _u(upper) {} in Range() function in Range