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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
BytesOutputStyle.h 63 SmallVector<StreamInfo, 8> StreamPurposes;
DumpOutputStyle.h 117 SmallVector<StreamInfo, 32> StreamPurposes;
BytesOutputStyle.cpp 473 if (StreamPurposes.empty())
474 discoverStreamPurposes(File, StreamPurposes);
483 if (Spec.SI >= StreamPurposes.size()) {
488 StreamPurposes[Spec.SI].getShortName(), Spec.Begin,
DumpOutputStyle.cpp 386 if (StreamPurposes.empty())
387 discoverStreamPurposes(getPdb(), StreamPurposes);
398 StreamPurposes[StreamIdx].getLongName());

Completed in 21 milliseconds