Home
last modified time | relevance | path

Searched refs:sectionStart (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp913 int32_t sectionStart; in uspoof_swap() local
926 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap()
928 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
931 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex); in uspoof_swap()
933 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
936 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable); in uspoof_swap()
938 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
/external/llvm-project/mlir/tools/mlir-reduce/
DReductionTreeUtils.cpp134 int sectionStart = sectionSize * i; in createVariants() local
141 transform(variantModule, sectionStart, sectionEnd); in createVariants()
143 ranges = getRanges(parentTSpace, sectionStart, sectionEnd); in createVariants()
/external/llvm-project/lld/wasm/
DInputChunks.h45 virtual void writeTo(uint8_t *sectionStart) const;
136 void writeTo(uint8_t *sectionStart) const override;
/external/llvm/lib/MC/
DMCDwarf.cpp1269 MCSymbol *sectionStart = context.createTempSymbol(); in EmitCIE() local
1270 Streamer.EmitLabel(sectionStart); in EmitCIE()
1276 MakeStartMinusEndExpr(Streamer, *sectionStart, *sectionEnd, 4); in EmitCIE()
1373 return *sectionStart; in EmitCIE()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp1565 MCSymbol *sectionStart = context.createTempSymbol(); in EmitCIE() local
1566 Streamer.EmitLabel(sectionStart); in EmitCIE()
1572 MakeStartMinusEndExpr(Streamer, *sectionStart, *sectionEnd, 4); in EmitCIE()
1673 return *sectionStart; in EmitCIE()
/external/llvm-project/llvm/lib/MC/
DMCDwarf.cpp1612 MCSymbol *sectionStart = context.createTempSymbol(); in EmitCIE() local
1613 Streamer.emitLabel(sectionStart); in EmitCIE()
1627 const MCExpr *Length = makeEndMinusStartExpr(context, *sectionStart, in EmitCIE()
1730 return *sectionStart; in EmitCIE()