Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp222 bool isInRange(uint16_t relType, uint64_t s, uint64_t p, int margin);
394 bool Writer::isInRange(uint16_t relType, uint64_t s, uint64_t p, int margin) { in isInRange() argument
397 switch (relType) { in isInRange()
408 switch (relType) { in isInRange()