Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DChunks.h444 explicit Baserel(uint32_t V) : Baserel(V, getDefaultType()) {} in Baserel()
445 uint8_t getDefaultType();
H A DChunks.cpp813 uint8_t Baserel::getDefaultType() { in getDefaultType() function in lld::coff::Baserel