Lines Matching refs:Loc
30 for (unsigned char Loc : E.Loc) { in dump() local
31 OS << format("%2.2x ", Loc); in dump()
42 LocationList &Loc = Locations.back(); in parse() local
43 Loc.Offset = Offset; in parse()
70 E.Loc.append(str.begin(), str.end()); in parse()
71 Loc.Entries.push_back(std::move(E)); in parse()
82 LocationList &Loc = Locations.back(); in parse() local
83 Loc.Offset = Offset; in parse()
103 E.Loc.resize(str.size()); in parse()
104 std::copy(str.begin(), str.end(), E.Loc.begin()); in parse()
106 Loc.Entries.push_back(std::move(E)); in parse()
121 for (unsigned char Loc : E.Loc) in dump() local
122 OS << format("%2.2x ", Loc); in dump()