Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h352 void serializeToStackMapSection();
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp722 void StackMaps::serializeToStackMapSection() { in serializeToStackMapSection() function in StackMaps
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4168 SM.serializeToStackMapSection(); in emitXRayTable()