Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h282 llvm::Error saveSegments(StringRef Path, llvm::endianness ByteOrder,
/src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp71 return saveSegments(Path, ByteOrder, *SegmentSize); in save()
485 llvm::Error GsymCreator::saveSegments(StringRef Path, in saveSegments() function in GsymCreator