HomeSort by relevance Sort by last modified time
    Searched defs:StackMaps (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
StackMaps.h 1 //===------------------- StackMaps.h - StackMaps ----------------*- C++ -*-===//
84 class StackMaps {
119 StackMaps(AsmPrinter &AP);
  /external/llvm/lib/CodeGen/
StackMaps.cpp 1 //===---------------------------- StackMaps.cpp ---------------------------===//
10 #include "llvm/CodeGen/StackMaps.h"
31 #define DEBUG_TYPE "stackmaps"
36 const char *StackMaps::WSMP = "Stack Maps: ";
73 StackMaps::StackMaps(AsmPrinter &AP) : AP(AP) {
79 StackMaps::parseOperand(MachineInstr::const_mop_iterator MOI,
85 case StackMaps::DirectMemRefOp: {
91 Locs.push_back(Location(StackMaps::Location::Direct, Size, Reg, Imm));
94 case StackMaps::IndirectMemRefOp:
    [all...]

Completed in 65 milliseconds