/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVMCCodeEmitter.cpp | 77 emitOperand(const MCOperand & Op,EndianWriter & OSE) emitOperand() argument 90 emitTypedInstrOperands(const MCInst & MI,EndianWriter & OSE) emitTypedInstrOperands() argument 99 emitUntypedInstrOperands(const MCInst & MI,EndianWriter & OSE) emitUntypedInstrOperands() argument 107 EndianWriter OSE(OS, support::little); encodeInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/ |
H A D | BPFMCCodeEmitter.cpp | 119 support::endian::Writer OSE(OS, IsLittleEndian ? llvm::endianness::little in encodeInstruction() 129 OSE.write<uint16_t>(0); in encodeInstruction() 130 OSE.write<uint32_t>(Value & 0xffffFFFF); in encodeInstruction() 134 OSE.write<uint8_t>(0); in encodeInstruction() 135 OSE.write<uint8_t>(0); in encodeInstruction() 136 OSE.write<uint16_t>(0); in encodeInstruction() 137 OSE.write<uint32_t>(Imm >> 32); in encodeInstruction() 146 OSE.write<uint16_t>((Value >> 32) & 0xffff); in encodeInstruction() 147 OSE.write<uint32_t>(Value & 0xffffFFFF); 116 support::endian::Writer OSE(OS, encodeInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ByteStreamer.h | 111 raw_svector_ostream OSE(Buffer); in emitSLEB128() 112 unsigned Length = encodeSLEB128(DWord, OSE); in emitSLEB128() 124 raw_svector_ostream OSE(Buffer); in emitULEB128() 125 unsigned Length = encodeULEB128(DWord, OSE, PadTo); in emitULEB128()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 1137 raw_svector_ostream OSE(Data); in relaxLEB() local 1143 encodeSLEB128(Value, OSE, PadTo); in relaxLEB() 1145 encodeULEB128(Value, OSE, PadTo); in relaxLEB() 1276 raw_svector_ostream OSE(Data); in relaxPseudoProbeAddr() local 1280 encodeSLEB128(AddrDelta, OSE, OldSize); in relaxPseudoProbeAddr()
|
H A D | MCStreamer.cpp | 163 raw_svector_ostream OSE(Tmp); in emitULEB128IntValue() local 164 encodeULEB128(Value, OSE, PadTo); in emitULEB128IntValue() 165 emitBytes(OSE.str()); in emitULEB128IntValue() 173 raw_svector_ostream OSE(Tmp); in emitSLEB128IntValue() local 174 encodeSLEB128(Value, OSE); in emitSLEB128IntValue() 175 emitBytes(OSE.str()); in emitSLEB128IntValue()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | JSONNodeDumper.h | 319 void VisitObjCSelectorExpr(const ObjCSelectorExpr *OSE);
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1283 void JSONNodeDumper::VisitObjCSelectorExpr(const ObjCSelectorExpr *OSE) { in VisitObjCSelectorExpr() argument 1287 OSE->getSelector().print(OS); in VisitObjCSelectorExpr()
|
/freebsd/contrib/unbound/ |
H A D | config.sub | 380 es1800 | OSE68k | ose68k | ose | OSE)
|
/freebsd/contrib/libpcap/ |
H A D | config.sub | 327 es1800 | OSE68k | ose68k | ose | OSE)
|
/freebsd/contrib/ncurses/ |
H A D | config.sub | 327 es1800 | OSE68k | ose68k | ose | OSE)
|
/freebsd/contrib/byacc/ |
H A D | config.sub | 327 es1800 | OSE68k | ose68k | ose | OSE)
|
/freebsd/contrib/tcpdump/ |
H A D | config.sub | 327 es1800 | OSE68k | ose68k | ose | OSE)
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 3410 if (ObjCSelectorExpr *OSE = in RemoveSelectorFromWarningCache() local 3412 Selector Sel = OSE->getSelector(); in RemoveSelectorFromWarningCache() 3413 SourceLocation Loc = OSE->getAtLoc(); in RemoveSelectorFromWarningCache()
|