Searched refs:Out (Results 251 - 275 of 341) sorted by relevance

<<11121314

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp455 OperandVector &Operands, MCStreamer &Out,
1243 MCStreamer &Out,
1255 Out.EmitInstruction(Inst, getSTI());
1301 MCStreamer &Out = getStreamer(); local
1325 Out.EmitLabel(Sym);
1241 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2806 auto Out = std::make_unique<DiagnosticForConsumerMapTy>(); local
2814 (*Out)[PC] = std::move(PD);
2819 return Out;
3123 auto Out = std::make_unique<DiagnosticForConsumerMapTy>(); local
3125 (*Out)[Consumer] = generateDiagnosticForBasicReport(basicReport);
3126 return Out;
3215 std::unique_ptr<DiagnosticForConsumerMapTy> Out = generatePathDiagnostics( local
3218 if (Out->empty())
3219 return Out;
3226 for (auto const &P : *Out)
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp508 uint8_t *buf = Out::bufferStart + getParent()->offset + outSecOff;
1421 if (Out::preinitArray) {
1422 addOutSec(DT_PREINIT_ARRAY, Out::preinitArray);
1423 addSize(DT_PREINIT_ARRAYSZ, Out::preinitArray);
1425 if (Out::initArray) {
1426 addOutSec(DT_INIT_ARRAY, Out::initArray);
1427 addSize(DT_INIT_ARRAYSZ, Out::initArray);
1429 if (Out::finiArray) {
1430 addOutSec(DT_FINI_ARRAY, Out::finiArray);
1431 addSize(DT_FINI_ARRAYSZ, Out
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp60 void writeBlobToStream(raw_ostream &Out) { Out << OS.str(); } argument
1447 bool yaml2elf(llvm::ELFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH) { argument
1452 return ELFState<object::ELF64LE>::writeELF(Out, Doc, EH);
1453 return ELFState<object::ELF64BE>::writeELF(Out, Doc, EH);
1456 return ELFState<object::ELF32LE>::writeELF(Out, Doc, EH);
1457 return ELFState<object::ELF32BE>::writeELF(Out, Doc, EH);
H A DMachOEmitter.cpp574 bool yaml2macho(YamlObjectFile &Doc, raw_ostream &Out, ErrorHandler /*EH*/) { argument
576 Writer.writeMachO(Out);
H A DCOFFEmitter.cpp604 bool yaml2coff(llvm::COFFYAML::Object &Doc, raw_ostream &Out, argument
621 if (!writeCOFF(CP, Out)) {
H A DWasmEmitter.cpp627 bool yaml2wasm(WasmYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH) { argument
629 return Writer.writeWasm(Out);
H A DELFYAML.cpp856 static void output(const StOtherPiece &Val, void *, raw_ostream &Out) { argument
857 Out << Val;
871 raw_ostream &Out) {
872 Out << Val;
870 output(const ELFYAML::YAMLFlowString &Val, void *, raw_ostream &Out) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp125 bool finishBundle(SMLoc IDLoc, MCStreamer &Out);
132 OperandVector &Operands, MCStreamer &Out,
464 bool HexagonAsmParser::finishBundle(SMLoc IDLoc, MCStreamer &Out) { argument
485 Out.EmitInstruction(MCB, getSTI());
608 MCStreamer &Out,
635 return finishBundle(IDLoc, Out);
648 return finishBundle(IDLoc, Out);
606 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp39 void WasmSymbol::print(raw_ostream &Out) const {
40 Out << "Name=" << Info.Name
44 Out << ", ElemIndex=" << Info.ElementIndex;
46 Out << ", Segment=" << Info.DataRef.Segment;
47 Out << ", Offset=" << Info.DataRef.Offset;
48 Out << ", Size=" << Info.DataRef.Size;
237 return make_error<StringError>("Out of order section type: " +
H A DWindowsResource.cpp170 static bool convertUTF16LEToUTF8String(ArrayRef<UTF16> Src, std::string &Out) { argument
172 return convertUTF16ToUTF8String(Src, Out);
178 return convertUTF16ToUTF8String(makeArrayRef(EndianCorrectedSrc), Out);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp486 SmallSetVector<GlobalVariable *, 8> &Out);
1277 Constant *C, SmallSetVector<GlobalVariable *, 8> &Out) {
1280 Out.insert(GV);
1282 findGlobalVariableUsersOf(C2, Out);
1696 yaml::Output Out(OS);
1697 Out << Summary;
1276 findGlobalVariableUsersOf( Constant *C, SmallSetVector<GlobalVariable *, 8> &Out) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp72 OperandVector &Operands, MCStreamer &Out,
652 MCStreamer &Out,
660 Out.EmitInstruction(Inst, SubtargetInfo);
650 MatchAndEmitInstruction(SMLoc IdLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp67 OperandVector &Operands, MCStreamer &Out,
582 MCStreamer &Out,
603 Out.EmitInstruction(I, getSTI());
580 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h1229 OutputIt copy_if(R &&Range, OutputIt Out, UnaryPredicate P) { argument
1230 return std::copy_if(adl_begin(Range), adl_end(Range), Out, P);
1234 OutputIt copy(R &&Range, OutputIt Out) { argument
1235 return std::copy(adl_begin(Range), adl_end(Range), Out);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp1603 IterListType Out;
1607 Out.push_back(I);
1609 for (unsigned i = 0, n = Out.size(); i < n; ++i)
1610 IFMap.erase(Out[i]);
H A DHexagonLoopIdiomRecognition.cpp580 bool findCycle(Value *Out, Value *In, ValueSeq &Cycle);
1115 bool PolynomialMultiplyRecognize::findCycle(Value *Out, Value *In, argument
1117 // Out = ..., In, ...
1118 if (Out == In)
1121 auto *BB = cast<Instruction>(Out)->getParent();
1124 for (auto U : Out->users()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2518 void Stmt::printPretty(raw_ostream &Out, PrinterHelper *Helper, argument
2521 StmtPrinter P(Out, Helper, Policy, Indentation, NL, Context);
2525 void Stmt::printJson(raw_ostream &Out, PrinterHelper *Helper, argument
2532 Out << JsonFormat(TempOut.str(), AddQuotes);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h96 void print(raw_ostream &Out) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp465 auto *Out = local
473 return Out;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h427 void printJson(raw_ostream &Out, const LocationContext *LCtx = nullptr,
431 void printDOT(raw_ostream &Out, const LocationContext *LCtx = nullptr,
646 // Out-of-line method definitions for ProgramState.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3142 void AsmPrinter::XRayFunctionEntry::emit(int Bytes, MCStreamer *Out, argument
3144 Out->EmitSymbolValue(Sled, Bytes);
3145 Out->EmitSymbolValue(CurrentFnSym, Bytes);
3147 Out->EmitBinaryData(StringRef(reinterpret_cast<const char *>(&Kind8), 1));
3148 Out->EmitBinaryData(
3150 Out->EmitBinaryData(StringRef(reinterpret_cast<const char *>(&Version), 1));
3153 Out->EmitZeros(Padding);
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacpixf.h1181 ACPI_RESOURCE_ADDRESS64 *Out))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp422 SmallVectorImpl<unsigned> &Out) {
429 Out.push_back(0);
433 Out.back() += 1;
435 Out.push_back(1);
421 ParseFunctionArgs(const SmallVectorImpl<ArgT> &Args, SmallVectorImpl<unsigned> &Out) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp889 SmallVectorImpl<unsigned> &Out) {
894 Out.push_back((Bytes + 1) / 2);
901 SmallVectorImpl<unsigned> &Out) {
910 Out.push_back(Size);
888 parseFunctionArgs(const SmallVectorImpl<ISD::InputArg> &Ins, SmallVectorImpl<unsigned> &Out) argument
900 parseExternFuncCallArgs(const SmallVectorImpl<ISD::OutputArg> &In, SmallVectorImpl<unsigned> &Out) argument

Completed in 543 milliseconds

<<11121314