Home
last modified time | relevance | path

Searched refs:isHotPatchable (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DChunks.h116 bool isHotPatchable() const;
764 inline bool Chunk::isHotPatchable() const { in isHotPatchable() function
H A DWriter.cpp1533 if (padding && c->isHotPatchable()) in assignAddresses()