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

  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 32 DIEString getString(StringRef S) {
34 return DIEString(
67 DIEString FooStr = getString("foo");
83 DIEString SpaceStr = getString("space");
91 DIEString FooStr = getString("foo");
112 DIEString IntStr = getString("int");
121 DIEString MemberStr = getString("member");
143 DIEString IntStr = getString("int");
152 DIEString Mem1Str = getString("mem1");
162 DIEString Mem2Str = getString("mem2")
    [all...]
  /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; }
DIE.cpp 239 // DIEString Implementation
244 void DIEString::EmitValue(AsmPrinter *AP, unsigned Form) const {
251 void DIEString::print(raw_ostream &O) {
DwarfCompileUnit.cpp 70 /// addString - Add a string attribute data and value. DIEString only
74 DIEValue *Value = new (DIEValueAllocator) DIEString(String);
    [all...]
  /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/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 386 // DIEString Implementation
391 void DIEString::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const {
415 unsigned DIEString::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const {
433 void DIEString::print(raw_ostream &O) const {
DwarfUnit.cpp 221 DIEString(DU->getStringPool().getEntry(*Asm, String)));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 251 class DIEString {
255 DIEString(DwarfStringPoolEntryRef S) : S(S) {}
351 typedef AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 251 class DIEString {
255 DIEString(DwarfStringPoolEntryRef S) : S(S) {}
351 typedef AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
DIE.h 253 class DIEString {
257 DIEString(DwarfStringPoolEntryRef S) : S(S) {}
351 using ValTy = AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
DIE.h 253 class DIEString {
257 DIEString(DwarfStringPoolEntryRef S) : S(S) {}
351 using ValTy = AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
DIE.h 253 class DIEString {
257 DIEString(DwarfStringPoolEntryRef S) : S(S) {}
351 using ValTy = AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
DIE.h 253 class DIEString {
257 DIEString(DwarfStringPoolEntryRef S) : S(S) {}
351 using ValTy = AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
DIE.h 253 class DIEString {
257 DIEString(DwarfStringPoolEntryRef S) : S(S) {}
351 using ValTy = AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
DIE.h 253 class DIEString {
257 DIEString(DwarfStringPoolEntryRef S) : S(S) {}
351 using ValTy = AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
DIE.h 253 class DIEString {
257 DIEString(DwarfStringPoolEntryRef S) : S(S) {}
351 using ValTy = AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
DIE.h 253 class DIEString {
257 DIEString(DwarfStringPoolEntryRef S) : S(S) {}
351 using ValTy = AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
DIE.h 253 class DIEString {
257 DIEString(DwarfStringPoolEntryRef S) : S(S) {}
351 using ValTy = AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
DIE.h 253 class DIEString {
257 DIEString(DwarfStringPoolEntryRef S) : S(S) {}
351 using ValTy = AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
DIE.h 253 class DIEString {
257 DIEString(DwarfStringPoolEntryRef S) : S(S) {}
351 using ValTy = AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
DIE.h 253 class DIEString {
257 DIEString(DwarfStringPoolEntryRef S) : S(S) {}
351 using ValTy = AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,

Completed in 2033 milliseconds