Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A 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()
H A DMipsELFStreamer.h33 SmallVector<MCSymbol*, 4> Labels; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp124 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS]; in addScopeLabel() local
125 Labels.push_back(Label); in addScopeLabel()
/netbsd-src/usr.sbin/sysinst/arch/acorn32/
H A Dmsg.md.de58 eines Labels nicht m�glich.
63 Labels nicht m�glich.
/netbsd-src/usr.sbin/sysinst/arch/evbarm/
H A Dmsg.md.de59 eines Labels nicht m�glich.
64 Labels nicht m�glich.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h134 bool hasLabelAt(uint64_t Addr) const { return Labels.count(Addr); } in hasLabelAt()
274 SmallDenseMap<uint64_t, uint64_t, 1> Labels; variable
/netbsd-src/usr.sbin/sysinst/arch/shark/
H A Dmsg.md.de61 eines Labels nicht m�glich.
66 Labels nicht m�glich.
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-z80.texi128 * Z80-Labels:: Labels
188 @node Z80-Labels
189 @subsection Labels
193 Labels started by @code{.L} acts as local labels. You may specify custom local
H A Dc-kvx.texi13 Labels followed by `::' are extern symbols.
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-z80.texi128 * Z80-Labels:: Labels
188 @node Z80-Labels
189 @subsection Labels
193 Labels started by @code{.L} acts as local labels. You may specify custom local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h67 Labels, // Do not use Basic Block Sections but label basic blocks. This enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp103 Labels.insert({LabelLowPc, PcOffset}); in addLabelLowPc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp626 assert(!Labels.empty()); in rescopeLabels()
632 i = Labels.begin(), e = Labels.end(); i != e; ++i) { in rescopeLabels()
642 ParentScope->Labels.append(Labels.begin(), Labels.end()); in rescopeLabels()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp363 if (BBSectionsType == BasicBlockSection::Labels) { in runOnMachineFunction()
H A DCommandFlags.cpp471 return BasicBlockSection::Labels; in getBBSectionsMode()
/netbsd-src/external/gpl2/dtc/dist/Documentation/
H A Ddts-format.txt84 * Labels may also appear before or after any component of a property
H A Dmanual.txt12 4.3) Labels and References
250 4.3) Labels and References
252 Labels may be applied to nodes or properties. Labels appear
/netbsd-src/usr.sbin/sunlabel/
H A Dsunlabel.doc68 Labels written by sunlabel, when partitions i through p are all set
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp474 if (MF.getTarget().getBBSectionsType() == BasicBlockSection::Labels) { in initializeMachineFunction()
475 MF.setBBSectionsType(BasicBlockSection::Labels); in initializeMachineFunction()
/netbsd-src/external/bsd/mdocml/dist/
H A Dlib.in51 LINE("libdisk", "Interface to Slice and Partition Labels Library (libdisk, \\-ldisk)")
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp944 std::unordered_map<uint64_t, std::string> &Labels) { in collectLocalBranchTargets() argument
949 Labels.clear(); in collectLocalBranchTargets()
967 !Labels.count(Target)) in collectLocalBranchTargets()
968 Labels[Target] = ("L" + Twine(LabelCount++)).str(); in collectLocalBranchTargets()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFunction.h544 return BBSectionsType == BasicBlockSection::Labels;
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dasm.rst220 `Goto Labels <https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html#GotoLabels>`_
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/
H A Dasm.rst212 `Goto Labels <https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html#GotoLabels>`_
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dpredicates.md185 /* Labels and local symbols allowed here as well. */

1234