Searched refs:FDEBytes (Results 1 – 4 of 4) sorted by relevance
843 StringRef FDEBytes, in emitFDE() argument845 Section.emitIntVal(FDEBytes.size() + 4 + AddrSize, 4); in emitFDE()848 Section.OS.write(FDEBytes.data(), FDEBytes.size()); in emitFDE()
266 StringRef FDEBytes, SectionDescriptor &Section);
1271 uint64_t Address, StringRef FDEBytes) { in emitFDE() argument1274 MS->emitIntValue(FDEBytes.size() + 4 + AddrSize, 4); in emitFDE()1277 MS->emitBytes(FDEBytes); in emitFDE()1278 FrameSectionSize += FDEBytes.size() + 8 + AddrSize; in emitFDE()