Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSymbol.h359 unsigned getCommonAlignment() const { in getCommonAlignment() function
372 if(CommonSize != Size || getCommonAlignment() != Align) in declareCommon()
DMCSymbolMachO.h114 if (unsigned Align = getCommonAlignment()) { in getEncodedFlags()
/external/llvm/include/llvm/MC/
DMCSymbol.h352 unsigned getCommonAlignment() const { in getCommonAlignment() function
365 if(CommonSize != Size || getCommonAlignment() != Align) in declareCommon()
DMCSymbolMachO.h114 if (unsigned Align = getCommonAlignment()) { in getEncodedFlags()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DIRSymtab.h211 uint32_t getCommonAlignment() const { in getCommonAlignment() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DLTO.h126 using irsymtab::Symbol::getCommonAlignment;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/
Dllvm-lto2.cpp371 << Sym.getCommonAlignment() << '\n'; in dumpSymtab()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAssembler.h607 unsigned getCommonAlignment() const { in getCommonAlignment() function
/external/swiftshader/third_party/LLVM/lib/MC/
DMachObjectWriter.cpp328 if (unsigned Align = Data.getCommonAlignment()) { in WriteNlist()
DMCAssembler.cpp952 << " align: " << getCommonAlignment() << ")"; in dump()
DELFObjectWriter.cpp176 return Data.getCommonAlignment(); in SymbolValue()
/external/llvm/lib/MC/
DELFObjectWriter.cpp359 return Sym.getCommonAlignment(); in SymbolValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DELFObjectWriter.cpp466 return Sym.getCommonAlignment(); in SymbolValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp682 CommonRes.Align = std::max(CommonRes.Align, Sym.getCommonAlignment()); in addRegularLTO()