Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.cpp78 for (auto *L : Labels) { in createPendingLabelRelocs()
85 Labels.clear(); in createPendingLabelRelocs()
90 Labels.push_back(Symbol); in emitLabel()
96 Labels.clear(); in SwitchSection()
102 Labels.clear(); in emitValueImpl()
107 Labels.clear(); in emitIntValue()
DMipsELFStreamer.h33 SmallVector<MCSymbol*, 4> Labels; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp124 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS]; in addScopeLabel() local
125 Labels.push_back(Label); in addScopeLabel()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h134 bool hasLabelAt(uint64_t Addr) const { return Labels.count(Addr); } in hasLabelAt()
274 SmallDenseMap<uint64_t, uint64_t, 1> Labels; variable
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h67 Labels, // Do not use Basic Block Sections but label basic blocks. This enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinkerCompileUnit.cpp103 Labels.insert({LabelLowPc, PcOffset}); in addLabelLowPc()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DBasicBlockSections.cpp363 if (BBSectionsType == BasicBlockSection::Labels) { in runOnMachineFunction()
DCommandFlags.cpp465 return BasicBlockSection::Labels; in getBBSectionsMode()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp629 assert(!Labels.empty()); in rescopeLabels()
635 i = Labels.begin(), e = Labels.end(); i != e; ++i) { in rescopeLabels()
645 ParentScope->Labels.append(Labels.begin(), Labels.end()); in rescopeLabels()
DCodeGenFunction.h895 SmallVector<const LabelDecl*, 4> Labels;
912 Labels.push_back(label);
935 if (!Labels.empty())
940 return !Labels.empty();
DBackendUtil.cpp546 .Case("labels", llvm::BasicBlockSection::Labels) in initTargetOptions()
/freebsd-12-stable/contrib/dtc/Documentation/
Dmanual.txt12 4.3) Labels and References
247 4.3) Labels and References
249 Labels may be applied to nodes or properties. Labels appear
Ddts-format.txt84 * Labels may also appear before or after any component of a property
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DLTO.cpp99 c.Options.BBSections = BasicBlockSection::Labels; in createConfig()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp484 if (MF.getTarget().getBBSectionsType() == BasicBlockSection::Labels) { in initializeMachineFunction()
485 MF.setBBSectionsType(BasicBlockSection::Labels); in initializeMachineFunction()
/freebsd-12-stable/contrib/mandoc/
Dlib.in51 LINE("libdisk", "Interface to Slice and Partition Labels Library (libdisk, \\-ldisk)")
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp981 std::unordered_map<uint64_t, std::string> &Labels) { in collectLocalBranchTargets() argument
986 Labels.clear(); in collectLocalBranchTargets()
1004 !Labels.count(Target)) in collectLocalBranchTargets()
1005 Labels[Target] = ("L" + Twine(LabelCount++)).str(); in collectLocalBranchTargets()
/freebsd-12-stable/contrib/gcc/config/s390/
Dpredicates.md135 /* Labels and local symbols allowed here as well. */
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineFunction.h608 return BBSectionsType == BasicBlockSection::Labels;
/freebsd-12-stable/contrib/libxo/doc/
Dfield-roles.rst177 Labels are text that appears before a value::
/freebsd-12-stable/crypto/heimdal/lib/wind/
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
Drfc3492.txt84 domain names. Labels containing non-ASCII characters can be
/freebsd-12-stable/contrib/gcc/doc/
Dextend.texi28 * Local Labels:: Labels local to a block.
29 * Labels as Values:: Getting pointers to labels, and computed gotos.
69 * Asm Labels:: Specifying the assembler name to use for a C symbol.
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
461 function (@pxref{Local Labels}). Such a jump returns instantly to the
2796 Labels}), at present the attribute must follow the @code{asm}
[all …]
/freebsd-12-stable/contrib/binutils/gas/doc/
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-stable/contrib/binutils/gas/
DChangeLog-2006497 symbols. Add "Local Labels" heading for description of temporary

12