Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h282 static uint16_t getNameLength(const uint8_t *Record) { in getNameLength() function
293 static uint16_t getNameLength(const uint8_t *Record) { in getNameLength() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp632 uint16_t DataSize = getNameLength(Record); in getData()
645 uint16_t Length = getNameLength(Record); in getData()