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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.h 26 class DIELoc;
124 DIELoc ¨
127 DIEDwarfExpression(const AsmPrinter &AP, DwarfUnit &DU, DIELoc &DIE);
DwarfUnit.h 104 std::vector<DIELoc *> DIELocs;
174 /// getDIELoc - Returns a fresh newly allocated DIELoc.
175 DIELoc *getDIELoc() { return new (DIEValueAllocator) DIELoc(); }
196 void addSInt(DIELoc &Die, Optional<dwarf::Form> Form, int64_t Integer);
205 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
213 void addOpAddress(DIELoc &Die, const MCSymbol *Label);
228 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Block);
264 bool addRegisterOpPiece(DIELoc &TheDie, unsigned Reg,
270 bool addRegisterOffset(DIELoc &TheDie, unsigned Reg, int64_t Offset)
    [all...]
DwarfCompileUnit.cpp 147 DIELoc *Loc = new (DIEValueAllocator) DIELoc();
185 DIELoc *Loc = new (DIEValueAllocator) DIELoc();
517 DIELoc *Loc = new (DIEValueAllocator) DIELoc();
742 DIELoc *Loc = new (DIEValueAllocator) DIELoc();
764 DIELoc *Loc = new (DIEValueAllocator) DIELoc();
    [all...]
DwarfUnit.cpp 48 DIELoc &DIE)
91 DIELocs[j]->~DIELoc();
237 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form,
287 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) {
309 void DwarfUnit::addOpAddress(DIELoc &Die, const MCSymbol *Sym) {
371 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc) {
445 bool DwarfUnit::addRegisterOpPiece(DIELoc &TheDie, unsigned Reg,
453 bool DwarfUnit::addRegisterOffset(DIELoc &TheDie, unsigned Reg,
556 DIELoc *Loc = new (DIEValueAllocator) DIELoc();
    [all...]
DIEHash.cpp 354 } else if (isa<DIELoc>(Value)) {
355 addULEB128(cast<DIELoc>(Value)->ComputeSize(AP));
356 hashBlockData(cast<DIELoc>(Value)->getValues());
DIE.cpp 443 // DIELoc Implementation
448 unsigned DIELoc::ComputeSize(const AsmPrinter *AP) const {
460 void DIELoc::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const {
478 unsigned DIELoc::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const {
491 void DIELoc::print(raw_ostream &O) const {
DwarfCompileUnit.h 215 void addExpr(DIELoc &Die, dwarf::Form Form, const MCExpr *Expr);
  /external/llvm/include/llvm/CodeGen/
DIE.h 474 /// DIELoc - Represents an expression location.
476 class DIELoc : public DIEValue, public DIE {
479 DIELoc() : DIEValue(isLoc), Size(0) {}
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 186 milliseconds