Searched refs:startIndex (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h77 SlotIndex startIndex() const { return Segments.start(); } function in class:llvm::LiveIntervalUnion
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h312 size_t startIndex = 0; member in struct:lld::elf::final::FileGot
H A DSyntheticSections.cpp944 got.startIndex = &got == primGot ? 0 : index;
1067 return getVA() + gots[f->mipsGotIndex].startIndex * config->wordsize + 0x7ff0;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h1387 indexed_accessor_range(BaseT base, ptrdiff_t startIndex, ptrdiff_t count) argument
1390 std::make_pair(base, startIndex), count) {}

Completed in 85 milliseconds