Searched refs:recordStackMapOpers (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | StackMaps.cpp | 457 void StackMaps::recordStackMapOpers(const MCSymbol &MILabel, in recordStackMapOpers() function in StackMaps 529 recordStackMapOpers(L, MI, ID, std::next(MI.operands_begin(), in recordStackMap() 540 recordStackMapOpers(L, MI, ID, MOI, MI.operands_end(), in recordPatchPoint() 560 recordStackMapOpers(L, MI, opers.getID(), MI.operands_begin() + StartIdx, in recordStatepoint()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | StackMaps.h | 388 void recordStackMapOpers(const MCSymbol &L,
|