Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSymbol.h359 unsigned getCommonAlignment() const { in getCommonAlignment() function
372 if(CommonSize != Size || getCommonAlignment() != Align) in declareCommon()
H A DMCSymbolMachO.h114 if (unsigned Align = getCommonAlignment()) { in getEncodedFlags()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DIRSymtab.h211 uint32_t getCommonAlignment() const { in getCommonAlignment() function
/freebsd-12.1/contrib/llvm/include/llvm/LTO/
H A DLTO.h139 using irsymtab::Symbol::getCommonAlignment;
/freebsd-12.1/contrib/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp372 << Sym.getCommonAlignment() << '\n'; in dumpSymtab()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputFiles.cpp1165 ObjSym.getCommonAlignment(), Binding, Visibility, in createBitcodeSymbol()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTO.cpp720 CommonRes.Align = std::max(CommonRes.Align, Sym.getCommonAlignment()); in addRegularLTO()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp467 return Sym.getCommonAlignment(); in SymbolValue()