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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFVerifier.h 134 /// \param UnitIndex The index of the unit to be verified
141 uint64_t *Offset, unsigned UnitIndex, uint8_t &UnitType,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFVerifier.cpp 103 uint64_t *Offset, unsigned UnitIndex,
142 error() << format("Units[%d] - start offset: 0x%08" PRIx64 " \n", UnitIndex,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachinePipeliner.cpp 2748 typedef std::pair<SUnit *, unsigned> UnitIndex;
2749 std::vector<UnitIndex> Indices(NodeOrder.size(), std::make_pair(nullptr, 0));
2754 auto CompareKey = [](UnitIndex i1, UnitIndex i2) {

Completed in 21 milliseconds