Home
last modified time | relevance | path

Searched refs:OSE (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDByteStreamer.h93 raw_svector_ostream OSE(Buffer); in EmitSLEB128()
94 encodeSLEB128(DWord, OSE); in EmitSLEB128()
99 raw_svector_ostream OSE(Buffer); in EmitULEB128()
100 encodeULEB128(DWord, OSE); in EmitULEB128()
/NextBSD/contrib/llvm/lib/MC/
HDMCAssembler.cpp1012 raw_svector_ostream OSE(Data); in relaxLEB() local
1014 encodeSLEB128(Value, OSE); in relaxLEB()
1016 encodeULEB128(Value, OSE); in relaxLEB()
1017 OSE.flush(); in relaxLEB()
1033 raw_svector_ostream OSE(Data); in relaxDwarfLineAddr() local
1034 MCDwarfLineAddr::Encode(Context, LineDelta, AddrDelta, OSE); in relaxDwarfLineAddr()
1035 OSE.flush(); in relaxDwarfLineAddr()
1049 raw_svector_ostream OSE(Data); in relaxDwarfCallFrameFragment() local
1050 MCDwarfFrameEmitter::EncodeAdvanceLoc(Context, AddrDelta, OSE); in relaxDwarfCallFrameFragment()
1051 OSE.flush(); in relaxDwarfCallFrameFragment()
HDMCStreamer.cpp96 raw_svector_ostream OSE(Tmp); in EmitULEB128IntValue() local
97 encodeULEB128(Value, OSE, Padding); in EmitULEB128IntValue()
98 EmitBytes(OSE.str()); in EmitULEB128IntValue()
105 raw_svector_ostream OSE(Tmp); in EmitSLEB128IntValue() local
106 encodeSLEB128(Value, OSE); in EmitSLEB128IntValue()
107 EmitBytes(OSE.str()); in EmitSLEB128IntValue()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprObjC.cpp2996 if (ObjCSelectorExpr *OSE = in RemoveSelectorFromWarningCache() local
2998 Selector Sel = OSE->getSelector(); in RemoveSelectorFromWarningCache()
2999 SourceLocation Loc = OSE->getAtLoc(); in RemoveSelectorFromWarningCache()
/NextBSD/contrib/binutils/config/
HDChangeLog1072 * mt-ose68000, mt-ose68k: renamed from mt-OSE*.
/NextBSD/contrib/binutils/
HDChangeLog11507 configure.in: recognise m68{k,000}-ericsson-OSE.
11508 es1800 is alias for m68k-ericsson-OSE
/NextBSD/contrib/binutils/ld/
HDChangeLog-91976939 * configure.in, config/ose68.mt: renamed OSE to ose.
/NextBSD/contrib/binutils/bfd/
HDChangeLog-94957181 * config.bfd: handle erricsson config (for OSE).