Searched refs:UnitIndex (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFVerifier.h | 137 uint32_t *Offset, unsigned UnitIndex, uint8_t &UnitType,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFVerifier.cpp | 111 uint32_t *Offset, unsigned UnitIndex, in verifyUnitHeader() argument 130 UnitIndex); in verifyUnitHeader() 155 error() << format("Units[%d] - start offset: 0x%08x \n", UnitIndex, in verifyUnitHeader()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 3975 typedef std::pair<SUnit *, unsigned> UnitIndex; in checkValidNodeOrder() typedef 3976 std::vector<UnitIndex> Indices(NodeOrder.size(), std::make_pair(nullptr, 0)); in checkValidNodeOrder() 3981 auto CompareKey = [](UnitIndex i1, UnitIndex i2) { in checkValidNodeOrder()
|