Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h359 unsigned getCommonAlignment() const { in getCommonAlignment() function
373 if (CommonSize != Size || getCommonAlignment() != Align ||
H A DMCSymbolMachO.h118 if (unsigned Align = getCommonAlignment()) { in getEncodedFlags()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h219 uint32_t getCommonAlignment() const { in getCommonAlignment() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h149 using irsymtab::Symbol::getCommonAlignment;
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp448 << Sym.getCommonAlignment() << '\n'; in dumpSymtab()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp463 return Sym.getCommonAlignment(); in SymbolValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp821 MaybeAlign SymAlign(Sym.getCommonAlignment()); in addRegularLTO()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1737 objSym.getCommonAlignment(), objSym.getCommonSize()}); in createBitcodeSymbol()