| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SpecialCaseList.cpp | 63 .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 D | DWARFDebugFrame.cpp | 50 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 D | BitcodeAnalyzer.cpp | 551 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 D | MetadataLoader.cpp | 780 .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 D | BitcodeReader.cpp | 192 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 D | ExtractAPIConsumer.cpp | 429 .moveInto(IgnoresList), in CreateASTConsumer() 533 .moveInto(IgnoresList), in CreateASTConsumer()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ObjectFile.cpp | 58 if (Error E = getSymbolFlags(Ref).moveInto(Flags)) in getSymbolValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/CGData/ |
| H A D | CodeGenDataReader.cpp | 103 if (auto E = IndexedCGData::Header::readFromBuffer(Start).moveInto(Header)) in read()
|
| /freebsd/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | InstrumentationMap.cpp | 90 if (Error E = I->getContents().moveInto(Contents)) in loadObj()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | PGOCtxProfReader.cpp | 187 RET_ON_ERR(Cursor.advance().moveInto(Entry)); in readMetadata()
|
| H A D | InstrProfCorrelator.cpp | 379 AnnotationFormValue->getAsCString().moveInto(FunctionName)) in correlateProfileDataImpl()
|
| H A D | InstrProfReader.cpp | 654 .moveInto(BIDFetcherCorrelator)) { in readHeader()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 1611 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 D | MemProfUse.cpp | 383 auto Err = MemProfReader->getMemProfRecord(FuncGUID).moveInto(MemProfRec); in readMemprof()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | GlobalModuleIndex.cpp | 854 if (llvm::Error Err = Lock.tryLock().moveInto(Owned)) { in writeIndex()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Symbolize.cpp | 328 consumeError(Section.getName().moveInto(Name)); in getGNUDebuglinkContents()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSplitModule.cpp | 1564 if (Error Err = Lock.tryLock().moveInto(Owned)) { in run()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Error.h | 595 Error moveInto(
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1419 .moveInto(CombinedIndex)) { in emitBackendOutput()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 1001 .moveInto(Correlator)) in mergeInstrProfile() 3346 .moveInto(Correlator)) in showDebugInfoCorrelation()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 1504 if (llvm::Error Err = Lock->tryLock().moveInto(Owned)) { in compileModuleAndReadASTBehindLock()
|