Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/MC/
H A DMCXCOFFStreamer.cpp127 Symbol->setCommon(Size, ByteAlignment); in emitCommonSymbol()
H A DMCWinCOFFStreamer.cpp297 Symbol->setCommon(Size, ByteAlignment); in emitCommonSymbol()
H A DMCMachOStreamer.cpp402 Symbol->setCommon(Size, ByteAlignment); in emitCommonSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1811 void setCommon(const BlockDataT<DCData> &Other) { in setCommon() function in __anon94a753662a11::DotCfgDiffNode
2008 Nodes[NodePosition[Label]].setCommon(BD); in DotCfgDiff()