Searched refs:InsertResult (Results 1 – 7 of 7) sorted by relevance
55 struct InsertResult { struct in __anon3adfd4730111::DeltaTreeNode106 bool DoInsertion(unsigned FileIndex, int Delta, InsertResult *InsertRes);108 void DoSplit(InsertResult &InsertRes);132 DeltaTreeInteriorNode(const InsertResult &IR) in DeltaTreeInteriorNode()180 InsertResult *InsertRes) { in DoInsertion()293 void DeltaTreeNode::DoSplit(InsertResult &InsertRes) { in DoSplit()455 DeltaTreeNode::InsertResult InsertRes; in AddDelta()
29 auto InsertResult = Symbols.insert( in addSymbol() local32 if (InsertResult.second) in addSymbol()33 AddressToMapping[ObjectAddress] = &*InsertResult.first; in addSymbol()34 return InsertResult.second; in addSymbol()
3436 auto InsertResult = Strings.insert(std::make_pair(S, Entry)); in internString() local3437 return InsertResult.first->getKey(); in internString()
378 auto InsertResult = in getOrCreateModuleInfo() local380 assert(InsertResult.second); in getOrCreateModuleInfo()381 if (auto EC = InsertResult.first->second.getError()) in getOrCreateModuleInfo()383 return InsertResult.first->second->get(); in getOrCreateModuleInfo()
675 bool InsertResult = RecordsBeingLaidOut.insert(Key).second; in ConvertRecordDeclType() local676 (void)InsertResult; in ConvertRecordDeclType()677 assert(InsertResult && "Recursively compiling a struct?"); in ConvertRecordDeclType()
525 bool InsertResult = getContext().addGenDwarfSection(ELFSection); in ParseSectionArguments() local526 if (InsertResult) { in ParseSectionArguments()
647 bool InsertResult = getContext().addGenDwarfSection(Sec); in Run() local648 assert(InsertResult && ".text section should not have debug info yet"); in Run()649 (void)InsertResult; in Run()