Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp692 .moveInto(Entry)) in lazyLoadModuleMetadataBlock()
707 if (Error E = IndexCursor.skipRecord(Entry.ID).moveInto(Code)) in lazyLoadModuleMetadataBlock()
900 .moveInto(Entry)) in loadGlobalDeclAttachments()
1026 if (Error E = Stream.advanceSkippingSubblocks().moveInto(Entry)) in parseMetadata()
1082 if (Error E = IndexCursor.advanceSkippingSubblocks().moveInto(Entry)) in lazyLoadOneMetadata()
1192 if (Error E = Stream.ReadCode().moveInto(Code)) in parseOneMetadata()
2189 if (Error E = R.ReadVBR(6).moveInto(Size)) in parseMetadataStrings()
2228 if (Error E = Stream.advanceSkippingSubblocks().moveInto(Entry)) in parseMetadataAttachment()
2331 if (Error E = Stream.advanceSkippingSubblocks().moveInto(Entry)) in parseMetadataKinds()
H A DBitcodeReader.cpp190 if (Error E = Stream.advance().moveInto(Entry)) in readIdentificationBlock()
235 if (Error E = Stream.advance().moveInto(Entry)) in readIdentificationCode()
311 if (Error E = Stream.advance().moveInto(Entry)) in hasObjCCategory()
7951 readIdentificationBlock(Stream).moveInto(ProducerIdentification)) in getModuleImpl()
8028 if (Error E = Stream.advanceSkippingSubblocks().moveInto(Entry)) in getEnableSplitLTOUnitFlag()
8075 if (Error E = Stream.advance().moveInto(Entry)) in getLTOInfo()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DObjectFile.cpp58 if (Error E = getSymbolFlags(Ref).moveInto(Flags)) in getSymbolValue()
/openbsd/gnu/llvm/llvm/lib/XRay/
H A DInstrumentationMap.cpp89 if (Error E = I->getContents().moveInto(Contents)) in loadObj()
/openbsd/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp346 .moveInto(IgnoresList), in CreateASTConsumer()
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp289 AnnotationFormValue->getAsCString().moveInto(FunctionName)) in correlateProfileDataImpl()
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp1615 moveInto(Printable); in toString()
1921 This->moveInto(Val); in describe()
4448 LVal.moveInto(Subobj); in foundPointer()
5630 This.moveInto(Val); in checkDynamicType()
5815 LVal.moveInto(Result); in HandleCovariantReturnAdjustment()
11859 Ptr.moveInto(Val); in getBuiltinAlignArguments()
13718 LV.moveInto(V); in VisitCastExpr()
14979 LV.moveInto(Result); in Evaluate()
14990 LV.moveInto(Result); in Evaluate()
15000 C.moveInto(Result); in Evaluate()
[all …]
/openbsd/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp274 consumeError(Section.getName().moveInto(Name)); in getGNUDebuglinkContents()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DError.h580 Error moveInto(OtherT &Value,
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp1238 .moveInto(CombinedIndex)) { in EmitBackendOutput()
/openbsd/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp405 InstrProfCorrelator::get(DebugInfoFilename).moveInto(Correlator)) in mergeInstrProfile()
2819 if (auto Err = InstrProfCorrelator::get(Filename).moveInto(Correlator)) in showDebugInfoCorrelation()
/openbsd/gnu/llvm/llvm/docs/
H A DProgrammersManual.rst572 ``moveInto()`` method avoids the need to name an extra variable. This is
584 if (auto Err = openBuffer(Path).moveInto(MB))
603 if (auto Err = extractClassName(Path).moveInto(LazyName))