HomeSort by: relevance | last modified time | path
    Searched refs:DIEEntry (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DIE.h 314 class DIEEntry {
318 DIEEntry() = delete;
319 explicit DIEEntry(DIE &E) : Entry(&E) {}
389 DIEDelta *, DIEEntry, DIEBlock *, DIELoc *,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 644 // DIEEntry Implementation
649 void DIEEntry::emitValue(const AsmPrinter *AP, dwarf::Form Form) const {
680 unsigned DIEEntry::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const {
709 void DIEEntry::print(raw_ostream &O) const {
DwarfUnit.h 188 void addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIEEntry Entry);
DwarfUnit.cpp 360 addDIEEntry(Die, Attribute, DIEEntry(Entry));
375 DIEEntry Entry) {
649 addDIEEntry(Entity, Attribute, DIEEntry(*getOrCreateTypeDIE(Ty)));
1639 dwarf::DW_FORM_ref4, DIEEntry(*PDie));
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp 910 // We cannot currently rely on a DIEEntry to emit ref_addr
913 // FIXME: we should be able to design DIEEntry reliance on
935 dwarf::Form(AttrSpec.Form), DIEEntry(*NewRefDie));

Completed in 70 milliseconds