Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DEditline.h275 void DisplayInput(int firstIndex = 0);
/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h313 size_t firstIndex; member
315 PageBlock() : firstIndex(0), count(0) {} in PageBlock()
H A DSyntheticSections.cpp769 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff; in getPageEntryOffset()
945 p.second.firstIndex = index; in build()
1033 uint64_t offset = (l.second.firstIndex + pi) * config->wordsize; in build()
1091 write(l.second.firstIndex + pi, nullptr, firstPageAddr + pi * 0x10000); in writeTo()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp424 void Editline::DisplayInput(int firstIndex) { in DisplayInput() argument
430 for (int index = firstIndex; index < line_count; index++) { in DisplayInput()