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

  /external/llvm/include/llvm/CodeGen/
StackMaps.h 89 LocationType LocType;
93 Location() : LocType(Unprocessed), Size(0), Reg(0), Offset(0) {}
94 Location(LocationType LocType, unsigned Size, unsigned Reg, int64_t Offset)
95 : LocType(LocType), Size(Size), Reg(Reg), Offset(Offset) {}
  /external/llvm/lib/CodeGen/
StackMaps.cpp 220 if (I->LocType == Location::Constant &&
222 I->LocType = Location::ConstantIndex;
268 assert(Locations[i].LocType == Location::Register &&
403 if (Loc.LocType == Location::Register) {
412 assert(Loc.LocType != Location::Register &&
417 switch (Loc.LocType) {
440 dbgs() << " [encoding: .byte " << Loc.LocType
446 OS.EmitIntValue(Loc.LocType, 1);
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 285 milliseconds