HomeSort by: relevance | last modified time | path
    Searched refs:Labels (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.cpp 76 // FIXME: Also mark labels when in MIPS16 mode.
78 for (auto *L : Labels) {
85 Labels.clear();
90 Labels.push_back(Symbol);
96 Labels.clear();
102 Labels.clear();
107 Labels.clear();
MipsELFStreamer.h 33 SmallVector<MCSymbol*, 4> Labels;
46 /// Overriding this function allows us to record all labels that should be
51 /// Overriding this function allows us to dismiss all labels that are
56 /// Overriding these functions allows us to dismiss all labels that are
62 // Overriding these functions allows us to avoid recording of these labels
71 /// Mark labels as microMIPS, if necessary for the subtarget.
  /src/usr.sbin/sysinst/arch/acorn32/
msg.md.de 58 eines Labels nicht m�glich.
63 Labels nicht m�glich.
  /src/usr.sbin/sysinst/arch/evbarm/
msg.md.de 59 eines Labels nicht m�glich.
64 Labels nicht m�glich.
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.cpp 124 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS];
125 Labels.push_back(Label);
  /src/usr.sbin/sysinst/arch/shark/
msg.md.de 61 eines Labels nicht m�glich.
66 Labels nicht m�glich.
  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinkerCompileUnit.h 134 bool hasLabelAt(uint64_t Addr) const { return Labels.count(Addr); }
274 SmallDenseMap<uint64_t, uint64_t, 1> Labels;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
TargetOptions.h 67 Labels, // Do not use Basic Block Sections but label basic blocks. This
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinkerCompileUnit.cpp 103 Labels.insert({LabelLowPc, PcOffset});
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
BasicBlockSections.cpp 48 // Basic Block Labels
51 // With -fbasic-block-sections=labels, we emit the offsets of BB addresses of
55 // pass only assigns the BBSectionType of every function to ``labels``.
360 // labels to match the profiles with the correct blocks.
363 if (BBSectionsType == BasicBlockSection::Labels) {
CommandFlags.cpp 362 cl::value_desc("all | <function list (file)> | labels | none"),
470 else if (getBBSections() == "labels")
471 return BasicBlockSection::Labels;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 135 // the function. This occurs with, e.g., labels that are not
460 // We have to special case labels here. They are statements, but when put
462 // subexpression. Handle this by walking through all labels we encounter,
612 // Emit debug info for labels.
623 /// Change the cleanup scope of the labels in this lexical scope to
626 assert(!Labels.empty());
630 // Change the scope depth of all the labels.
632 i = Labels.begin(), e = Labels.end(); i != e; ++i) {
640 // Reparent the labels if the new scope also has cleanups
    [all...]
CodeGenFunction.h 895 SmallVector<const LabelDecl*, 4> Labels;
912 Labels.push_back(label);
922 // this ends the cleanup scope before rescoping any labels.
935 if (!Labels.empty())
940 return !Labels.empty();
BackendUtil.cpp 538 .Case("labels", llvm::BasicBlockSection::Labels)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 474 if (MF.getTarget().getBBSectionsType() == BasicBlockSection::Labels) {
475 MF.setBBSectionsType(BasicBlockSection::Labels);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h 220 SmallVector<MCSymbol *, 1> BeginLabels; // Labels prior to invoke.
221 SmallVector<MCSymbol *, 1> EndLabels; // Labels after invoke.
542 /// Returns true if basic block labels are to be generated for this function.
544 return BBSectionsType == BasicBlockSection::Labels;
974 /// Remap landing pad labels and remove any deleted landing pads.
983 /// Provide the begin and end labels of an invoke style call and associate it
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.cpp 944 std::unordered_map<uint64_t, std::string> &Labels) {
949 Labels.clear();
955 // Disassemble a real instruction and record function-local branch labels.
967 !Labels.count(Target))
968 Labels[Target] = ("L" + Twine(LabelCount++)).str();
996 // Synthesize labels referenced by branch instructions by
1016 // Add the labels.
1204 // AMDGPU disassembler uses symbolizer for printing labels
1472 // Print the labels corresponding to the target if there's any.

Completed in 68 milliseconds