Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DChunks.h102 void setOutputSectionIdx(uint16_t o) { osidx = o; } in setOutputSectionIdx()
103 uint16_t getOutputSectionIdx() const { return osidx; } in getOutputSectionIdx()
138 uint16_t osidx = 0; variable
DWriter.cpp88 return osidx == 0 ? nullptr : outputSections[osidx - 1]; in getOutputSection()