Home
last modified time | relevance | path

Searched defs:getBinary (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h236 template <typename T> T* OwningBinary<T>::getBinary() { in getBinary() function
240 template <typename T> const T* OwningBinary<T>::getBinary() const { in getBinary() function
H A DMachOUniversalWriter.h66 const Binary *getBinary() const { return B; } in getBinary() function
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h127 MemoryBufferRef getBinary() const { in getBinary() function