Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DStackMaps.cpp43 static cl::opt<int> StackMapVersion( variable
88 if (StackMapVersion != 3) in StackMaps()
417 OS.EmitIntValue(StackMapVersion, 1); // Version. in emitStackmapHeader()