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

  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 417 // DIETypeSignature Implementation
419 void DIETypeSignature::EmitValue(AsmPrinter *Asm, dwarf::Form Form) const {
425 void DIETypeSignature::print(raw_ostream &O) const {
429 void DIETypeSignature::dump() const { print(dbgs()); }
DIE.h 446 class DIETypeSignature : public DIEValue {
450 explicit DIETypeSignature(const DwarfTypeUnit &Unit)
DwarfUnit.cpp 372 new (DIEValueAllocator) DIETypeSignature(Type));
    [all...]

Completed in 636 milliseconds