Home
last modified time | relevance | path

Searched refs:Slices (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DSROA.cpp211 iterator begin() { return Slices.begin(); } in begin()
212 iterator end() { return Slices.end(); } in end()
216 const_iterator begin() const { return Slices.begin(); } in begin()
217 const_iterator end() const { return Slices.end(); } in end()
221 void erase(iterator Start, iterator Stop) { Slices.erase(Start, Stop); } in erase()
229 int OldSize = Slices.size(); in insert()
230 Slices.append(NewSlices.begin(), NewSlices.end()); in insert()
231 auto SliceI = Slices.begin() + OldSize; in insert()
232 std::sort(SliceI, Slices.end()); in insert()
233 std::inplace_merge(Slices.begin(), SliceI, Slices.end()); in insert()
[all …]
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp455 assert(FatFile.FatArchs.size() == FatFile.Slices.size()); in writeMachO()
456 for (size_t i = 0; i < FatFile.Slices.size(); i++) { in writeMachO()
458 MachOWriter Writer(FatFile.Slices[i]); in writeMachO()
/external/llvm/include/llvm/ObjectYAML/
DMachOYAML.h129 std::vector<Object> Slices; member
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp503 YAML.Slices.push_back(*YAMLObj.get()); in macho2yaml()
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp129 IO.mapRequired("Slices", UniversalBinary.Slices); in mapping()
/external/python/cpython2/Doc/whatsnew/
D2.3.rst857 Extended Slices
/external/python/cpython2/Misc/
Dcheatsheet1315 Slices:
DNEWS10686 - Request #1191699: Slices can now be pickled.
DHISTORY5169 - Slices and repetitions of buffer objects now consistently return
/external/v8/
DChangeLog28704 two-byte strings. Slices over ASCII strings have to forward ASCII