Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h492 virtual void addList(AttrInfo &AttrVal, DebugLocationsVector &LocList,
564 virtual void addList(AttrInfo &AttrVal, DebugLocationsVector &LocList,
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp511 void DebugLocWriter::addList(AttrInfo &AttrVal, DebugLocationsVector &LocList, in addList() function in llvm::bolt::DebugLocWriter
629 void DebugLoclistWriter::addList(AttrInfo &AttrVal, in addList() function in llvm::bolt::DebugLoclistWriter
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp617 DebugLocWriter.addList(*AttrVal, OutputLL, DebugInfoPatcher, in updateUnitDebugInfo()