Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h345 void serializeToStackMapSection();
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp708 void StackMaps::serializeToStackMapSection() { in serializeToStackMapSection() function in StackMaps
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3448 SM.serializeToStackMapSection(); in emitStackMaps()