Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp105 << " ValueSize:" << static_cast<unsigned>(FF->getValueSize()) in dump()
H A DMCAssembler.cpp214 int64_t Size = NumValues * FF.getValueSize(); in computeFragmentSize()
598 unsigned VSize = FF.getValueSize(); in writeFragment()
H A DMCExpr.cpp392 Displacement += Num * FF->getValueSize(); in attemptToFoldSymbolOffsetDifference()
H A DWasmObjectWriter.cpp712 DataBytes.insert(DataBytes.end(), Fill->getValueSize() * NumValues, in addData()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h536 uint8_t getValueSize() const { return ValueSize; } in getValueSize() function