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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.h 279 /// DIEString - A string value DIE. This DIE keeps string reference only.
281 class DIEString : public DIEValue {
284 explicit DIEString(const StringRef S) : DIEValue(isString), Str(S) {}
297 static bool classof(const DIEString *) { return true; }
  /external/llvm/include/llvm/CodeGen/
DIE.h 201 /// DIEString - A container for string values.
203 class DIEString {
207 DIEString(DwarfStringPoolEntryRef S) : S(S) {}
290 typedef AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DIE.h 253 class DIEString {
257 DIEString(DwarfStringPoolEntryRef S) : S(S) {}
351 using ValTy = AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,

Completed in 88 milliseconds