Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DChunks.cpp72 if (sec->isCodeView()) in checkSecRel()
324 if (fromChunk->isCodeView() || fromChunk->isDWARF() || config->mingw) in maybeReportRelocationToDiscarded()
595 assert(isCodeView()); in consumeDebugMagic()
DChunks.h238 bool isCodeView() const { in isCodeView() function
DInputFiles.cpp279 if (c->isCodeView()) in readSection()