Home
last modified time | relevance | path

Searched refs:FDEBytes (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp844 StringRef FDEBytes, in emitFDE() argument
846 Section.emitIntVal(FDEBytes.size() + 4 + AddrSize, 4); in emitFDE()
849 Section.OS.write(FDEBytes.data(), FDEBytes.size()); in emitFDE()
H A DDWARFLinkerImpl.h266 StringRef FDEBytes, SectionDescriptor &Section);
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1266 uint64_t Address, StringRef FDEBytes) { in emitFDE() argument
1269 MS->emitIntValue(FDEBytes.size() + 4 + AddrSize, 4); in emitFDE()
1272 MS->emitBytes(FDEBytes); in emitFDE()
1273 FrameSectionSize += FDEBytes.size() + 8 + AddrSize; in emitFDE()