Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Object/
HDObjectFile.h254 virtual uint32_t getSymbolAlignment(DataRefImpl Symb) const;
473 return getObject()->getSymbolAlignment(getRawDataRefImpl()); in getAlignment()
HDWasm.h177 uint32_t getSymbolAlignment(DataRefImpl Symb) const override;
HDELFObjectFile.h308 uint32_t getSymbolAlignment(DataRefImpl Symb) const override;
665 uint32_t ELFObjectFile<ELFT>::getSymbolAlignment(DataRefImpl Symb) const { in getSymbolAlignment() function
HDMachO.h434 uint32_t getSymbolAlignment(DataRefImpl Symb) const override;
HDXCOFFObjectFile.h597 uint32_t getSymbolAlignment(DataRefImpl Symb) const override;
HDCOFF.h996 uint32_t getSymbolAlignment(DataRefImpl Symb) const override;
/freebsd-head/contrib/llvm-project/llvm/lib/Object/
HDObjectFile.cpp77 uint32_t ObjectFile::getSymbolAlignment(DataRefImpl DRI) const { return 0; } in getSymbolAlignment() function in ObjectFile
HDXCOFFObjectFile.cpp271 uint32_t XCOFFObjectFile::getSymbolAlignment(DataRefImpl Symb) const { in getSymbolAlignment() function in llvm::object::XCOFFObjectFile
HDCOFFObjectFile.cpp158 uint32_t COFFObjectFile::getSymbolAlignment(DataRefImpl Ref) const { in getSymbolAlignment() function in COFFObjectFile
HDWasmObjectFile.cpp1880 uint32_t WasmObjectFile::getSymbolAlignment(DataRefImpl Symb) const { in getSymbolAlignment() function in WasmObjectFile
HDMachOObjectFile.cpp1828 uint32_t MachOObjectFile::getSymbolAlignment(DataRefImpl DRI) const { in getSymbolAlignment() function in MachOObjectFile