Lines Matching refs:EmitIntValue

366   OS.EmitIntValue(COFF::DEBUG_SECTION_MAGIC, 4);  in emitCodeViewMagicVersion()
506 OS.EmitIntValue(unsigned(InlineeLinesSignature::Normal), 4); in emitInlineeLinesSubsection()
521 OS.EmitIntValue(InlineeIdx.getIndex(), 4); in emitInlineeLinesSubsection()
523 OS.EmitIntValue(FileOffset, 4); in emitInlineeLinesSubsection()
525 OS.EmitIntValue(SP->getLine(), 4); in emitInlineeLinesSubsection()
556 OS.EmitIntValue(SymbolKind::S_INLINESITE, 2); // RecordKind in emitInlinedCallSite()
559 OS.EmitIntValue(0, 4); in emitInlinedCallSite()
561 OS.EmitIntValue(0, 4); in emitInlinedCallSite()
563 OS.EmitIntValue(InlineeIdx.getIndex(), 4); in emitInlinedCallSite()
587 OS.EmitIntValue(2, 2); // RecordLength in emitInlinedCallSite()
589 OS.EmitIntValue(SymbolKind::S_INLINESITE_END, 2); // RecordKind in emitInlinedCallSite()
648 OS.EmitIntValue(unsigned(SymbolKind::S_LPROC32_ID), 2); in emitDebugInfoForFunction()
651 OS.EmitIntValue(unsigned(SymbolKind::S_GPROC32_ID), 2); in emitDebugInfoForFunction()
656 OS.EmitIntValue(0, 4); in emitDebugInfoForFunction()
658 OS.EmitIntValue(0, 4); in emitDebugInfoForFunction()
660 OS.EmitIntValue(0, 4); in emitDebugInfoForFunction()
666 OS.EmitIntValue(0, 4); in emitDebugInfoForFunction()
668 OS.EmitIntValue(0, 4); in emitDebugInfoForFunction()
670 OS.EmitIntValue(getFuncIdForSubprogram(GV->getSubprogram()).getIndex(), 4); in emitDebugInfoForFunction()
676 OS.EmitIntValue(0, 1); in emitDebugInfoForFunction()
700 OS.EmitIntValue(0x0002, 2); in emitDebugInfoForFunction()
702 OS.EmitIntValue(unsigned(SymbolKind::S_PROC_ID_END), 2); in emitDebugInfoForFunction()
1862 OS.EmitIntValue(unsigned(SymbolKind::S_LOCAL), 2); in emitLocalVariable()
1872 OS.EmitIntValue(TI.getIndex(), 4); in emitLocalVariable()
1874 OS.EmitIntValue(static_cast<uint16_t>(Flags), 2); in emitLocalVariable()
1953 OS.EmitIntValue(unsigned(Kind), 4); in beginCVSubsection()
1976 OS.EmitIntValue(unsigned(SymbolKind::S_UDT), 2); in emitDebugInfoForUDTs()
1979 OS.EmitIntValue(UDT.second.getIndex(), 4); in emitDebugInfoForUDTs()
2053 OS.EmitIntValue(unsigned(SymbolKind::S_LTHREAD32), 2); in emitDebugInfoForGlobal()
2056 OS.EmitIntValue(unsigned(SymbolKind::S_LDATA32), 2); in emitDebugInfoForGlobal()
2061 OS.EmitIntValue(unsigned(SymbolKind::S_GTHREAD32), 2); in emitDebugInfoForGlobal()
2064 OS.EmitIntValue(unsigned(SymbolKind::S_GDATA32), 2); in emitDebugInfoForGlobal()
2068 OS.EmitIntValue(getCompleteTypeIndex(DIGV->getType()).getIndex(), 4); in emitDebugInfoForGlobal()