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

  /external/llvm/include/llvm/CodeGen/
DIE.h 248 class DIETypeSignature {
251 DIETypeSignature() = delete;
254 explicit DIETypeSignature(const DwarfTypeUnit &Unit) : Unit(&Unit) {}
311 DIEDelta *, DIEEntry, DIETypeSignature,
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 482 // DIETypeSignature Implementation
484 void DIETypeSignature::EmitValue(const AsmPrinter *Asm,
491 void DIETypeSignature::print(raw_ostream &O) const {
DwarfUnit.cpp 279 dwarf::DW_FORM_ref_sig8, DIETypeSignature(Type));
    [all...]

Completed in 88 milliseconds