Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.h190 virtual bool verifyRanges() { return true; }; in verifyRanges() function
633 bool verifyRanges() override;
H A DChunks.cpp1168 bool ImportThunkChunkARM64EC::verifyRanges() { in verifyRanges() function in lld::coff::ImportThunkChunkARM64EC
1176 if (extended || verifyRanges()) in extendRanges()
H A DWriter.cpp230 bool verifyRanges(const std::vector<Chunk *> chunks);
627 bool Writer::verifyRanges(const std::vector<Chunk *> chunks) { in verifyRanges() function in Writer
631 if (!cast<NonSectionChunk>(c)->verifyRanges()) in verifyRanges()
679 if (!verifyRanges(sec->chunks)) { in finalizeAddresses()