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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.h 26 class DIELoc;
125 DIELoc ¨
128 DIEDwarfExpression(const AsmPrinter &AP, DwarfUnit &DU, DIELoc &DIE);
DwarfUnit.h 103 std::vector<DIELoc *> DIELocs;
165 /// Returns a fresh newly allocated DIELoc.
166 DIELoc *getDIELoc() { return new (DIEValueAllocator) DIELoc; }
188 void addSInt(DIELoc &Die, Optional<dwarf::Form> Form, int64_t Integer);
204 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
211 void addOpAddress(DIELoc &Die, const MCSymbol *Label);
230 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Block);
265 bool addRegisterOpPiece(DIELoc &TheDie, unsigned Reg,
271 bool addRegisterOffset(DIELoc &TheDie, unsigned Reg, int64_t Offset)
    [all...]
DwarfCompileUnit.cpp 151 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
194 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
522 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
749 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
771 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
    [all...]
DwarfUnit.cpp 48 DIELoc &DIE)
89 DIELocs[j]->~DIELoc();
214 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form,
233 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) {
250 void DwarfUnit::addOpAddress(DIELoc &Die, const MCSymbol *Sym) {
310 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc) {
370 bool DwarfUnit::addRegisterOpPiece(DIELoc &TheDie, unsigned Reg,
377 bool DwarfUnit::addRegisterOffset(DIELoc &TheDie, unsigned Reg,
474 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
    [all...]
DIE.cpp 496 // DIELoc Implementation
501 unsigned DIELoc::ComputeSize(const AsmPrinter *AP) const {
512 void DIELoc::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const {
529 unsigned DIELoc::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const {
542 void DIELoc::print(raw_ostream &O) const {
DwarfCompileUnit.h 223 void addExpr(DIELoc &Die, dwarf::Form Form, const MCExpr *Expr);
  /external/llvm/include/llvm/CodeGen/
DIE.h 290 class DIELoc;
312 DIEBlock *, DIELoc *, DIELocList> ValTy;
698 /// DIELoc - Represents an expression location.
700 class DIELoc : public DIEValueList {
704 DIELoc() : Size(0) {}
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 355 milliseconds