Home
last modified time | relevance | path

Searched refs:addLabel (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h165 void addLabel(DIEValueList &Die, dwarf::Attribute Attribute, dwarf::Form Form,
168 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
H A DDwarfUnit.cpp280 void DwarfUnit::addLabel(DIEValueList &Die, dwarf::Attribute Attribute, in addLabel() function in DwarfUnit
285 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) { in addLabel() function in DwarfUnit
286 addLabel(Die, (dwarf::Attribute)0, Form, Label); in addLabel()
344 addLabel(Die, dwarf::DW_FORM_addr, Sym); in addOpAddress()
1802 addLabel(Die, Attribute, DD->getDwarfSectionOffsetForm(), Label); in addSectionLabel()
H A DDwarfCompileUnit.cpp504 addLabel(*Loc, dwarf::DW_FORM_data4, SPSym); in updateSubprogramScopeDIE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp1024 auto addLabel = [&](Fortran::parser::Label label) { in genFIR() local
1034 addLabel(label); in genFIR()
1040 addLabel(label); in genFIR()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp631 CurLexicalScope->addLabel(D); in EmitLabel()
H A DCodeGenFunction.h948 void addLabel(const LabelDecl *label) {