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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.h 31 class DIELoc;
407 DIELoc &OutDIE;
408 DIELoc TmpDIE;
412 DIELoc &getActiveDIE() { return IsBuffering ? TmpDIE : OutDIE; }
429 DIEDwarfExpression(const AsmPrinter &AP, DwarfCompileUnit &CU, DIELoc &DIE);
431 DIELoc *finalize() {
DwarfUnit.h 66 std::vector<DIELoc *> DIELocs;
131 /// Returns a fresh newly allocated DIELoc.
132 DIELoc *getDIELoc() { return new (DIEValueAllocator) DIELoc; }
156 void addSInt(DIELoc &Die, Optional<dwarf::Form> Form, int64_t Integer);
170 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
177 void addOpAddress(DIELoc &Die, const MCSymbol *Sym);
194 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc);
DwarfCompileUnit.cpp 202 DIELoc *Loc = nullptr;
238 Loc = new (DIEValueAllocator) DIELoc;
444 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
468 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
484 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
741 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
    [all...]
DwarfUnit.cpp 49 DwarfCompileUnit &CU, DIELoc &DIE)
105 for (DIELoc *L : DIELocs)
106 L->~DIELoc();
248 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form,
291 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) {
338 void DwarfUnit::addOpAddress(DIELoc &Die, const MCSymbol *Sym) {
395 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc) {
721 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
1028 DIELoc *Loc = new (DIEValueAllocator) DIELoc
    [all...]
DwarfCompileUnit.h 37 class DIELoc;
348 void addExpr(DIELoc &Die, dwarf::Form Form, const MCExpr *Expr);
DIE.cpp 714 // DIELoc Implementation
719 unsigned DIELoc::ComputeSize(const AsmPrinter *AP) const {
730 void DIELoc::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const {
748 unsigned DIELoc::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const {
761 void DIELoc::print(raw_ostream &O) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DIE.h 368 class DIELoc;
389 DIEDelta *, DIEEntry, DIEBlock *, DIELoc *,
920 /// DIELoc - Represents an expression location.
922 class DIELoc : public DIEValueList {
926 DIELoc() = default;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinker.h 731 /// DIELoc objects that need to be destructed (but not freed!).
732 std::vector<DIELoc *> DIELocs;
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp 415 (*I)->~DIELoc();
1009 DIELoc *Loc = nullptr;
1012 Loc = new (DIEAlloc) DIELoc;
1047 // FIXME: If DIEBlock and DIELoc just reuses the Size field of

Completed in 26 milliseconds