Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DChunks.cpp76 if (Sec->isCodeView()) in checkSecRel()
326 if (FromChunk->isCodeView() || FromChunk->isDWARF() || Config->MinGW) in maybeReportRelocationToDiscarded()
H A DChunks.h188 bool isCodeView() const { in isCodeView() function
H A DInputFiles.cpp200 if (C->isCodeView()) in readSection()