Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp988 std::unique_ptr<DebugBufferVector> LocationListSectionContents = in finalizeDebugSections() local
990 if (!LocationListSectionContents->empty()) in finalizeDebugSections()
992 ".debug_loclists", copyByteArray(*LocationListSectionContents), in finalizeDebugSections()
993 LocationListSectionContents->size()); in finalizeDebugSections()
997 std::unique_ptr<DebugBufferVector> LocationListSectionContents = in finalizeDebugSections() local
999 if (!LocationListSectionContents->empty()) in finalizeDebugSections()
1001 ".debug_loc", copyByteArray(*LocationListSectionContents), in finalizeDebugSections()
1002 LocationListSectionContents->size()); in finalizeDebugSections()