Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSymbol.h362 MaybeAlign getCommonAlignment() const { in getCommonAlignment() function
376 if (CommonSize != Size || getCommonAlignment() != Alignment ||
H A DMCSymbolMachO.h118 if (MaybeAlign MaybeAlignment = getCommonAlignment()) { in getEncodedFlags()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DIRSymtab.h219 uint32_t getCommonAlignment() const { in getCommonAlignment() function
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DLTO.h150 using irsymtab::Symbol::getCommonAlignment;
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp488 << Sym.getCommonAlignment() << '\n'; in dumpSymtab()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DELFObjectWriter.cpp457 return Sym.getCommonAlignment()->value(); in SymbolValue()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp841 if (uint32_t SymAlignValue = Sym.getCommonAlignment()) { in addRegularLTO()
/openbsd-src/gnu/llvm/lld/ELF/
H A DInputFiles.cpp1672 objSym.getCommonAlignment(), in createBitcodeSymbol()
/openbsd-src/gnu/llvm/lld/MachO/
H A DInputFiles.cpp2202 objSym.getCommonAlignment(), isPrivateExtern); in createBitcodeSymbol()