Home
last modified time | relevance | path

Searched refs:getCommonAlignment (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbol.h355 unsigned getCommonAlignment() const { in getCommonAlignment() function
369 if (CommonSize != Size || getCommonAlignment() != Align ||
DMCSymbolMachO.h118 if (unsigned Align = getCommonAlignment()) { in getEncodedFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DIRSymtab.h214 uint32_t getCommonAlignment() const { in getCommonAlignment() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h149 using irsymtab::Symbol::getCommonAlignment;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp768 std::max(CommonRes.Align, MaybeAlign(Sym.getCommonAlignment())); in addRegularLTO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp468 return Sym.getCommonAlignment(); in SymbolValue()