Searched refs:addLabel (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.h | 155 DIEValueList::value_iterator addLabel(DIEValueList &Die, 160 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
|
| H A D | DwarfUnit.cpp | 269 DIEValueList::value_iterator DwarfUnit::addLabel(DIEValueList &Die, in addLabel() function in DwarfUnit 276 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) { in addLabel() function in DwarfUnit 277 addLabel(Die, (dwarf::Attribute)0, Form, Label); in addLabel() 332 addLabel(Die, dwarf::DW_FORM_udata, Sym); in addOpAddress() 1619 return addLabel(Die, Attribute, in addSectionLabel()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 514 CurLexicalScope->addLabel(D); in EmitLabel()
|
| H A D | CodeGenFunction.h | 776 void addLabel(const LabelDecl *label) {
|