Searched refs:addLabel (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.h | 184 void addLabel(DIEValueList &Die, dwarf::Attribute Attribute, dwarf::Form Form, 187 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
|
| H A D | DwarfUnit.cpp | 316 void DwarfUnit::addLabel(DIEValueList &Die, dwarf::Attribute Attribute, in addLabel() function in DwarfUnit 321 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) { in addLabel() function in DwarfUnit 322 addLabel(Die, (dwarf::Attribute)0, Form, Label); in addLabel() 380 addLabel(Die, dwarf::DW_FORM_addr, Sym); in addOpAddress() 2121 addLabel(Die, Attribute, DD->getDwarfSectionOffsetForm(), Label); in addSectionLabel()
|
| H A D | DwarfCompileUnit.cpp | 523 addLabel(*Loc, dwarf::DW_FORM_data4, Sym); in addWasmRelocBaseGlobal()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 722 CurLexicalScope->addLabel(D); in EmitLabel()
|
| H A D | CodeGenFunction.h | 1098 void addLabel(const LabelDecl *label) {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 15749 {"_ZN4llvm10DwarfDebug8addLabelEPNS_3DIEEjjPKNS_8MCSymbolE", "llvm::DwarfDebug::addLabel(llvm::DIE*…
|