| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsELFStreamer.cpp | 78 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()
|
| D | MipsELFStreamer.h | 33 SmallVector<MCSymbol*, 4> Labels; variable
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfFile.cpp | 124 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/ |
| D | DWARFLinkerCompileUnit.h | 134 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/ |
| D | TargetOptions.h | 67 Labels, // Do not use Basic Block Sections but label basic blocks. This enumerator
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| D | DWARFLinkerCompileUnit.cpp | 103 Labels.insert({LabelLowPc, PcOffset}); in addLabelLowPc()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | BasicBlockSections.cpp | 363 if (BBSectionsType == BasicBlockSection::Labels) { in runOnMachineFunction()
|
| D | CommandFlags.cpp | 465 return BasicBlockSection::Labels; in getBBSectionsMode()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGStmt.cpp | 629 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()
|
| D | CodeGenFunction.h | 895 SmallVector<const LabelDecl*, 4> Labels; 912 Labels.push_back(label); 935 if (!Labels.empty()) 940 return !Labels.empty();
|
| D | BackendUtil.cpp | 546 .Case("labels", llvm::BasicBlockSection::Labels) in initTargetOptions()
|
| /freebsd-12-stable/contrib/dtc/Documentation/ |
| D | manual.txt | 12 4.3) Labels and References 247 4.3) Labels and References 249 Labels may be applied to nodes or properties. Labels appear
|
| D | dts-format.txt | 84 * Labels may also appear before or after any component of a property
|
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/ |
| D | LTO.cpp | 99 c.Options.BBSections = BasicBlockSection::Labels; in createConfig()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| D | MIRParser.cpp | 484 if (MF.getTarget().getBBSectionsType() == BasicBlockSection::Labels) { in initializeMachineFunction() 485 MF.setBBSectionsType(BasicBlockSection::Labels); in initializeMachineFunction()
|
| /freebsd-12-stable/contrib/mandoc/ |
| D | lib.in | 51 LINE("libdisk", "Interface to Slice and Partition Labels Library (libdisk, \\-ldisk)")
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| D | llvm-objdump.cpp | 981 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/ |
| D | predicates.md | 135 /* Labels and local symbols allowed here as well. */
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | MachineFunction.h | 608 return BBSectionsType == BasicBlockSection::Labels;
|
| /freebsd-12-stable/contrib/libxo/doc/ |
| D | field-roles.rst | 177 Labels are text that appears before a value::
|
| /freebsd-12-stable/crypto/heimdal/lib/wind/ |
| D | rfc3490.txt | 267 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
|
| D | rfc3492.txt | 84 domain names. Labels containing non-ASCII characters can be
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | extend.texi | 28 * 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/ |
| D | as.texinfo | 2352 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/ |
| D | ChangeLog-2006 | 497 symbols. Add "Local Labels" heading for description of temporary
|