Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp118 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS]; in addScopeLabel() local
119 Labels.push_back(Label); in addScopeLabel()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h162 bool hasLabelAt(uint64_t Addr) const { return Labels.count(Addr); } in hasLabelAt()
294 SmallDenseMap<uint64_t, uint64_t, 1> Labels; variable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h67 Labels, // Do not use Basic Block Sections but label basic blocks. This enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h375 bool hasLabelAt(uint64_t Addr) const { return Labels.count(Addr); } in hasLabelAt()
713 LabelMapTy Labels; variable
H A DDWARFLinkerCompileUnit.cpp90 Labels.clear(); in maybeResetToLoadedStage()
440 Labels.insert({LabelLowPc, PcOffset}); in addLabelLowPc()
1381 LabelMapTy::iterator It = Labels.find(*lowPC); in createPlainDIEandCloneAttributes()
1382 if (It != Labels.end()) in createPlainDIEandCloneAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.cpp162 Labels.insert({LabelLowPc, PcOffset}); in addLabelLowPc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp301 if (BBSectionsType == BasicBlockSection::Labels) { in runOnMachineFunction()
H A DCommandFlags.cpp521 return BasicBlockSection::Labels; in getBBSectionsMode()
H A DMachineFunction.cpp469 if (Target.getBBSectionsType() == BasicBlockSection::Labels || in CreateMachineBasicBlock()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp674 assert(!Labels.empty()); in rescopeLabels()
680 i = Labels.begin(), e = Labels.end(); i != e; ++i) { in rescopeLabels()
690 ParentScope->Labels.append(Labels.begin(), Labels.end()); in rescopeLabels()
H A DCodeGenFunction.h942 SmallVector<const LabelDecl*, 4> Labels;
959 Labels.push_back(label);
982 if (!Labels.empty())
987 return !Labels.empty();
H A DBackendUtil.cpp388 .Case("labels", llvm::BasicBlockSection::Labels) in initTargetOptions()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1315 std::unordered_map<uint64_t, std::vector<BBAddrMapLabel>> &Labels, in collectBBAddrMapLabels() argument
1319 Labels.clear(); in collectBBAddrMapLabels()
1339 Labels[BBAddress].push_back({LabelString, PGOString}); in collectBBAddrMapLabels()
1348 std::unordered_map<uint64_t, std::string> &Labels) { in collectLocalBranchTargets() argument
1357 Labels.clear(); in collectLocalBranchTargets()
1378 !Labels.count(Target)) { in collectLocalBranchTargets()
1384 Labels[Target] = ("L" + Twine(LabelCount++)).str(); in collectLocalBranchTargets()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLTO.cpp72 c.Options.BBSections = BasicBlockSection::Labels; in createConfig()
/freebsd-14.2/contrib/mandoc/
H A Dlib.in51 LINE("libdisk", "Interface to Slice and Partition Labels Library (libdisk, \\-ldisk)")
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp524 if (MF.getTarget().getBBSectionsType() == BasicBlockSection::Labels) { in initializeMachineFunction()
525 MF.setBBSectionsType(BasicBlockSection::Labels); in initializeMachineFunction()
H A DMIParser.cpp806 MF.setBBSectionsType(BasicBlockSection::Labels); in parseBasicBlockDefinition()
/freebsd-14.2/contrib/libxo/doc/
H A Dfield-roles.rst179 Labels are text that appears before a value::
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h702 return BBSectionsType == BasicBlockSection::Labels;
/freebsd-14.2/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-14.2/share/doc/IPv6/
H A DIMPLEMENTATION152 RFC2673: Binary Labels in the Domain Name System
/freebsd-14.2/contrib/diff/
H A DChangeLog3356 * context.c (print_context_label): Labels were interchanged badly.

12