Searched refs:prologue_length (Results 1 – 10 of 10) sorted by relevance
9 CHECK:prologue_length: 0x000001ab19 CHECK:prologue_length: 0x0000004829 CHECK:prologue_length: 0x0000004439 CHECK:prologue_length: 0x00000048
48 # PART1-NEXT: prologue_length: 0x0000002894 # PART2-NEXT: prologue_length: 0x00000022
142 # CHECK: prologue_length: 0x00000044
9 CHECK:prologue_length: 0x000001ab
33 ; CHECK: prologue_length: 0x0000001f
9 ; The format is func [0x<rva_start>+<prologue_length> - 0x<rva_end>-<epilogue_length>]
10 ; The format is func [0x<rva_start>+<prologue_length> - 0x<rva_end>-<epilogue_length>]
70 uint64 prologue_length; member
551 header_.prologue_length = reader_->ReadOffset(lineptr); in ReadHeader()
1357 Writer::Slot<uint32_t> prologue_length = w->CreateSlotHere<uint32_t>(); in WriteBodyInternal() local1376 prologue_length.set(static_cast<uint32_t>(w->position() - prologue_start)); in WriteBodyInternal()