Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DStackMaps.h283 void serializeToStackMapSection();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackMaps.cpp548 void StackMaps::serializeToStackMapSection() { in serializeToStackMapSection() function in StackMaps
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp3131 SM.serializeToStackMapSection(); in emitStackMaps()