Home
last modified time | relevance | path

Searched refs:setCommon (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h352 void setCommon(uint64_t Size, Align Alignment, bool Target = false) {
382 setCommon(Size, Alignment, Target);
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCXCOFFStreamer.cpp124 Symbol->setCommon(Size, ByteAlignment); in emitCommonSymbol()
H A DMCWinCOFFStreamer.cpp281 Symbol->setCommon(Size, ByteAlignment); in emitCommonSymbol()
H A DMCMachOStreamer.cpp440 Symbol->setCommon(Size, ByteAlignment); in emitCommonSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1718 void setCommon(const BlockDataT<DCData> &Other) { in setCommon() function in __anonb0928b5c2a11::DotCfgDiffNode
1916 Nodes[NodePosition[Label]].setCommon(BD); in DotCfgDiff()