Home
last modified time | relevance | path

Searched refs:LocType (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DStackMaps.h136 LocationType LocType; member
140 Location() : LocType(Unprocessed), Size(0), Reg(0), Offset(0) {} in Location()
141 Location(LocationType LocType, unsigned Size, unsigned Reg, int64_t Offset) in Location()
142 : LocType(LocType), Size(Size), Reg(Reg), Offset(Offset) {} in Location()
/external/llvm/lib/CodeGen/
DStackMaps.cpp171 switch (Loc.LocType) { in print()
206 OS << " [encoding: .byte " << Loc.LocType << ", .byte " << Loc.Size in print()
299 if (I->LocType == Location::Constant && !isInt<32>(I->Offset)) { in recordStackMapOpers()
300 I->LocType = Location::ConstantIndex; in recordStackMapOpers()
360 assert(Locations[i].LocType == Location::Register && in recordPatchPoint()
493 OS.EmitIntValue(Loc.LocType, 1); in emitCallsiteEntries()
/external/llvm/tools/llvm-pdbdump/
DCompilandDumper.cpp68 switch (auto LocType = Symbol.getLocationType()) { in dump() local
80 Printer << "data(unexpected type=" << LocType << ")"; in dump()
DVariableDumper.cpp42 switch (auto LocType = Var.getLocationType()) { in start() local
81 Printer << "unknown(" << LocType << ") "; in start()
/external/clang/lib/Sema/
DSemaDecl.cpp4445 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI); in RebuildDeclaratorInCurrentInstantiation() local
4446 DS.UpdateTypeRep(LocType); in RebuildDeclaratorInCurrentInstantiation()