Home
last modified time | relevance | path

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

12345678910>>...13

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp225 void MachOWriter::writeSectionInLoadCommand(const Section &Sec, uint8_t *&Out) { in writeSectionInLoadCommand()
282 void writeNListEntry(const SymbolEntry &SE, bool IsLittleEndian, char *&Out, in writeNListEntry()
334 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.rebase_off; in writeRebaseInfo() local
346 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.bind_off; in writeBindInfo() local
358 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.weak_bind_off; in writeWeakBindInfo() local
370 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.lazy_bind_off; in writeLazyBindInfo() local
382 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.export_off; in writeExportInfo() local
396 uint32_t *Out = in writeIndirectSymbolTable() local
411 char *Out = (char *)Buf->getBufferStart() + LinkEditDataCommand.dataoff; in writeLinkData() local
H A DMachOWriter.h27 raw_ostream &Out; variable
56 raw_ostream &Out) in MachOWriter()
/netbsd-src/external/apache2/llvm/dist/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 …]
H A DCheckerRegistryData.cpp123 const AnalyzerOptions &AnOpts, raw_ostream &Out, in printCheckerWithDescList()
142 StringRef Description) { in printCheckerWithDescList()
203 StringRef Desc) { in printCheckerOptionList()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTConsumers.cpp37 ASTPrinter(std::unique_ptr<raw_ostream> Out, Kind K, in ASTPrinter()
112 raw_ostream &Out; member in __anonc0946b7b0111::ASTPrinter
136 ASTDeclNodeLister(raw_ostream *Out = nullptr) in ASTDeclNodeLister()
152 raw_ostream &Out; member in __anonc0946b7b0111::ASTDeclNodeLister
157 clang::CreateASTPrinter(std::unique_ptr<raw_ostream> Out, in CreateASTPrinter()
164 clang::CreateASTDumper(std::unique_ptr<raw_ostream> Out, StringRef FilterString, in CreateASTDumper()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
H A DWriter.h22 Writer(Object &Obj, raw_ostream &Out) : Obj(Obj), Out(Out) {} in Writer()
28 raw_ostream &Out; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DWriter.h27 raw_ostream &Out; variable
55 COFFWriter(Object &Obj, raw_ostream &Out) in COFFWriter()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DArchiveWriter.cpp147 static void print(raw_ostream &Out, object::Archive::Kind Kind, T Val) { in print()
153 raw_ostream &Out, const sys::TimePoint<std::chrono::seconds> &ModTime, in printRestOfMemberHeader()
168 printGNUSmallMemberHeader(raw_ostream &Out, StringRef Name, in printGNUSmallMemberHeader()
177 printBSDMemberHeader(raw_ostream &Out, uint64_t Pos, StringRef Name, in printBSDMemberHeader()
211 printMemberHeader(raw_ostream &Out, uint64_t Pos, raw_ostream &StringTable, in printMemberHeader()
251 raw_string_ostream Out(Header); in computeStringTable() local
281 static void printNBits(raw_ostream &Out, object::Archive::Kind Kind, in printNBits()
313 static void writeSymbolTableHeader(raw_ostream &Out, object::Archive::Kind Kind, in writeSymbolTableHeader()
325 static void writeSymbolTable(raw_ostream &Out, object::Archive::Kind Kind, in writeSymbolTable()
475 raw_string_ostream Out(Header); in computeMemberData() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLTraits.cpp882 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) { in output()
895 raw_ostream &Out) { in output()
906 raw_ostream &Out) { in output()
917 raw_ostream &Out) { in output()
934 raw_ostream &Out) { in output()
950 raw_ostream &Out) { in output()
966 raw_ostream &Out) { in output()
979 void ScalarTraits<int8_t>::output(const int8_t &Val, void *, raw_ostream &Out) { in output()
996 raw_ostream &Out) { in output()
1011 raw_ostream &Out) { in output()
[all …]
H A DStringExtras.cpp62 void llvm::printEscapedString(StringRef Name, raw_ostream &Out) { in printEscapedString()
74 void llvm::printHTMLEscaped(StringRef String, raw_ostream &Out) { in printHTMLEscaped()
91 void llvm::printLowerCase(StringRef String, raw_ostream &Out) { in printLowerCase()
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 <<()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LineEditor/
H A DLineEditor.cpp107 FILE *Out; member
128 FILE *Out = Data->Out; in ElCompletionFn() local
199 FILE *Out, FILE *Err) in LineEditor()
283 FILE *Out; member
287 FILE *Out, FILE *Err) in LineEditor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp123 raw_pwrite_stream &Out, in addAsmPrinter()
143 raw_pwrite_stream &Out, raw_pwrite_stream *DwoOut, CodeGenFileType FileType, in createMCStreamer()
209 PassManagerBase &PM, raw_pwrite_stream &Out, raw_pwrite_stream *DwoOut, in addPassesToEmitFile()
239 raw_pwrite_stream &Out, in addPassesToEmitMC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp355 static void PrintCallingConv(unsigned cc, raw_ostream &Out) { in PrintCallingConv()
478 static void PrintShuffleMask(raw_ostream &Out, Type *Ty, ArrayRef<int> Mask) { in PrintShuffleMask()
1305 static void WriteOptimizationInfo(raw_ostream &Out, const User *U) { in WriteOptimizationInfo()
1344 static void WriteConstantInternal(raw_ostream &Out, const Constant *CV, in WriteConstantInternal()
1636 static void writeMDTuple(raw_ostream &Out, const MDTuple *Node, in writeMDTuple()
1677 raw_ostream &Out; member
1747 static void writeMetadataAsOperand(raw_ostream &Out, const Metadata *MD, in writeMetadataAsOperand()
1860 static void writeGenericDINode(raw_ostream &Out, const GenericDINode *N, in writeGenericDINode()
1879 static void writeDILocation(raw_ostream &Out, const DILocation *DL, in writeDILocation()
1894 static void writeDISubrange(raw_ostream &Out, const DISubrange *N, in writeDISubrange()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp419 Register Out = in createDupLane() local
435 Register Out = MRI->createVirtualRegister(TRC); in createExtractSubreg() local
449 Register Out = MRI->createVirtualRegister(&ARM::QPRRegClass); in createRegSequence() local
467 Register Out = MRI->createVirtualRegister(&ARM::DPRRegClass); in createVExt() local
479 Register Out = MRI->createVirtualRegister(&ARM::DPR_VFP2RegClass); in createInsertSubreg() local
495 Register Out = MRI->createVirtualRegister(&ARM::DPRRegClass); in createImplicitDef() local
512 unsigned Out; in optimizeAllLanesPattern() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A DDWPStringPool.h33 MCStreamer &Out; variable
39 DWPStringPool(MCStreamer &Out, MCSection *Sec) : Out(Out), Sec(Sec) {} in DWPStringPool()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMangle.cpp39 raw_ostream &Out) { in mangleFunctionBlock()
141 void MangleContext::mangleName(GlobalDecl GD, raw_ostream &Out) { in mangleName()
236 void MangleContext::mangleMSGuidDecl(const MSGuidDecl *GD, raw_ostream &Out) { in mangleMSGuidDecl()
252 raw_ostream &Out) { in mangleGlobalBlock()
271 llvm::raw_svector_ostream Out(Buffer); in mangleCtorBlock() local
280 llvm::raw_svector_ostream Out(Buffer); in mangleDtorBlock() local
286 raw_ostream &Out) { in mangleBlock()
379 raw_ostream &Out) { in mangleObjCMethodNameAsSourceName()
H A DInheritViz.cpp35 raw_ostream &Out; member in __anona1941d880111::InheritanceHierarchyWriter
40 InheritanceHierarchyWriter(ASTContext& Context, raw_ostream& Out) in InheritanceHierarchyWriter()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dcsv_reporter.cc46 std::ostream& Out = GetOutputStream(); in ReportRuns() local
91 std::ostream& Out = GetOutputStream(); in PrintRunData() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dcsv_reporter.cc46 std::ostream& Out = GetOutputStream(); in ReportRuns() local
87 std::ostream& Out = GetOutputStream(); in PrintRunData() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DJSON.h646 inline bool fromJSON(const Value &E, std::string &Out, Path P) { in fromJSON()
654 inline bool fromJSON(const Value &E, int &Out, Path P) { in fromJSON()
662 inline bool fromJSON(const Value &E, int64_t &Out, Path P) { in fromJSON()
670 inline bool fromJSON(const Value &E, double &Out, Path P) { in fromJSON()
678 inline bool fromJSON(const Value &E, bool &Out, Path P) { in fromJSON()
686 inline bool fromJSON(const Value &E, std::nullptr_t &Out, Path P) { in fromJSON()
695 bool fromJSON(const Value &E, llvm::Optional<T> &Out, Path P) { in fromJSON()
707 bool fromJSON(const Value &E, std::vector<T> &Out, Path P) { in fromJSON()
720 bool fromJSON(const Value &E, std::map<std::string, T> &Out, Path P) { in fromJSON()
763 template <typename T> bool map(StringLiteral Prop, T &Out) { in map()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A DPassPrinters.cpp33 raw_ostream &Out; member
65 raw_ostream &Out; member
100 raw_ostream &Out; member
130 raw_ostream &Out; member
161 raw_ostream &Out; member
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp53 static bool writeProgramToFileAux(ToolOutputFile &Out, const Module &M) { in writeProgramToFileAux()
65 ToolOutputFile Out(Filename, FD); in writeProgramToFile() local
82 ToolOutputFile Out(Filename, EC, sys::fs::OF_None); in writeProgramToFile() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp137 Object &Obj, raw_ostream &Out, in createELFWriter()
158 Object &Obj, raw_ostream &Out, in createWriter()
665 raw_ostream &Out, ElfType OutputElfType) { in writeOutput()
675 raw_ostream &Out) { in executeObjcopyOnIHex()
690 raw_ostream &Out) { in executeObjcopyOnRawBinary()
709 object::ELFObjectFileBase &In, raw_ostream &Out) { in executeObjcopyOnBinary()

12345678910>>...13