HomeSort by relevance Sort by last modified time
    Searched refs:Labels (Results 26 - 38 of 38) sorted by null

12

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 248 /// for this scope and attach DW_AT_low_pc/DW_AT_high_pc labels.
317 assert (0 && "Unexpected Start and End labels for a inlined scope!");
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerMIPS32.h 384 Label *getOrCreateLabel(SizeT Number, LabelVector &Labels);
IceAssemblerX86BaseImpl.h 58 LabelVector &Labels) {
60 if (Number == Labels.size()) {
62 Labels.push_back(L);
65 if (Number > Labels.size()) {
66 Utils::reserveAndResize(Labels, Number + 1);
68 L = Labels[Number];
71 Labels[Number] = L;
    [all...]
IceAssemblerARM32.h 614 // A vector of pool-allocated x86 labels for CFG nodes.
617 // A vector of pool-allocated x86 labels for Local labels.
636 Label *getOrCreateLabel(SizeT Number, LabelVector &Labels);
IceAssemblerX86Base.h 776 // A vector of pool-allocated x86 labels for CFG nodes.
778 // A vector of pool-allocated x86 labels for Local labels.
781 Label *getOrCreateLabel(SizeT Number, LabelVector &Labels);
    [all...]
  /external/curl/packages/vms/
build_vms.com 145 $! * Labels have no space after leading $.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
parse.go 34 pendingLabels []string // Labels to attach to next instruction.
35 labels map[string]*obj.Prog
57 labels: make(map[string]*obj.Prog),
145 // Labels.
580 // Symbols without prefix or suffix are jump labels.
asm.go 24 // If doLabel is set, it also defines the labels collect for this Prog.
54 if p.labels[label] != nil {
58 p.labels[label] = prog
107 // Labels are function scoped. Patch existing labels and
110 p.labels = make(map[string]*obj.Prog)
422 targetProg := p.labels[target.Sym.Name]
448 targetProg := p.labels[patch.label]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
parse.go 34 pendingLabels []string // Labels to attach to next instruction.
35 labels map[string]*obj.Prog
57 labels: make(map[string]*obj.Prog),
145 // Labels.
580 // Symbols without prefix or suffix are jump labels.
asm.go 24 // If doLabel is set, it also defines the labels collect for this Prog.
54 if p.labels[label] != nil {
58 p.labels[label] = prog
107 // Labels are function scoped. Patch existing labels and
110 p.labels = make(map[string]*obj.Prog)
422 targetProg := p.labels[target.Sym.Name]
448 targetProg := p.labels[patch.label]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 536 SmallVector<const LabelDecl*, 4> Labels;
553 Labels.push_back(label);
563 // this ends the cleanup scope before rescoping any labels.
576 if (!Labels.empty())
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 2922 milliseconds

12