Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DOutputSections.h129 struct Out { struct
133 static OutputSection *elfHeader; argument
134 static OutputSection *programHeaders; argument
135 static OutputSection *preinitArray; argument
136 static OutputSection *initArray; argument
137 static OutputSection *finiArray; argument
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOWriter.cpp234 void MachOWriter::writeSectionInLoadCommand(const Section &Sec, uint8_t *&Out) { in writeSectionInLoadCommand()
291 void writeNListEntry(const SymbolEntry &SE, bool IsLittleEndian, char *&Out, in writeNListEntry()
343 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.rebase_off; in writeRebaseInfo() local
355 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.bind_off; in writeBindInfo() local
367 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.weak_bind_off; in writeWeakBindInfo() local
379 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.lazy_bind_off; in writeLazyBindInfo() local
391 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.export_off; in writeExportInfo() local
405 uint32_t *Out = in writeIndirectSymbolTable() local
420 char *Out = (char *)Buf->getBufferStart() + LinkEditDataCommand.dataoff; in writeLinkData() local
DMachOWriter.h27 raw_ostream &Out; variable
57 raw_ostream &Out) in MachOWriter()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
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 …]
DCheckerRegistryData.cpp123 const AnalyzerOptions &AnOpts, raw_ostream &Out, in printCheckerWithDescList()
142 StringRef Description) { in printCheckerWithDescList()
203 StringRef Desc) { in printCheckerOptionList()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DASTConsumers.cpp37 ASTPrinter(std::unique_ptr<raw_ostream> Out, Kind K, in ASTPrinter()
112 raw_ostream &Out; member in __anon5c4909080111::ASTPrinter
136 ASTDeclNodeLister(raw_ostream *Out = nullptr) in ASTDeclNodeLister()
152 raw_ostream &Out; member in __anon5c4909080111::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()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
DWriter.h22 Writer(Object &Obj, raw_ostream &Out) : Obj(Obj), Out(Out) {} in Writer()
28 raw_ostream &Out; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
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 …]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
DWriter.h27 raw_ostream &Out; variable
55 COFFWriter(Object &Obj, raw_ostream &Out) in COFFWriter()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
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 …]
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()
DVersionTuple.cpp24 llvm::raw_string_ostream Out(Result); in getAsString() local
30 raw_ostream &llvm::operator<<(raw_ostream &Out, const VersionTuple &V) { in operator <<()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LineEditor/
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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp127 raw_pwrite_stream &Out, in addAsmPrinter()
147 raw_pwrite_stream &Out, raw_pwrite_stream *DwoOut, CodeGenFileType FileType, in createMCStreamer()
213 PassManagerBase &PM, raw_pwrite_stream &Out, raw_pwrite_stream *DwoOut, in addPassesToEmitFile()
243 raw_pwrite_stream &Out, in addPassesToEmitMC()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DAsmWriter.cpp289 static void PrintCallingConv(unsigned cc, raw_ostream &Out) { in PrintCallingConv()
412 static void PrintShuffleMask(raw_ostream &Out, Type *Ty, ArrayRef<int> Mask) { in PrintShuffleMask()
1294 static void WriteOptimizationInfo(raw_ostream &Out, const User *U) { in WriteOptimizationInfo()
1333 static void WriteConstantInternal(raw_ostream &Out, const Constant *CV, in WriteConstantInternal()
1625 static void writeMDTuple(raw_ostream &Out, const MDTuple *Node, in writeMDTuple()
1666 raw_ostream &Out; member
1736 static void writeMetadataAsOperand(raw_ostream &Out, const Metadata *MD, in writeMetadataAsOperand()
1849 static void writeGenericDINode(raw_ostream &Out, const GenericDINode *N, in writeGenericDINode()
1868 static void writeDILocation(raw_ostream &Out, const DILocation *DL, in writeDILocation()
1883 static void writeDISubrange(raw_ostream &Out, const DISubrange *N, in writeDISubrange()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
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
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DWP/
DDWPStringPool.h33 MCStreamer &Out; variable
39 DWPStringPool(MCStreamer &Out, MCSection *Sec) : Out(Out), Sec(Sec) {} in DWPStringPool()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
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()
DInheritViz.cpp35 raw_ostream &Out; member in __anon19aa8fb50111::InheritanceHierarchyWriter
40 InheritanceHierarchyWriter(ASTContext& Context, raw_ostream& Out) in InheritanceHierarchyWriter()
DMicrosoftMangle.cpp296 raw_ostream &Out; member in __anon5c217a130111::MicrosoftCXXNameMangler
3314 raw_ostream &Out) { in mangleCXXName()
3388 raw_ostream &Out) { in mangleThunkThisAdjustment()
3451 raw_ostream &Out) { in mangleVirtualMemPtrThunk()
3460 raw_ostream &Out) { in mangleThunk()
3483 const ThisAdjustment &Adjustment, raw_ostream &Out) { in mangleCXXDtorThunk()
3498 raw_ostream &Out) { in mangleCXXVFTable()
3518 raw_ostream &Out) { in mangleCXXVBTable()
3533 void MicrosoftMangleContextImpl::mangleCXXRTTI(QualType T, raw_ostream &Out) { in mangleCXXRTTI()
3542 raw_ostream &Out) { in mangleCXXRTTIName()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
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 …]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/opt/
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
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCXXSelfAssignmentChecker.cpp58 llvm::raw_svector_ostream Out(Msg); in checkBeginFunction() local
68 llvm::raw_svector_ostream Out(Msg); in checkBeginFunction() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
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
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp1873 MCStreamer &Out, in processInstruction()
2373 MipsAsmParser::tryExpandInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in tryExpandInstruction()
2636 MCStreamer &Out, in expandJalWithRegs()
2700 bool IsAddress, SMLoc IDLoc, MCStreamer &Out, in loadImmediate()
2863 MCStreamer &Out, const MCSubtargetInfo *STI) { in expandLoadImm()
2879 MCStreamer &Out, in expandLoadAddress()
2910 MCStreamer &Out, in loadAndAddSymbolAddress()
3359 MCStreamer &Out, in expandLoadSingleImmToGPR()
3375 MCStreamer &Out, in expandLoadSingleImmToFPR()
3429 MCStreamer &Out, in expandLoadDoubleImmToGPR()
[all …]

12345678910>>...12