Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h316 MCSection *getStackMapSection() const { return StackMapSection; } in getStackMapSection() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DStackMaps.cpp564 OutContext.getObjectFileInfo()->getStackMapSection(); in serializeToStackMapSection()