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

  /external/llvm/include/llvm/CodeGen/
GCStrategy.h 63 /// PointKind - Used to indicate whether the address of the call instruction
67 enum PointKind {
141 bool needsSafePoint(GC::PointKind Kind) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
GCStrategy.h 64 /// PointKind - Used to indicate whether the address of the call instruction
68 enum PointKind {
144 bool needsSafePoint(GC::PointKind Kind) const {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
GCMetadata.h 48 /// PointKind - The type of a collector-safe point.
50 enum PointKind {
61 GC::PointKind Kind; //< The kind of the safe point.
65 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL)
127 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) {

Completed in 1700 milliseconds