Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DWP/
H A DDWP.h81 Expected<InfoSectionUnitHeader> parseInfoSectionUnitHeader(StringRef Info);
/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp301 Expected<InfoSectionUnitHeader> parseInfoSectionUnitHeader(StringRef Info) { in parseInfoSectionUnitHeader() function
617 parseInfoSectionUnitHeader(CurInfoSection.front()); in write()
648 parseInfoSectionUnitHeader(Info.substr(UnitOffset, Info.size())); in write()
728 parseInfoSectionUnitHeader(CUInfoSection); in write()