Home
last modified time | relevance | path

Searched refs:setOther (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/
DBC_DecoderResult.h24 void setOther(void* other);
/external/llvm/include/llvm/MC/
DMCSymbolELF.h30 void setOther(unsigned Other);
/external/pdfium/xfa/src/fxbarcode/common/
DBC_CommonDecoderResult.h29 void setOther(CBC_PDF417ResultMetadata* other);
DBC_CommonDecoderResult.cpp58 void CBC_CommonDecoderResult::setOther(CBC_PDF417ResultMetadata* other) { in setOther() function in CBC_CommonDecoderResult
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp177 S->setOther(Other); in emitLocalEntry()
196 Symbol->setOther(Other); in emitAssignment()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.cpp47 Label->setOther(ELF::STO_MIPS_MICROMIPS); in createPendingLabelRelocs()
DMipsTargetStreamer.cpp505 Symbol->setOther(ELF::STO_MIPS_MICROMIPS); in emitLabel()
570 Symbol->setOther(ELF::STO_MIPS_MICROMIPS); in emitAssignment()
/external/llvm/lib/MC/
DMCSymbolELF.cpp162 void MCSymbolELF::setOther(unsigned Other) { in setOther() function in llvm::MCSymbolELF
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417DecodedBitStreamParser.cpp122 tempCd->setOther(resultMetadata); in decode()