Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h341 MCSection *getStackMapSection() const { return StackMapSection; } in getStackMapSection() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp159 Section == getContext().getObjectFileInfo()->getStackMapSection()) in changeSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp723 OutContext.getObjectFileInfo()->getStackMapSection(); in serializeToStackMapSection()