Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h203 virtual uint32_t getSymbolAlignment(DataRefImpl Symb) const;
324 return getObject()->getSymbolAlignment(getRawDataRefImpl()); in getAlignment()
DELFObjectFile.h212 uint32_t getSymbolAlignment(DataRefImpl Symb) const override;
428 uint32_t ELFObjectFile<ELFT>::getSymbolAlignment(DataRefImpl Symb) const { in getSymbolAlignment() function
DMachO.h209 uint32_t getSymbolAlignment(DataRefImpl Symb) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h215 virtual uint32_t getSymbolAlignment(DataRefImpl Symb) const;
358 return getObject()->getSymbolAlignment(getRawDataRefImpl()); in getAlignment()
DWasm.h156 uint32_t getSymbolAlignment(DataRefImpl Symb) const override;
DELFObjectFile.h237 uint32_t getSymbolAlignment(DataRefImpl Symb) const override;
504 uint32_t ELFObjectFile<ELFT>::getSymbolAlignment(DataRefImpl Symb) const { in getSymbolAlignment() function
DMachO.h290 uint32_t getSymbolAlignment(DataRefImpl Symb) const override;
DCOFF.h891 uint32_t getSymbolAlignment(DataRefImpl Symb) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DObjectFile.cpp69 uint32_t ObjectFile::getSymbolAlignment(DataRefImpl DRI) const { return 0; } in getSymbolAlignment() function in ObjectFile
DWasmObjectFile.cpp1076 uint32_t WasmObjectFile::getSymbolAlignment(DataRefImpl Symb) const { in getSymbolAlignment() function in WasmObjectFile
DCOFFObjectFile.cpp162 uint32_t COFFObjectFile::getSymbolAlignment(DataRefImpl Ref) const { in getSymbolAlignment() function in COFFObjectFile
DMachOObjectFile.cpp1762 uint32_t MachOObjectFile::getSymbolAlignment(DataRefImpl DRI) const { in getSymbolAlignment() function in MachOObjectFile
/external/llvm/lib/Object/
DObjectFile.cpp59 uint32_t ObjectFile::getSymbolAlignment(DataRefImpl DRI) const { return 0; } in getSymbolAlignment() function in ObjectFile
DMachOObjectFile.cpp499 uint32_t MachOObjectFile::getSymbolAlignment(DataRefImpl DRI) const { in getSymbolAlignment() function in MachOObjectFile