Searched refs:CallSiteInfoCollection (Results 1 – 7 of 7) sorted by relevance
70 Error CallSiteInfoCollection::encode(FileWriter &O) const { in encode()79 Expected<CallSiteInfoCollection>80 CallSiteInfoCollection::decode(DataExtractor &Data) { in decode()81 CallSiteInfoCollection CSC; in decode()203 FuncInfo->CallSites = CallSiteInfoCollection(); in processYAMLFunctions()240 const CallSiteInfoCollection &CSIC) { in operator <<()
102 if (Expected<llvm::gsym::CallSiteInfoCollection> CI = in decode()103 llvm::gsym::CallSiteInfoCollection::decode(InfoData)) in decode()305 if (auto CSIC = CallSiteInfoCollection::decode(InfoData)) { in lookup()
582 CallSiteInfoCollection CSIC; in parseCallSiteInfoFromDwarf()622 FI.CallSites = CallSiteInfoCollection(); in parseCallSiteInfoFromDwarf()
495 void GsymReader::dump(raw_ostream &OS, const CallSiteInfoCollection &CSIC, in dump()
77 struct CallSiteInfoCollection { struct84 LLVM_ABI static llvm::Expected<CallSiteInfoCollection>143 const CallSiteInfoCollection &CSIC);
99 std::optional<CallSiteInfoCollection> CallSites;
228 LLVM_ABI void dump(raw_ostream &OS, const CallSiteInfoCollection &CSIC,