Searched defs:Label (Results 101 - 125 of 145) sorted by relevance

123456

/external/clang/tools/libclang/
H A DCXCursor.cpp690 CXCursor cxcursor::MakeCursorLabelRef(LabelStmt *Label, SourceLocation Loc, argument
693 assert(Label && TU && "Invalid arguments!");
695 CXCursor C = { CXCursor_LabelRef, 0, { Label, RawLoc, TU } };
/external/llvm/include/llvm/Analysis/
H A DDominators.h212 NodeT *Label; member in struct:llvm::DominatorTreeBase::InfoRec
214 InfoRec() : DFSNum(0), Parent(0), Semi(0), Label(0) {}
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h52 MCSymbol *Label; // Label in code ID number. member in class:llvm::SrcLineInfo
55 : Line(L), Column(C), SourceID(S), Label(label) {}
61 MCSymbol *getLabel() const { return Label; }
467 /// getLabelBeforeInsn - Return Label preceding the instruction.
475 /// getLabelAfterInsn - Return Label immediately following the instruction.
H A DAsmPrinter.cpp631 MCSymbol *Label = MI.getOperand(0).getMCSymbol(); local
648 if (I->getLabel() == Label) {
1412 /// EmitLabelPlusOffset - Emit something like ".long Label+Offset"
1413 /// where the size in bytes of the directive is specified by Size and Label
1415 void AsmPrinter::EmitLabelPlusOffset(const MCSymbol *Label, uint64_t Offset, argument
1419 // Emit Label+Offset
1421 MCBinaryExpr::CreateAdd(MCSymbolRefExpr::Create(Label, OutContext),
H A DDwarfCompileUnit.cpp91 const MCSymbol *Label) {
92 DIEValue *Value = new (DIEValueAllocator) DIELabel(Label);
90 addLabel(DIE *Die, unsigned Attribute, unsigned Form, const MCSymbol *Label) argument
H A DDwarfDebug.cpp1078 /// getLabelBeforeInsn - Return Label preceding the instruction.
1080 MCSymbol *Label = LabelsBeforeInsn.lookup(MI); local
1081 assert(Label && "Didn't insert label before instruction");
1082 return Label;
1085 /// getLabelAfterInsn - Return Label immediately following the instruction.
1121 // Label already assigned.
1146 // Label already assigned.
/external/llvm/lib/MC/
H A DMCStreamer.cpp67 const MCSymbol *Label, int PointerSize) {
72 EmitSymbolValue(Label, PointerSize);
322 MCSymbol *Label = getContext().CreateTempSymbol(); local
323 EmitLabel(Label);
326 MCCFIInstruction Instruction(Label, Dest, Source);
333 MCSymbol *Label = getContext().CreateTempSymbol(); local
334 EmitLabel(Label);
337 MCCFIInstruction Instruction(Label, Dest, Source);
344 MCSymbol *Label = getContext().CreateTempSymbol(); local
345 EmitLabel(Label);
66 EmitDwarfSetLineAddr(int64_t LineDelta, const MCSymbol *Label, int PointerSize) argument
355 MCSymbol *Label = getContext().CreateTempSymbol(); local
366 MCSymbol *Label = getContext().CreateTempSymbol(); local
377 MCSymbol *Label = getContext().CreateTempSymbol(); local
403 MCSymbol *Label = getContext().CreateTempSymbol(); local
413 MCSymbol *Label = getContext().CreateTempSymbol(); local
422 MCSymbol *Label = getContext().CreateTempSymbol(); local
431 MCSymbol *Label = getContext().CreateTempSymbol(); local
440 MCSymbol *Label = getContext().CreateTempSymbol(); local
529 MCSymbol *Label = getContext().CreateTempSymbol(); local
552 MCSymbol *Label = getContext().CreateTempSymbol(); local
563 MCSymbol *Label = getContext().CreateTempSymbol(); local
576 MCSymbol *Label = getContext().CreateTempSymbol(); local
589 MCSymbol *Label = getContext().CreateTempSymbol(); local
[all...]
H A DMCAsmStreamer.cpp147 const MCSymbol *Label,
150 const MCSymbol *Label);
380 const MCSymbol *Label,
382 EmitDwarfSetLineAddr(LineDelta, Label, PointerSize);
386 const MCSymbol *Label) {
388 const MCExpr *AddrDelta = BuildSymbolDiff(getContext(), Label, LastLabel);
378 EmitDwarfAdvanceLineAddr(int64_t LineDelta, const MCSymbol *LastLabel, const MCSymbol *Label, unsigned PointerSize) argument
385 EmitDwarfAdvanceFrameAddr(const MCSymbol *LastLabel, const MCSymbol *Label) argument
H A DMCDwarf.cpp173 MCSymbol *Label = it->getLabel(); local
176 // line numbers and the increment of the address from the previous Label
177 // and the current Label.
179 MCOS->EmitDwarfAdvanceLineAddr(LineDelta, LastLabel, Label,
183 LastLabel = Label;
765 MCSymbol *Label = context.CreateTempSymbol(); local
766 MCOS->EmitLabel(Label);
770 new MCGenDwarfLabelEntry(Name, FileNumber, LineNumber, Label);
851 void setSectionStart(const MCSymbol *Label) { SectionStart = Label; } argument
1035 MCSymbol *Label = Instr.getLabel(); local
1239 MCSymbol *Label = Moves[i].getLabel(); local
[all...]
/external/llvm/tools/lto/
H A DLTOModule.cpp641 const MCSymbol *Label,
639 EmitDwarfAdvanceLineAddr(int64_t LineDelta, const MCSymbol *LastLabel, const MCSymbol *Label, unsigned PointerSize) argument
/external/openfst/src/include/fst/
H A Daccumulator.h601 typedef typename Arc::Label Label; typedef in class:fst::ReplaceAccumulatorData
617 void Init(const vector<pair<Label, const Fst<Arc>*> > &fst_tuples,
660 typedef typename Arc::Label Label; typedef in class:fst::ReplaceAccumulator
688 void Init(const vector<pair<Label, const Fst<Arc>*> > &fst_tuples,
735 Label fst_id_;
H A Darc-map.h772 typedef StringWeight<typename A::Label, S> SW;
811 typedef typename A::Label Label; typedef in struct:fst::FromGallicMapper
812 typedef StringWeight<Label, S> SW;
816 FromGallicMapper(Label superfinal_label = 0)
826 StringWeightIterator<Label, S> iter1(w1);
828 Label l = w1.Size() == 1 ? iter1.Value() : 0;
857 Label superfinal_label_;
869 typedef typename A::Label Label; typedef in struct:fst::GallicToNewSymbolsMapper
[all...]
H A Dcompact-fst.h605 const typename A::Label &label =
1089 typedef typename A::Label Element;
1090 typedef typename A::Label Label; typedef in class:fst::StringCompactor
1129 typedef typename A::Label Label; typedef in class:fst::WeightedStringCompactor
1132 typedef pair<Label, Weight> Element;
1172 typedef typename A::Label Label; typedef in class:fst::UnweightedAcceptorCompactor
1175 typedef pair<Label, StateI
1214 typedef typename A::Label Label; typedef in class:fst::AcceptorCompactor
1256 typedef typename A::Label Label; typedef in class:fst::UnweightedCompactor
[all...]
H A Ddeterminize.h114 typedef typename Arc::Label Label; typedef in struct:fst::DeterminizeFstOptions
116 Label subsequential_label; // Label used for residual final output
121 Label lab = 0)
124 explicit DeterminizeFstOptions(float del = kDelta, Label lab = 0)
147 typedef typename A::Label Label; typedef in class:fst::DeterminizeFstImplBase
244 typedef typename A::Label Label; typedef in class:fst::DeterminizeFsaImpl
580 typedef typename A::Label Label; typedef in class:fst::DeterminizeFstImpl
681 typedef typename A::Label Label; typedef in class:fst::DeterminizeFst
818 typedef typename Arc::Label Label; typedef in struct:fst::DeterminizeOptions
[all...]
H A Drandgen.h344 typedef typename A::Label Label; typedef in class:fst::RandGenFstImpl
515 typedef typename A::Label Label; typedef in class:fst::RandGenFst
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h42 PdtStack<typename Arc::StateId, typename Arc::Label> *stack;
48 PdtStack<typename Arc::StateId, typename Arc::Label> *s = 0,
79 typedef typename A::Label Label; typedef in class:fst::ExpandFstImpl
86 const vector<pair<typename Arc::Label,
87 typename Arc::Label> > &parens,
90 stack_(opts.stack ? opts.stack: new PdtStack<StateId, Label>(parens)),
107 stack_(new PdtStack<StateId, Label>(*impl.stack_)),
197 const PdtStack<StackId, Label> &GetStack() const { return *stack_; }
206 PdtStack<StackId, Label> *stack
231 typedef typename A::Label Label; typedef in class:fst::ExpandFst
338 typedef typename A::Label Label; typedef in class:fst::PrunedExpand
938 typedef typename Arc::Label Label; typedef
[all...]
H A Dshortest-path.h72 typedef typename Arc::Label Label; typedef in class:fst::PdtShortestPathData
96 ParenSpec(Label id, StateId s, StateId d)
99 Label paren_id; // Id of parenthesis
168 Label ParenId(SearchState s) const {
198 void SetParenId(SearchState s, Label p) {
384 typedef typename Arc::Label Label; typedef in class:fst::PdtShortestPath
394 const vector<pair<Label, Label> >
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h347 enum Label { enum in class:google::protobuf::FieldDescriptor
353 // indexed by Label.
393 Label label() const; // optional/required/repeated
500 Label label_;
1216 PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, label, FieldDescriptor::Label)
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h100 typedef typename A::Label Label; typedef in class:fst::ComposeFstImplBase
331 typedef typename A::Label Label; typedef in class:fst::ComposeFstImpl
486 Label match_labela = find_input ? arca.ilabel : arca.olabel;
497 Label labelb = find_input ? arcb.olabel : arcb.ilabel;
511 Label match_labelb = find_input ? arcb.olabel : arcb.ilabel;
516 Label match_labela = find_input ? arca.ilabel : arca.olabel;
527 Label labela = find_input ? arca.ilabel : arca.olabel;
593 Label match_labe
[all...]
H A Ddeterminize.h130 typedef typename A::Label Label; typedef in class:fst::DeterminizeFstImplBase
209 typedef typename A::Label Label; typedef in class:fst::DeterminizeFsaImpl
222 typedef map<Label, Subset*> LabelMap;
327 void AddArc(StateId s, Label label, Subset *dest_subset) {
460 // Hashes from Label to Subsets corr. to destination states of current state.
475 typedef typename A::Label Label; typedef in class:fst::DeterminizeFstImpl
486 typedef GallicCommonDivisor<Label, Weigh
542 typedef typename A::Label Label; typedef in class:fst::DeterminizeFst
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1955 const Stmt *Label = E.getDst()->getLabel(); local
1957 if (Label) {
1958 if (const CaseStmt *C = dyn_cast<CaseStmt>(Label)) {
1971 assert (isa<DefaultStmt>(Label));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp772 MCSymbol *Label = MF->getMMI().addLandingPad(MBB); local
775 MF->getMMI().setCallSiteLandingPad(Label, SDB->LPadToCallSiteMap[MBB]);
779 .addSym(Label);
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp326 /// LabelLocations - This vector is a mapping from Label ID's to their
448 virtual void emitLabel(MCSymbol *Label) { argument
449 LabelLocations[Label] = getCurrentPCValue();
456 virtual uintptr_t getLabelAddress(MCSymbol *Label) const {
457 assert(LabelLocations.count(Label) && "Label not emitted!");
458 return LabelLocations.find(Label)->second;
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp831 MCSymbol *Label = Ctx.GetOrCreateSymbol(Twine(Prefix) local
833 return Label;
1054 const MCSymbol *Label,
1057 const MCExpr *SymbolExpr = MCSymbolRefExpr::Create(Label, Ctx);
1734 MCSymbol *Label = GetARMSJLJEHLabel(); local
1784 const MCExpr *SymbolExpr = MCSymbolRefExpr::Create(Label, OutContext);
1804 OutStreamer.EmitLabel(Label);
1053 populateADROperands(MCInst &Inst, unsigned Dest, const MCSymbol *Label, unsigned pred, unsigned ccreg, MCContext &Ctx) argument
H A DARMISelDAGToDAG.cpp153 bool SelectAddrModePC(SDValue N, SDValue &Offset, SDValue &Label);
955 SDValue &Offset, SDValue &Label) {
959 Label = CurDAG->getTargetConstant(cast<ConstantSDNode>(N1)->getZExtValue(),
954 SelectAddrModePC(SDValue N, SDValue &Offset, SDValue &Label) argument

Completed in 529 milliseconds

123456