Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp63 .moveInto(Glob->Pattern)) in insert()
151 if (auto Err = addSection("*", FileIdx, 1).moveInto(CurrentSection)) { in parse()
181 .moveInto(CurrentSection)) { in parse()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp50 if (Error CieError = parseRows(Cie->cfis(), Row, nullptr).moveInto(CieRows)) in createUnwindTable()
57 parseRows(Fde->cfis(), Row, &InitialLocs).moveInto(FdeRows)) in createUnwindTable()
79 if (Error CieError = parseRows(Cie->cfis(), Row, nullptr).moveInto(Rows)) in createUnwindTable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp551 if (Error E = R.ReadVBR(6).moveInto(Size)) in decodeMetadataStringsBlob()
575 if (Error E = analyzeHeader(O, Stream).moveInto(CurStreamType)) in analyze()
601 .moveInto(NewBlockInfo)) in analyze()
761 .moveInto(NewBlockInfo)) in parseBlock()
809 .moveInto(Entry)) in parseBlock()
858 if (Error E = Stream.readRecord(Entry.ID, Record, &Blob).moveInto(Code)) in parseBlock()
H A DMetadataLoader.cpp780 .moveInto(Entry)) in lazyLoadModuleMetadataBlock()
795 if (Error E = IndexCursor.skipRecord(Entry.ID).moveInto(Code)) in lazyLoadModuleMetadataBlock()
988 .moveInto(Entry)) in loadGlobalDeclAttachments()
1114 if (Error E = Stream.advanceSkippingSubblocks().moveInto(Entry)) in parseMetadata()
1172 if (Error E = IndexCursor.advanceSkippingSubblocks().moveInto(Entry)) in lazyLoadOneMetadata()
1310 if (Error E = Stream.ReadCode().moveInto(Code)) in parseOneMetadata()
2431 if (Error E = R.ReadVBR(6).moveInto(Size)) in parseMetadataStrings()
2470 if (Error E = Stream.advanceSkippingSubblocks().moveInto(Entry)) in parseMetadataAttachment()
2573 if (Error E = Stream.advanceSkippingSubblocks().moveInto(Entry)) in parseMetadataKinds()
H A DBitcodeReader.cpp192 if (Error E = Stream.advance().moveInto(Entry)) in readIdentificationBlock()
237 if (Error E = Stream.advance().moveInto(Entry)) in readIdentificationCode()
314 if (Error E = Stream.advance().moveInto(Entry)) in hasObjCCategory()
8483 readIdentificationBlock(Stream).moveInto(ProducerIdentification)) in getModuleImpl()
8564 if (Error E = Stream.advanceSkippingSubblocks().moveInto(Entry)) in getEnableSplitLTOUnitAndUnifiedFlag()
8615 if (Error E = Stream.advance().moveInto(Entry)) in getLTOInfo()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp429 .moveInto(IgnoresList), in CreateASTConsumer()
533 .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/CGData/
H A DCodeGenDataReader.cpp103 if (auto E = IndexedCGData::Header::readFromBuffer(Start).moveInto(Header)) in read()
/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 DPGOCtxProfReader.cpp187 RET_ON_ERR(Cursor.advance().moveInto(Entry)); in readMetadata()
H A DInstrProfCorrelator.cpp379 AnnotationFormValue->getAsCString().moveInto(FunctionName)) in correlateProfileDataImpl()
H A DInstrProfReader.cpp654 .moveInto(BIDFetcherCorrelator)) { in readHeader()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1611 void moveInto(APValue &v) const { in moveInto() function
1651 void moveInto(APValue &V) const { in moveInto() function
1706 moveInto(Printable); in toString()
1827 void moveInto(APValue &V) const { in moveInto() function
2034 This->moveInto(Val); in describe()
4570 LVal.moveInto(Val); in findCompleteObject()
4796 LVal.moveInto(Subobj); in foundPointer()
4948 LVal.moveInto(Subobj); in foundPointer()
6065 This.moveInto(Val); in checkDynamicType()
6254 LVal.moveInto(Result); in HandleCovariantReturnAdjustment()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfUse.cpp383 auto Err = MemProfReader->getMemProfRecord(FuncGUID).moveInto(MemProfRec); in readMemprof()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp854 if (llvm::Error Err = Lock.tryLock().moveInto(Owned)) { in writeIndex()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp328 consumeError(Section.getName().moveInto(Name)); in getGNUDebuglinkContents()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp1564 if (Error Err = Lock.tryLock().moveInto(Owned)) { in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h595 Error moveInto(
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1419 .moveInto(CombinedIndex)) { in emitBackendOutput()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1001 .moveInto(Correlator)) in mergeInstrProfile()
3346 .moveInto(Correlator)) in showDebugInfoCorrelation()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1504 if (llvm::Error Err = Lock->tryLock().moveInto(Owned)) { in compileModuleAndReadASTBehindLock()