Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h364 MaybeAlign getCommonAlignment() const { in getCommonAlignment() function
378 if (CommonSize != Size || getCommonAlignment() != Alignment ||
H A DMCSymbolMachO.h134 if (MaybeAlign MaybeAlignment = getCommonAlignment()) { in getEncodedFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h219 uint32_t getCommonAlignment() const { in getCommonAlignment() function
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h156 using irsymtab::Symbol::getCommonAlignment;
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp523 << Sym.getCommonAlignment() << '\n'; in dumpSymtab()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp334 return Sym.getCommonAlignment()->value(); in symbolValue()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp939 if (uint32_t SymAlignValue = Sym.getCommonAlignment()) { in addRegularLTO()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1763 objSym.getCommonAlignment(), in createBitcodeSymbol()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp2262 objSym.getCommonAlignment(), isPrivateExtern); in createBitcodeSymbol()