Searched refs:sectionStart (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | uspoof_impl.cpp | 913 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/ |
D | ReductionTreeUtils.cpp | 134 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/ |
D | InputChunks.h | 45 virtual void writeTo(uint8_t *sectionStart) const; 136 void writeTo(uint8_t *sectionStart) const override;
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 1269 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/ |
D | MCDwarf.cpp | 1565 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/ |
D | MCDwarf.cpp | 1612 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()
|