Home
last modified time | relevance | path

Searched refs:Labels (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp79 for (auto *L : Labels) { in createPendingLabelRelocs()
86 Labels.clear(); in createPendingLabelRelocs()
91 Labels.push_back(Symbol); in EmitLabel()
97 Labels.clear(); in SwitchSection()
103 Labels.clear(); in EmitValueImpl()
108 Labels.clear(); in EmitIntValue()
H A DMipsELFStreamer.h34 SmallVector<MCSymbol*, 4> Labels; variable
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp113 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS]; in addScopeLabel() local
114 Labels.push_back(Label); in addScopeLabel()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp538 assert(!Labels.empty()); in rescopeLabels()
544 i = Labels.begin(), e = Labels.end(); i != e; ++i) { in rescopeLabels()
554 ParentScope->Labels.append(Labels.begin(), Labels.end()); in rescopeLabels()
H A DCodeGenFunction.h761 SmallVector<const LabelDecl*, 4> Labels;
778 Labels.push_back(label);
801 if (!Labels.empty())
806 return !Labels.empty();
/freebsd-12.1/contrib/dtc/Documentation/
H A Dmanual.txt12 4.3) Labels and References
247 4.3) Labels and References
249 Labels may be applied to nodes or properties. Labels appear
H A Ddts-format.txt84 * Labels may also appear before or after any component of a property
/freebsd-12.1/contrib/mandoc/
H A Dlib.in51 LINE("libdisk", "Interface to Slice and Partition Labels Library (libdisk, \\-ldisk)")
/freebsd-12.1/contrib/gcc/config/s390/
H A Dpredicates.md135 /* Labels and local symbols allowed here as well. */
/freebsd-12.1/contrib/libxo/doc/
H A Dfield-roles.rst177 Labels are text that appears before a value::
H A Dlibxo.txt623 Labels are text that appears before a value.
/freebsd-12.1/crypto/heimdal/lib/wind/
H A Drfc3490.txt267 A label is an individual part of a domain name. Labels are usually
314 or not the label was already an ASCII label. Labels are defined to
800 resolver library using the ToASCII operation. Labels received from
H A Drfc3492.txt84 domain names. Labels containing non-ASCII characters can be
/freebsd-12.1/contrib/gcc/doc/
H A Dextend.texi28 * Local Labels:: Labels local to a block.
29 * Labels as Values:: Getting pointers to labels, and computed gotos.
205 @code{goto} (@pxref{Labels as Values}) yields undefined behavior.
224 @node Local Labels
225 @section Locally Declared Labels
301 @node Labels as Values
302 @section Labels as Values
2796 Labels}), at present the attribute must follow the @code{asm}
3887 @section Specifying Attributes of Labels and Statements
4545 @node Asm Labels
[all …]
H A Drtl.texi618 Labels referenced by a non-local goto will have this bit set. Stored
H A Dtm.texi6894 @subsection Output and Generation of Labels
/freebsd-12.1/contrib/binutils/gas/doc/
H A Das.texinfo2352 have whitespace between a label's symbol and its colon. @xref{Labels}.
3165 * Labels:: Labels
3172 @node Labels
3173 @section Labels
3247 @subheading Local Labels
3322 @subheading Dollar Local Labels
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-2006497 symbols. Add "Local Labels" heading for description of temporary
H A DChangeLog-00016182 (Local Labels): Delete misplaced mention of ARM.
/freebsd-12.1/share/doc/IPv6/
H A DIMPLEMENTATION153 RFC2673: Binary Labels in the Domain Name System
/freebsd-12.1/contrib/diff/
H A DChangeLog3356 * context.c (print_context_label): Labels were interchanged badly.
/freebsd-12.1/contrib/ncurses/misc/
H A Dterminfo.src11624 # ESC [ ?13 l Labels on
11922 # Set Phone Labels: \EPpstring\
15756 # . Labels
/freebsd-12.1/contrib/gcc/
H A DChangeLog-1998615 * integrate.c (get_label_from_map): Labels no longer need to be
H A DChangeLog.tree-ssa13697 (unsafe_for_reeval): Labels and BIND_EXPRs are only somewhat unsafe.