Searched refs:FDEBytes (Results 1 – 4 of 4) sorted by relevance
844 StringRef FDEBytes, in emitFDE() argument846 Section.emitIntVal(FDEBytes.size() + 4 + AddrSize, 4); in emitFDE()849 Section.OS.write(FDEBytes.data(), FDEBytes.size()); in emitFDE()
266 StringRef FDEBytes, SectionDescriptor &Section);
1266 uint64_t Address, StringRef FDEBytes) { in emitFDE() argument1269 MS->emitIntValue(FDEBytes.size() + 4 + AddrSize, 4); in emitFDE()1272 MS->emitBytes(FDEBytes); in emitFDE()1273 FrameSectionSize += FDEBytes.size() + 8 + AddrSize; in emitFDE()