Lines Matching refs:EmitIntValue
515 OS.EmitIntValue(COFF::DEBUG_SECTION_MAGIC, 4); in emitCodeViewMagicVersion()
652 OS.EmitIntValue(COFF::DEBUG_HASHES_SECTION_MAGIC, 4); in emitTypeGlobalHashes()
654 OS.EmitIntValue(0, 2); in emitTypeGlobalHashes()
656 OS.EmitIntValue(uint16_t(GlobalTypeHashAlg::SHA1_8), 2); in emitTypeGlobalHashes()
749 OS.EmitIntValue(Flags, 4); in emitCompilerInformation()
752 OS.EmitIntValue(static_cast<uint64_t>(TheCPU), 2); in emitCompilerInformation()
758 OS.EmitIntValue(FrontVer.Part[N], 2); in emitCompilerInformation()
771 OS.EmitIntValue(BackVer.Part[N], 2); in emitCompilerInformation()
815 OS.EmitIntValue(BuildInfoIndex.getIndex(), 4); in emitBuildInfo()
832 OS.EmitIntValue(unsigned(InlineeLinesSignature::Normal), 4); in emitInlineeLinesSubsection()
844 OS.EmitIntValue(InlineeIdx.getIndex(), 4); in emitInlineeLinesSubsection()
848 OS.EmitIntValue(SP->getLine(), 4); in emitInlineeLinesSubsection()
864 OS.EmitIntValue(0, 4); in emitInlinedCallSite()
866 OS.EmitIntValue(0, 4); in emitInlinedCallSite()
868 OS.EmitIntValue(InlineeIdx.getIndex(), 4); in emitInlinedCallSite()
926 OS.EmitIntValue(0, 4); in emitDebugInfoForThunk()
928 OS.EmitIntValue(0, 4); in emitDebugInfoForThunk()
930 OS.EmitIntValue(0, 4); in emitDebugInfoForThunk()
938 OS.EmitIntValue(unsigned(ordinal), 1); in emitDebugInfoForThunk()
997 OS.EmitIntValue(0, 4); in emitDebugInfoForFunction()
999 OS.EmitIntValue(0, 4); in emitDebugInfoForFunction()
1001 OS.EmitIntValue(0, 4); in emitDebugInfoForFunction()
1007 OS.EmitIntValue(0, 4); in emitDebugInfoForFunction()
1009 OS.EmitIntValue(0, 4); in emitDebugInfoForFunction()
1011 OS.EmitIntValue(getFuncIdForSubprogram(GV->getSubprogram()).getIndex(), 4); in emitDebugInfoForFunction()
1017 OS.EmitIntValue(0, 1); in emitDebugInfoForFunction()
1027 OS.EmitIntValue(FI.FrameSize - FI.CSRSize, 4); in emitDebugInfoForFunction()
1029 OS.EmitIntValue(0, 4); in emitDebugInfoForFunction()
1031 OS.EmitIntValue(0, 4); in emitDebugInfoForFunction()
1033 OS.EmitIntValue(FI.CSRSize, 4); in emitDebugInfoForFunction()
1035 OS.EmitIntValue(0, 4); in emitDebugInfoForFunction()
1037 OS.EmitIntValue(0, 2); in emitDebugInfoForFunction()
1039 OS.EmitIntValue(uint32_t(FI.FrameProcOpts), 4); in emitDebugInfoForFunction()
1063 OS.EmitIntValue(Strs->getNumOperands(), 2); in emitDebugInfoForFunction()
2575 OS.EmitIntValue(TI.getIndex(), 4); in emitLocalVariable()
2577 OS.EmitIntValue(static_cast<uint16_t>(Flags), 2); in emitLocalVariable()
2654 OS.EmitIntValue(0, 4); // PtrParent in emitLexicalBlock()
2656 OS.EmitIntValue(0, 4); // PtrEnd in emitLexicalBlock()
2843 OS.EmitIntValue(unsigned(Kind), 4); in beginCVSubsection()
2871 OS.EmitIntValue(unsigned(SymKind), 2); in beginSymbolRecord()
2886 OS.EmitIntValue(2, 2); in emitEndSymbolRecord()
2889 OS.EmitIntValue(unsigned(EndKind), 2); // Record Kind in emitEndSymbolRecord()
2900 OS.EmitIntValue(getCompleteTypeIndex(T).getIndex(), 4); in emitDebugInfoForUDTs()
3005 OS.EmitIntValue(getCompleteTypeIndex(DIGV->getType()).getIndex(), 4); in emitDebugInfoForGlobal()