OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StackMaps
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
StackMaps.h
1
//===-------------------
StackMaps
.h -
StackMaps
----------------*- C++ -*-===//
90
/// [call arguments], <
StackMaps
::ConstantOp>, <calling convention>,
91
/// <
StackMaps
::ConstantOp>, <statepoint flags>,
92
/// <
StackMaps
::ConstantOp>, <num other args>, [other args],
130
class
StackMaps
{
166
StackMaps
(AsmPrinter &AP);
/external/llvm/lib/CodeGen/
StackMaps.cpp
1
//===----------------------------
StackMaps
.cpp ---------------------------===//
10
#include "llvm/CodeGen/
StackMaps
.h"
30
#define DEBUG_TYPE "
stackmaps
"
36
const char *
StackMaps
::WSMP = "Stack Maps: ";
72
StackMaps
::
StackMaps
(AsmPrinter &AP) : AP(AP) {
88
StackMaps
::parseOperand(MachineInstr::const_mop_iterator MOI,
96
case
StackMaps
::DirectMemRefOp: {
104
Locs.emplace_back(
StackMaps
::Location::Direct, Size,
108
case
StackMaps
::IndirectMemRefOp:
[
all
...]
Completed in 113 milliseconds