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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.h 26 class DIELoc;
140 DIELoc ¨
143 DIEDwarfExpression(const AsmPrinter &AP, DwarfUnit &DU, DIELoc &DIE);
DwarfUnit.h 97 std::vector<DIELoc *> DIELocs;
155 /// Returns a fresh newly allocated DIELoc.
156 DIELoc *getDIELoc() { return new (DIEValueAllocator) DIELoc; }
178 void addSInt(DIELoc &Die, Optional<dwarf::Form> Form, int64_t Integer);
194 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
201 void addOpAddress(DIELoc &Die, const MCSymbol *Label);
220 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Block);
255 bool addRegisterOpPiece(DIELoc &TheDie, unsigned Reg,
261 bool addRegisterOffset(DIELoc &TheDie, unsigned Reg, int64_t Offset)
    [all...]
DwarfCompileUnit.cpp 155 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
205 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
524 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
546 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
755 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
    [all...]
DwarfUnit.cpp 48 DIELoc &DIE)
87 DIELocs[j]->~DIELoc();
212 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form,
231 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) {
248 void DwarfUnit::addOpAddress(DIELoc &Die, const MCSymbol *Sym) {
308 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc) {
368 bool DwarfUnit::addRegisterOpPiece(DIELoc &TheDie, unsigned Reg,
376 bool DwarfUnit::addRegisterOffset(DIELoc &TheDie, unsigned Reg,
474 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
    [all...]
DIE.cpp 482 // DIELoc Implementation
487 unsigned DIELoc::ComputeSize(const AsmPrinter *AP) const {
498 void DIELoc::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const {
515 unsigned DIELoc::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const {
528 void DIELoc::print(raw_ostream &O) const {
DwarfCompileUnit.h 245 void addExpr(DIELoc &Die, dwarf::Form Form, const MCExpr *Expr);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.h 32 class DIELoc;
269 DIELoc &DIE;
277 DIEDwarfExpression(const AsmPrinter &AP, DwarfUnit &DU, DIELoc &DIE);
279 DIELoc *finalize() {
DwarfUnit.h 94 std::vector<DIELoc *> DIELocs;
144 /// Returns a fresh newly allocated DIELoc.
145 DIELoc *getDIELoc() { return new (DIEValueAllocator) DIELoc; }
167 void addSInt(DIELoc &Die, Optional<dwarf::Form> Form, int64_t Integer);
183 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
190 void addOpAddress(DIELoc &Die, const MCSymbol *Sym);
206 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc);
DwarfCompileUnit.cpp 165 DIELoc *Loc = nullptr;
191 Loc = new (DIEValueAllocator) DIELoc;
331 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
543 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
565 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
    [all...]
DIE.cpp 677 // DIELoc Implementation
682 unsigned DIELoc::ComputeSize(const AsmPrinter *AP) const {
693 void DIELoc::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const {
710 unsigned DIELoc::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const {
723 void DIELoc::print(raw_ostream &O) const {
DwarfUnit.cpp 51 DIELoc &DIE)
89 DIELocs[j]->~DIELoc();
230 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form,
268 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) {
309 void DwarfUnit::addOpAddress(DIELoc &Die, const MCSymbol *Sym) {
362 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc) {
507 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
    [all...]
DwarfCompileUnit.h 286 void addExpr(DIELoc &Die, dwarf::Form Form, const MCExpr *Expr);
  /external/llvm/include/llvm/CodeGen/
DIE.h 270 class DIELoc;
291 DIEDelta *, DIEEntry, DIEBlock *, DIELoc *,
679 /// DIELoc - Represents an expression location.
681 class DIELoc : public DIEValueList {
685 DIELoc() : Size(0) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DIE.h 332 class DIELoc;
353 DIELoc *, DIELocList>;
844 /// DIELoc - Represents an expression location.
846 class DIELoc : public DIEValueList {
850 DIELoc() = default;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DwarfLinker.h 434 /// DIELoc objects that need to be destructed (but not freed!).
435 std::vector<DIELoc *> DIELocs;
DwarfLinker.cpp 328 (*I)->~DIELoc();
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 523 milliseconds