Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DChunks.cpp78 if (sec->isCodeView()) in checkSecRel()
330 if (fromChunk->isCodeView() || fromChunk->isDWARF() || config->mingw) in maybeReportRelocationToDiscarded()
652 assert(isCodeView()); in consumeDebugMagic()
H A DChunks.h248 bool isCodeView() const { in isCodeView() function
H A DInputFiles.cpp279 if (c->isCodeView()) in readSection()