Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObjectFile.cpp74 uint32_t ObjectFile::getSymbolAlignment(DataRefImpl DRI) const { return 0; } in getSymbolAlignment() function in ObjectFile
DCOFFObjectFile.cpp161 uint32_t COFFObjectFile::getSymbolAlignment(DataRefImpl Ref) const { in getSymbolAlignment() function in COFFObjectFile
DWasmObjectFile.cpp1330 uint32_t WasmObjectFile::getSymbolAlignment(DataRefImpl Symb) const { in getSymbolAlignment() function in WasmObjectFile
DMachOObjectFile.cpp1806 uint32_t MachOObjectFile::getSymbolAlignment(DataRefImpl DRI) const { in getSymbolAlignment() function in MachOObjectFile
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h248 virtual uint32_t getSymbolAlignment(DataRefImpl Symb) const;
390 return getObject()->getSymbolAlignment(getRawDataRefImpl()); in getAlignment()
DWasm.h167 uint32_t getSymbolAlignment(DataRefImpl Symb) const override;
DELFObjectFile.h262 uint32_t getSymbolAlignment(DataRefImpl Symb) const override;
544 uint32_t ELFObjectFile<ELFT>::getSymbolAlignment(DataRefImpl Symb) const { in getSymbolAlignment() function
DMachO.h287 uint32_t getSymbolAlignment(DataRefImpl Symb) const override;
DCOFF.h896 uint32_t getSymbolAlignment(DataRefImpl Symb) const override;