Lines Matching refs:GsymCreator
24 GsymCreator::GsymCreator() : StrTab(StringTableBuilder::ELF) { in GsymCreator() function in GsymCreator
28 uint32_t GsymCreator::insertFile(StringRef Path, in insertFile()
49 llvm::Error GsymCreator::save(StringRef Path, in save()
59 llvm::Error GsymCreator::encode(FileWriter &O) const { in encode()
164 llvm::Error GsymCreator::finalize(llvm::raw_ostream &OS) { in finalize()
264 uint32_t GsymCreator::insertString(StringRef S, bool Copy) { in insertString()
282 void GsymCreator::addFunctionInfo(FunctionInfo &&FI) { in addFunctionInfo()
288 void GsymCreator::forEachFunctionInfo( in forEachFunctionInfo()
297 void GsymCreator::forEachFunctionInfo( in forEachFunctionInfo()
306 size_t GsymCreator::getNumFunctionInfos() const{ in getNumFunctionInfos()
311 bool GsymCreator::IsValidTextAddress(uint64_t Addr) const { in IsValidTextAddress()
317 bool GsymCreator::hasFunctionInfoForAddress(uint64_t Addr) const { in hasFunctionInfoForAddress()