Searched refs:LocType (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 136 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/ |
D | StackMaps.cpp | 171 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/ |
D | CompilandDumper.cpp | 68 switch (auto LocType = Symbol.getLocationType()) { in dump() local 80 Printer << "data(unexpected type=" << LocType << ")"; in dump()
|
D | VariableDumper.cpp | 42 switch (auto LocType = Var.getLocationType()) { in start() local 81 Printer << "unknown(" << LocType << ") "; in start()
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 4445 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI); in RebuildDeclaratorInCurrentInstantiation() local 4446 DS.UpdateTypeRep(LocType); in RebuildDeclaratorInCurrentInstantiation()
|