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.cpp129 Symbol->setCommon(Size, ByteAlignment); in emitCommonSymbol()
H A DMCWinCOFFStreamer.cpp368 Symbol->setCommon(Size, ByteAlignment); in emitCommonSymbol()
H A DMCMachOStreamer.cpp380 Symbol->setCommon(Size, ByteAlignment); in emitCommonSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1808 void setCommon(const BlockDataT<DCData> &Other) { in setCommon() function in __anon94a753662a11::DotCfgDiffNode
2004 Nodes[It->second].setCommon(BD); in DotCfgDiff()