Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h309 void DisplayInput(int firstIndex = 0);
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h330 size_t firstIndex; member
332 PageBlock() : firstIndex(0), count(0) {} in PageBlock()
H A DSyntheticSections.cpp851 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff; in getPageEntryOffset()
1028 p.second.firstIndex = index; in build()
1117 uint64_t offset = (l.second.firstIndex + pi) * ctx.arg.wordsize; in build()
1176 write(l.second.firstIndex + pi, nullptr, firstPageAddr + pi * 0x10000); in writeTo()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp431 void Editline::DisplayInput(int firstIndex) { in DisplayInput() argument
436 for (int index = firstIndex; index < line_count; index++) { in DisplayInput()