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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 167 void addLabel(DIEValueList &Die, dwarf::Attribute Attribute, dwarf::Form Form,
170 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
DwarfUnit.cpp 286 void DwarfUnit::addLabel(DIEValueList &Die, dwarf::Attribute Attribute,
291 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) {
292 addLabel(Die, (dwarf::Attribute)0, Form, Label);
350 addLabel(Die, dwarf::DW_FORM_addr, Sym);
1752 addLabel(Die, Attribute, DD->getDwarfSectionOffsetForm(), Label);
DwarfCompileUnit.cpp 472 addLabel(*Loc, dwarf::DW_FORM_data4, SPSym);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 593 CurLexicalScope->addLabel(D);
CodeGenFunction.h 910 void addLabel(const LabelDecl *label) {

Completed in 69 milliseconds