HomeSort by: relevance | last modified time | path
    Searched defs:TypeDescriptor (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_value.h 83 class TypeDescriptor {
142 /// This is a combination of a TypeDescriptor (which is emitted as constant data
147 const TypeDescriptor &Type;
168 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {}
170 const TypeDescriptor &getType() const { return Type; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 68 GlobalVariable *TypeDescriptor;
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_value.h 82 class TypeDescriptor {
144 /// This is a combination of a TypeDescriptor (which is emitted as constant data
149 const TypeDescriptor &Type;
170 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {}
172 const TypeDescriptor &getType() const { return Type; }
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_value.h 82 class TypeDescriptor {
144 /// This is a combination of a TypeDescriptor (which is emitted as constant data
149 const TypeDescriptor &Type;
170 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {}
172 const TypeDescriptor &getType() const { return Type; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 138 struct TypeDescriptor {
165 std::map<StringRef, TypeDescriptor> TDs;
270 TypeDescriptor TD;
363 outs() << COLName << "[TypeDescriptor]: " << COL.Symbols[0] << '\n';
384 outs() << BCDName << "[TypeDescriptor]: " << BCD.Symbols[0] << '\n';
395 const TypeDescriptor &TD = TDPair.second;
444 outs() << CTName << "[TypeDescriptor]: " << CT.Symbols[0] << '\n';

Completed in 25 milliseconds