Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDSpecialCaseList.cpp63 .moveInto(Pair.first)) in insert()
148 if (auto Err = addSection("*", 1).moveInto(CurrentSection)) { in parse()
177 .moveInto(CurrentSection)) { in parse()
HDGlobPattern.cpp147 if (auto Err = parseBraceExpansions(S, MaxSubPatterns).moveInto(SubPats)) in create()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeAnalyzer.cpp548 if (Error E = R.ReadVBR(6).moveInto(Size)) in decodeMetadataStringsBlob()
572 if (Error E = analyzeHeader(O, Stream).moveInto(CurStreamType)) in analyze()
598 .moveInto(NewBlockInfo)) in analyze()
758 .moveInto(NewBlockInfo)) in parseBlock()
806 .moveInto(Entry)) in parseBlock()
855 if (Error E = Stream.readRecord(Entry.ID, Record, &Blob).moveInto(Code)) in parseBlock()
HDMetadataLoader.cpp784 .moveInto(Entry)) in lazyLoadModuleMetadataBlock()
799 if (Error E = IndexCursor.skipRecord(Entry.ID).moveInto(Code)) in lazyLoadModuleMetadataBlock()
992 .moveInto(Entry)) in loadGlobalDeclAttachments()
1118 if (Error E = Stream.advanceSkippingSubblocks().moveInto(Entry)) in parseMetadata()
1174 if (Error E = IndexCursor.advanceSkippingSubblocks().moveInto(Entry)) in lazyLoadOneMetadata()
1304 if (Error E = Stream.ReadCode().moveInto(Code)) in parseOneMetadata()
2313 if (Error E = R.ReadVBR(6).moveInto(Size)) in parseMetadataStrings()
2352 if (Error E = Stream.advanceSkippingSubblocks().moveInto(Entry)) in parseMetadataAttachment()
2455 if (Error E = Stream.advanceSkippingSubblocks().moveInto(Entry)) in parseMetadataKinds()
HDBitcodeReader.cpp206 if (Error E = Stream.advance().moveInto(Entry)) in readIdentificationBlock()
251 if (Error E = Stream.advance().moveInto(Entry)) in readIdentificationCode()
328 if (Error E = Stream.advance().moveInto(Entry)) in hasObjCCategory()
8348 readIdentificationBlock(Stream).moveInto(ProducerIdentification)) in getModuleImpl()
8429 if (Error E = Stream.advanceSkippingSubblocks().moveInto(Entry)) in getEnableSplitLTOUnitAndUnifiedFlag()
8480 if (Error E = Stream.advance().moveInto(Entry)) in getLTOInfo()
/freebsd-14-stable/contrib/llvm-project/clang/lib/ExtractAPI/
HDExtractAPIConsumer.cpp449 .moveInto(IgnoresList), in CreateASTConsumer()
553 .moveInto(IgnoresList), in CreateASTConsumer()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDObjectFile.cpp58 if (Error E = getSymbolFlags(Ref).moveInto(Flags)) in getSymbolValue()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/XRay/
HDInstrumentationMap.cpp90 if (Error E = I->getContents().moveInto(Contents)) in loadObj()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDInstrProfCorrelator.cpp355 AnnotationFormValue->getAsCString().moveInto(FunctionName)) in correlateProfileDataImpl()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.cpp1587 void moveInto(APValue &v) const { in moveInto() function
1624 void moveInto(APValue &V) const { in moveInto() function
1674 moveInto(Printable); in toString()
1789 void moveInto(APValue &V) const { in moveInto() function
1997 This->moveInto(Val); in describe()
4288 LVal.moveInto(Val); in findCompleteObject()
4551 LVal.moveInto(Subobj); in foundPointer()
4703 LVal.moveInto(Subobj); in foundPointer()
5776 This.moveInto(Val); in checkDynamicType()
5961 LVal.moveInto(Result); in HandleCovariantReturnAdjustment()
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
HDSymbolize.cpp323 consumeError(Section.getName().moveInto(Name)); in getGNUDebuglinkContents()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDMemProfiler.cpp800 auto Err = MemProfReader->getMemProfRecord(FuncGUID).moveInto(MemProfRec); in readMemprof()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDError.h591 Error moveInto(
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDBackendUtil.cpp1311 .moveInto(CombinedIndex)) { in EmitBackendOutput()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
HDllvm-profdata.cpp933 .moveInto(Correlator)) in mergeInstrProfile()
3221 .moveInto(Correlator)) in showDebugInfoCorrelation()