Home
last modified time | relevance | path

Searched defs:Out (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.h156 struct Out { struct
159 static OutputSection *elfHeader; argument
160 static OutputSection *programHeaders; argument
161 static OutputSection *preinitArray; argument
162 static OutputSection *initArray; argument
163 static OutputSection *finiArray; argument
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp192 static raw_ostream &printJson(const MemRegion *Region, raw_ostream &Out, in printJson()
197 static raw_ostream &printJson(const SymExpr *Symbol, raw_ostream &Out, in printJson()
202 static raw_ostream &printJson(const DynamicTypeInfo &DTI, raw_ostream &Out, in printJson()
218 static raw_ostream &printJson(const DynamicCastInfo &DCI, raw_ostream &Out, in printJson()
226 static raw_ostream &printJson(const std::pair<T, U> &Pair, raw_ostream &Out, in printJson()
234 raw_ostream &Out, const char *NL, in printJsonContainer()
257 static raw_ostream &printJson(const CastSet &Set, raw_ostream &Out, in printJson()
264 static void printJsonImpl(raw_ostream &Out, ProgramStateRef State, in printJsonImpl()
275 static void printDynamicTypesJson(raw_ostream &Out, ProgramStateRef State, in printDynamicTypesJson()
281 static void printDynamicCastsJson(raw_ostream &Out, ProgramStateRef State, in printDynamicCastsJson()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp215 void MachOWriter::writeSectionInLoadCommand(const Section &Sec, uint8_t *&Out) { in writeSectionInLoadCommand()
272 void writeNListEntry(const SymbolEntry &SE, bool IsLittleEndian, char *&Out, in writeNListEntry()
323 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.rebase_off; in writeRebaseInfo() local
335 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.bind_off; in writeBindInfo() local
347 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.weak_bind_off; in writeWeakBindInfo() local
359 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.lazy_bind_off; in writeLazyBindInfo() local
371 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.export_off; in writeExportInfo() local
385 uint32_t *Out = in writeIndirectSymbolTable() local
401 char *Out = (char *)Buf->getBufferStart() + LinkEditDataCommand.dataoff; in writeLinkData() local
578 char *Out = (char *)Buf->getBufferStart() + ExportsTrieCmd.dataoff; in writeExportsTrieData() local
H A DMachOWriter.h30 raw_ostream &Out; variable
63 StringRef OutputFileName, uint64_t PageSize, raw_ostream &Out) in MachOWriter()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAContext.cpp61 __anonaff722550102(raw_ostream &Out) print() argument
62 __anonaff722550202(raw_ostream &Out) print() argument
66 __anonaff722550302(raw_ostream &Out) print() argument
71 __anonaff722550402(raw_ostream &Out) print() argument
[all...]
H A DLLVMTargetMachine.cpp131 raw_pwrite_stream &Out, in addAsmPrinter()
151 raw_pwrite_stream &Out, raw_pwrite_stream *DwoOut, CodeGenFileType FileType, in createMCStreamer()
210 PassManagerBase &PM, raw_pwrite_stream &Out, raw_pwrite_stream *DwoOut, in addPassesToEmitFile()
240 raw_pwrite_stream &Out, in addPassesToEmitMC()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp37 ASTPrinter(std::unique_ptr<raw_ostream> Out, Kind K, in ASTPrinter()
115 raw_ostream &Out; member in __anon5e8766f00111::ASTPrinter
139 ASTDeclNodeLister(raw_ostream *Out = nullptr) in ASTDeclNodeLister()
155 raw_ostream &Out; member in __anon5e8766f00111::ASTDeclNodeLister
160 clang::CreateASTPrinter(std::unique_ptr<raw_ostream> Out, in CreateASTPrinter()
167 clang::CreateASTDumper(std::unique_ptr<raw_ostream> Out, StringRef FilterString, in CreateASTDumper()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSSAContext.cpp92 return Printable([BB](raw_ostream &Out) { in print() argument
83 __anon613006860102(raw_ostream &Out) print() argument
94 __anon613006860302(raw_ostream &Out) print() argument
96 __anon613006860402(raw_ostream &Out) print() argument
[all...]
H A DAsmWriter.cpp299 static void PrintCallingConv(unsigned cc, raw_ostream &Out) { in PrintCallingConv()
445 static void PrintShuffleMask(raw_ostream &Out, Type *Ty, ArrayRef<int> Mask) { in PrintShuffleMask()
1402 static void WriteOptimizationInfo(raw_ostream &Out, const User *U) { in WriteOptimizationInfo()
1442 static void WriteAPFloatInternal(raw_ostream &Out, const APFloat &APF) { in WriteAPFloatInternal()
1535 static void WriteConstantInternal(raw_ostream &Out, const Constant *CV, in WriteConstantInternal()
1761 static void writeMDTuple(raw_ostream &Out, const MDTuple *Node, in writeMDTuple()
1802 raw_ostream &Out; member
1870 static void writeMetadataAsOperand(raw_ostream &Out, const Metadata *MD, in writeMetadataAsOperand()
1982 static void writeGenericDINode(raw_ostream &Out, const GenericDINode *N, in writeGenericDINode()
2000 static void writeDILocation(raw_ostream &Out, const DILocation *DL, in writeDILocation()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmWriter.h22 Writer(Object &Obj, raw_ostream &Out) : Obj(Obj), Out(Out) {} in Writer()
28 raw_ostream &Out; variable
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFWriter.h25 XCOFFWriter(Object & Obj,raw_ostream & Out) XCOFFWriter() argument
30 raw_ostream &Out; global() variable
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.h27 raw_ostream &Out; variable
55 COFFWriter(Object &Obj, raw_ostream &Out) in COFFWriter()
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp105 FILE *Out; member
126 FILE *Out = Data->Out; in ElCompletionFn() local
194 FILE *Out, FILE *Err) in LineEditor() argument
278 FILE *Out; member
282 LineEditor(StringRef ProgName,StringRef HistoryPath,FILE * In,FILE * Out,FILE * Err) LineEditor() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp909 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) { in output()
922 raw_ostream &Out) { in output()
933 raw_ostream &Out) { in output()
944 raw_ostream &Out) { in output()
961 raw_ostream &Out) { in output()
977 raw_ostream &Out) { in output()
993 raw_ostream &Out) { in output()
1006 void ScalarTraits<int8_t>::output(const int8_t &Val, void *, raw_ostream &Out) { in output()
1023 raw_ostream &Out) { in output()
1038 raw_ostream &Out) { in output()
[all …]
H A DStringExtras.cpp62 void llvm::printEscapedString(StringRef Name, raw_ostream &Out) { in printEscapedString() argument
73 void llvm::printHTMLEscaped(StringRef String, raw_ostream &Out) { in printHTMLEscaped() argument
90 printLowerCase(StringRef String,raw_ostream & Out) printLowerCase() argument
[all...]
H A DVersionTuple.cpp24 llvm::raw_string_ostream Out(Result); in getAsString() local
30 raw_ostream &llvm::operator<<(raw_ostream &Out, const VersionTuple &V) { in operator <<() argument
H A DConvertUTFWrapper.cpp84 bool convertUTF16ToUTF8String(ArrayRef<char> SrcBytes, std::string &Out) { in convertUTF16ToUTF8String()
135 bool convertUTF16ToUTF8String(ArrayRef<UTF16> Src, std::string &Out) { in convertUTF16ToUTF8String()
142 bool convertUTF32ToUTF8String(ArrayRef<char> SrcBytes, std::string &Out) { in convertUTF32ToUTF8String()
193 bool convertUTF32ToUTF8String(ArrayRef<UTF32> Src, std::string &Out) { in convertUTF32ToUTF8String()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp827 SMLoc IDLoc, MCStreamer &Out, in emitLAInstSeq()
903 MCStreamer &Out) { in emitLoadAddressAbs()
934 MCStreamer &Out) { in emitLoadAddressPcrel()
953 MCStreamer &Out) { in emitLoadAddressPcrelLarge()
980 MCStreamer &Out) { in emitLoadAddressGot()
999 MCStreamer &Out) { in emitLoadAddressGotLarge()
1026 MCStreamer &Out) { in emitLoadAddressTLSLE()
1044 MCStreamer &Out) { in emitLoadAddressTLSIE()
1063 MCStreamer &Out) { in emitLoadAddressTLSIELarge()
1090 MCStreamer &Out) { in emitLoadAddressTLSLD()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp417 Register Out = in createDupLane() local
433 Register Out = MRI->createVirtualRegister(TRC); in createExtractSubreg() local
447 Register Out = MRI->createVirtualRegister(&ARM::QPRRegClass); in createRegSequence() local
465 Register Out = MRI->createVirtualRegister(&ARM::DPRRegClass); in createVExt() local
477 Register Out = MRI->createVirtualRegister(&ARM::DPR_VFP2RegClass); in createInsertSubreg() local
493 Register Out = MRI->createVirtualRegister(&ARM::DPRRegClass); in createImplicitDef() local
510 unsigned Out; in optimizeAllLanesPattern() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h731 inline bool fromJSON(const Value &E, std::string &Out, Path P) { in fromJSON()
739 inline bool fromJSON(const Value &E, int &Out, Path P) { in fromJSON()
747 inline bool fromJSON(const Value &E, int64_t &Out, Path P) { in fromJSON()
755 inline bool fromJSON(const Value &E, double &Out, Path P) { in fromJSON()
763 inline bool fromJSON(const Value &E, bool &Out, Path P) { in fromJSON()
771 inline bool fromJSON(const Value &E, uint64_t &Out, Path P) { in fromJSON()
779 inline bool fromJSON(const Value &E, std::nullptr_t &Out, Path P) { in fromJSON()
788 bool fromJSON(const Value &E, std::optional<T> &Out, Path P) { in fromJSON()
800 bool fromJSON(const Value &E, std::vector<T> &Out, Path P) { in fromJSON()
813 bool fromJSON(const Value &E, std::map<std::string, T> &Out, Path P) { in fromJSON()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWPStringPool.h33 MCStreamer &Out; variable
39 DWPStringPool(MCStreamer &Out, MCSection *Sec) : Out(Out), Sec(Sec) {} in DWPStringPool()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp39 raw_ostream &Out) { in mangleFunctionBlock()
139 void MangleContext::mangleName(GlobalDecl GD, raw_ostream &Out) { in mangleName()
244 void MangleContext::mangleMSGuidDecl(const MSGuidDecl *GD, raw_ostream &Out) { in mangleMSGuidDecl()
260 raw_ostream &Out) { in mangleGlobalBlock()
279 llvm::raw_svector_ostream Out(Buffer); in mangleCtorBlock() local
288 llvm::raw_svector_ostream Out(Buffer); in mangleDtorBlock() local
294 raw_ostream &Out) { in mangleBlock()
386 raw_ostream &Out) { in mangleObjCMethodNameAsSourceName()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp205 static void print(raw_ostream &Out, object::Archive::Kind Kind, T Val) { in print()
211 template <class T> static void printLE(raw_ostream &Out, T Val) { in printLE()
216 raw_ostream &Out, const sys::TimePoint<std::chrono::seconds> &ModTime, in printRestOfMemberHeader()
231 printGNUSmallMemberHeader(raw_ostream &Out, StringRef Name, in printGNUSmallMemberHeader()
240 printBSDMemberHeader(raw_ostream &Out, uint64_t Pos, StringRef Name, in printBSDMemberHeader()
256 printBigArchiveMemberHeader(raw_ostream &Out, StringRef Name, in printBigArchiveMemberHeader()
300 printMemberHeader(raw_ostream &Out, uint64_t Pos, raw_ostream &StringTable, in printMemberHeader()
346 raw_string_ostream Out(Header); in computeStringTable() local
376 static void printNBits(raw_ostream &Out, object::Archive::Kind Kind, in printNBits()
442 static void writeSymbolTableHeader(raw_ostream &Out, object::Archive::Kind Kind, in writeSymbolTableHeader()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCXXSelfAssignmentChecker.cpp58 llvm::raw_svector_ostream Out(Msg); in checkBeginFunction() local
68 llvm::raw_svector_ostream Out(Msg); in checkBeginFunction() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp130 PathSensitiveBugReport &BR, llvm::raw_ostream &Out) { in REGISTER_SET_WITH_PROGRAMSTATE()
194 llvm::raw_ostream &Out) { in postPreviousReturnInvalidatingCall()
224 [this, MR](PathSensitiveBugReport &BR, llvm::raw_ostream &Out) { in postPreviousReturnInvalidatingCall()
298 llvm::raw_svector_ostream Out(Msg); in checkPostCall() local

12345678910>>...12