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

  /external/llvm/tools/llvm-pdbdump/
CompilandDumper.cpp 68 switch (auto LocType = Symbol.getLocationType()) {
80 Printer << "data(unexpected type=" << LocType << ")";
VariableDumper.cpp 42 switch (auto LocType = Var.getLocationType()) {
81 Printer << "unknown(" << LocType << ") ";
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 136 LocationType LocType;
140 Location() : LocType(Unprocessed), Size(0), Reg(0), Offset(0) {}
141 Location(LocationType LocType, unsigned Size, unsigned Reg, int64_t Offset)
142 : LocType(LocType), Size(Size), Reg(Reg), Offset(Offset) {}

Completed in 196 milliseconds