Home
last modified time | relevance | path

Searched refs:moveInto (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp63 .moveInto(Pair.first)) in insert()
148 if (auto Err = addSection("*", 1).moveInto(CurrentSection)) { in parse()
177 .moveInto(CurrentSection)) { in parse()
H A DGlobPattern.cpp147 if (auto Err = parseBraceExpansions(S, MaxSubPatterns).moveInto(SubPats)) in create()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp542 if (Error E = R.ReadVBR(6).moveInto(Size)) in decodeMetadataStringsBlob()
566 if (Error E = analyzeHeader(O, Stream).moveInto(CurStreamType)) in analyze()
592 .moveInto(NewBlockInfo)) in analyze()
752 .moveInto(NewBlockInfo)) in parseBlock()
800 .moveInto(Entry)) in parseBlock()
849 if (Error E = Stream.readRecord(Entry.ID, Record, &Blob).moveInto(Code)) in parseBlock()
H A DMetadataLoader.cpp776 .moveInto(Entry)) in lazyLoadModuleMetadataBlock()
791 if (Error E = IndexCursor.skipRecord(Entry.ID).moveInto(Code)) in lazyLoadModuleMetadataBlock()
984 .moveInto(Entry)) in loadGlobalDeclAttachments()
1110 if (Error E = Stream.advanceSkippingSubblocks().moveInto(Entry)) in parseMetadata()
1166 if (Error E = IndexCursor.advanceSkippingSubblocks().moveInto(Entry)) in lazyLoadOneMetadata()
1296 if (Error E = Stream.ReadCode().moveInto(Code)) in parseOneMetadata()
2296 if (Error E = R.ReadVBR(6).moveInto(Size)) in parseMetadataStrings()
2335 if (Error E = Stream.advanceSkippingSubblocks().moveInto(Entry)) in parseMetadataAttachment()
2438 if (Error E = Stream.advanceSkippingSubblocks().moveInto(Entry)) in parseMetadataKinds()
H A DBitcodeReader.cpp191 if (Error E = Stream.advance().moveInto(Entry)) in readIdentificationBlock()
236 if (Error E = Stream.advance().moveInto(Entry)) in readIdentificationCode()
312 if (Error E = Stream.advance().moveInto(Entry)) in hasObjCCategory()
8003 readIdentificationBlock(Stream).moveInto(ProducerIdentification)) in getModuleImpl()
8083 if (Error E = Stream.advanceSkippingSubblocks().moveInto(Entry)) in getEnableSplitLTOUnitAndUnifiedFlag()
8134 if (Error E = Stream.advance().moveInto(Entry)) in getLTOInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp430 .moveInto(IgnoresList), in CreateASTConsumer()
534 .moveInto(IgnoresList), in CreateASTConsumer()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp58 if (Error E = getSymbolFlags(Ref).moveInto(Flags)) in getSymbolValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp90 if (Error E = I->getContents().moveInto(Contents)) in loadObj()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1669 moveInto(Printable); in toString()
1991 This->moveInto(Val); in describe()
4516 LVal.moveInto(Subobj); in foundPointer()
5715 This.moveInto(Val); in checkDynamicType()
5900 LVal.moveInto(Result); in HandleCovariantReturnAdjustment()
12136 Ptr.moveInto(Val); in getBuiltinAlignArguments()
14066 LV.moveInto(V); in VisitCastExpr()
15330 LV.moveInto(Result); in Evaluate()
15341 LV.moveInto(Result); in Evaluate()
15351 C.moveInto(Result); in Evaluate()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp356 AnnotationFormValue->getAsCString().moveInto(FunctionName)) in correlateProfileDataImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp323 consumeError(Section.getName().moveInto(Name)); in getGNUDebuglinkContents()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp689 auto Err = MemProfReader->getMemProfRecord(FuncGUID).moveInto(MemProfRec); in readMemprof()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h584 Error moveInto(
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1298 .moveInto(CombinedIndex)) { in EmitBackendOutput()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp875 .moveInto(Correlator)) in mergeInstrProfile()
3146 .moveInto(Correlator)) in showDebugInfoCorrelation()