Home
last modified time | relevance | path

Searched refs:osidx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DCOFFLinkerContext.h55 return c->osidx == 0 ? nullptr : outputSections[c->osidx - 1]; in getOutputSection()
H A DChunks.h108 void setOutputSectionIdx(uint16_t o) { osidx = o; } in setOutputSectionIdx()
109 uint16_t getOutputSectionIdx() const { return osidx; } in getOutputSectionIdx()
151 uint16_t osidx = 0; variable