Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Object/
HDObjectFile.cpp56 uint32_t ObjectFile::getSymbolAlignment(DataRefImpl DRI) const { return 0; } in getSymbolAlignment() function in ObjectFile
HDMachOObjectFile.cpp379 uint32_t MachOObjectFile::getSymbolAlignment(DataRefImpl DRI) const { in getSymbolAlignment() function in MachOObjectFile
/NextBSD/contrib/llvm/include/llvm/Object/
HDELFObjectFile.h415 uint32_t ELFObjectFile<ELFT>::getSymbolAlignment(DataRefImpl Symb) const { in getSymbolAlignment() function