Home
last modified time | relevance | path

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

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