HomeSort by: relevance | last modified time | path
    Searched refs:Maps (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/benchmarks/
map.bench.cpp 52 std::vector<std::map<uint64_t, int64_t> > Maps;
77 auto& map = R.Maps.emplace_back();
115 auto& Map = Data.Maps.front();
136 auto& Map = Data.Maps.front();
157 while (State.KeepRunningBatch(MapSize * Data.Maps.size())) {
158 for (auto& Map : Data.Maps) {
180 auto& Map = Data.Maps.front();
199 auto& Map = Data.Maps.front();
222 while (State.KeepRunningBatch(MapSize * Data.Maps.size())) {
223 for (auto& Map : Data.Maps) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
Speculation.h 49 auto Position = Maps.find(StubSymbol);
50 if (Position != Maps.end())
57 ImapTy Maps;
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MsgPackDocument.h 273 // Maps, arrays and strings used by nodes in the document. No attempt is made
275 std::vector<std::unique_ptr<DocNode::MapTy>> Maps;
374 Maps.push_back(std::unique_ptr<DocNode::MapTy>(new DocNode::MapTy));
375 N.Map = Maps.back().get();
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
Speculation.cpp 29 auto It = Maps.insert({I.first, {I.second.Aliasee, SrcJD}});
  /src/external/bsd/jemalloc/dist/bin/
jeprof.in 169 Maps addresses to symbol names. In this mode, stdin should be a
171 and cpu-profile files (this loosely matches that of /proc/self/maps
680 PrintSymbols(*STDIN); # Get /proc/maps and symbols output from stdin
722 # TODO(csilvers): $libs uses the /proc/self/maps data from profile1,
1396 # The input file should contain lines of the form /proc/maps-like
1399 # /proc/maps output, and for all the hex addresses, we will output
2568 # maps fullnames to modified shortnames in such cases. If a fullname
2733 # Alternate pretty-printed form: 0 maps to "."
2743 # Alternate pretty-printed form: 0 maps to ""
3214 # Merges symbol maps
    [all...]
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 169 Maps addresses to symbol names. In this mode, stdin should be a
171 and cpu-profile files (this loosely matches that of /proc/self/maps
665 PrintSymbols(*STDIN); # Get /proc/maps and symbols output from stdin
707 # TODO(csilvers): $libs uses the /proc/self/maps data from profile1,
1381 # The input file should contain lines of the form /proc/maps-like
1384 # /proc/maps output, and for all the hex addresses, we will output
2553 # maps fullnames to modified shortnames in such cases. If a fullname
2718 # Alternate pretty-printed form: 0 maps to "."
2728 # Alternate pretty-printed form: 0 maps to ""
3153 # Merges symbol maps
    [all...]

Completed in 34 milliseconds