Home
last modified time | relevance | path

Searched refs:getFixedSizePortion (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCFragment.h658 StringRef getFixedSizePortion() const { return FixedSizePortion; } in getFixedSizePortion() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodeView.cpp660 StringRef FixedSizePortion = Frag.getFixedSizePortion(); in encodeDefRange()