Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.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()
H A DMetadataLoader.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()
H A DBitcodeReader.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/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp449 .moveInto(IgnoresList), in CreateASTConsumer()
553 .moveInto(IgnoresList), in CreateASTConsumer()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp58 if (Error E = getSymbolFlags(Ref).moveInto(Flags)) in getSymbolValue()
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp90 if (Error E = I->getContents().moveInto(Contents)) in loadObj()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp355 AnnotationFormValue->getAsCString().moveInto(FunctionName)) in correlateProfileDataImpl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.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/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp323 consumeError(Section.getName().moveInto(Name)); in getGNUDebuglinkContents()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp800 auto Err = MemProfReader->getMemProfRecord(FuncGUID).moveInto(MemProfRec); in readMemprof()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h591 Error moveInto(
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1311 .moveInto(CombinedIndex)) { in EmitBackendOutput()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp933 .moveInto(Correlator)) in mergeInstrProfile()
3221 .moveInto(Correlator)) in showDebugInfoCorrelation()