Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDLiveIntervalUnion.h77 SlotIndex startIndex() const { return Segments.start(); } in startIndex() function
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.h317 size_t startIndex = 0; member
HDSyntheticSections.cpp971 got.startIndex = &got == primGot ? 0 : index; in build()
1094 return getVA() + gots[f->mipsGotIndex].startIndex * config->wordsize + 0x7ff0; in getGp()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDSTLExtras.h1378 indexed_accessor_range(BaseT base, ptrdiff_t startIndex, ptrdiff_t count)
1381 std::make_pair(base, startIndex), count) {}