Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DChunks.cpp79 if (sec->isCodeView()) in checkSecRel()
332 if (fromChunk->isCodeView() || fromChunk->isDWARF() || config->mingw) in maybeReportRelocationToDiscarded()
654 assert(isCodeView()); in consumeDebugMagic()
H A DChunks.h247 bool isCodeView() const { in isCodeView() function
H A DInputFiles.cpp250 if (c->isCodeView()) in readSection()