Home
last modified time | relevance | path

Searched refs:isCodeView (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lld/COFF/
H A DChunks.cpp79 if (sec->isCodeView()) in checkSecRel()
364 if (fromChunk->isCodeView() || fromChunk->isDWARF() || isMinGW) in maybeReportRelocationToDiscarded()
690 assert(isCodeView()); in consumeDebugMagic()
H A DChunks.h263 bool isCodeView() const { in isCodeView() function
H A DInputFiles.cpp251 if (c->isCodeView()) in readSection()