Home
last modified time | relevance | path

Searched refs:getFrameSectionSize (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h195 uint64_t getFrameSectionSize() const override { return FrameSectionSize; } in getFrameSectionSize() function
H A DDWARFLinker.h171 virtual uint64_t getFrameSectionSize() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2467 std::make_pair(CIEData, TheDwarfEmitter->getFrameSectionSize())); in patchFrameInfoForObject()
2470 LastCIEOffset = TheDwarfEmitter->getFrameSectionSize(); in patchFrameInfoForObject()