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

  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 49 DIEString FooStr(&One, "foo");
65 DIEString SpaceStr(&One, "space");
72 DIEString FooStr(&One, "foo");
93 DIEString IntStr(&Four, "int");
102 DIEString MemberStr(&Four, "member");
124 DIEString IntStr(&Four, "int");
133 DIEString Mem1Str(&Four, "mem1");
143 DIEString Mem2Str(&Four, "mem2");
161 DIEString FooStr(&One, "foo");
165 DIEString MemStr(&One, "mem")
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 42 assert(isa<DIEString>(V) && "String requested. Not a string.");
43 DIEString *S = cast<DIEString>(V);
343 addString(cast<DIEString>(Value)->getString());
DIE.cpp 347 // DIEString Implementation
352 void DIEString::EmitValue(AsmPrinter *AP, dwarf::Form Form) const {
358 unsigned DIEString::SizeOf(AsmPrinter *AP, dwarf::Form Form) const {
363 void DIEString::print(raw_ostream &O) const {
DIE.h 380 /// DIEString - A container for string values.
382 class DIEString : public DIEValue {
387 DIEString(const DIEValue *Acc, const StringRef S)
DwarfUnit.cpp 215 DIEValue *Str = new (DIEValueAllocator) DIEString(Value, String);
231 DIEValue *Str = new (DIEValueAllocator) DIEString(Value, String);
    [all...]

Completed in 954 milliseconds