Searched defs:Out (Results 1 - 25 of 221) sorted by relevance

123456789

/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticOptions.cpp19 raw_ostream &operator<<(raw_ostream &Out, DiagnosticLevelMask M) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DArchiveEmitter.cpp20 bool yaml2archive(ArchYAML::Archive &Doc, raw_ostream &Out, ErrorHandler EH) { argument
H A DYAML.cpp22 output( const yaml::BinaryRef &Val, void *, raw_ostream &Out) argument
H A DOffloadEmitter.cpp21 bool yaml2offload(Binary &Doc, raw_ostream &Out, ErrorHandler EH) { argument
H A Dyaml2obj.cpp21 bool convertYAML(yaml::Input &YIn, raw_ostream &Out, ErrorHandler ErrHandler, argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp35 raw_ostream& clang::ento::operator<<(raw_ostream &Out, argument
H A DAnalyzerOptions.cpp34 printFormattedEntry( llvm::raw_ostream &Out, std::pair<StringRef, StringRef> EntryDescPair, size_t InitialPad, size_t EntryWidth, size_t MinLineWidth) argument
/freebsd-current/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DCOFF.cpp39 bool llvm::COFF::encodeSectionName(char *Out, uint64_t Offset) { argument
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.h41 llvm::yaml::Output Out; member in class:llvm::pdb::YAMLOutputStyle
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObjcopy.cpp27 executeObjcopyOnBinary(const CommonConfig &Config, const XCOFFConfig &, XCOFFObjectFile &In, raw_ostream &Out) argument
H A DXCOFFWriter.h24 XCOFFWriter(Object &Obj, raw_ostream &Out) : Obj(Obj), Out(Out) {} argument
29 raw_ostream &Out; member in class:llvm::objcopy::xcoff::XCOFFWriter
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmWriter.h22 Writer(Object &Obj, raw_ostream &Out) : Obj(Obj), Out(Out) {} argument
28 raw_ostream &Out; member in class:llvm::objcopy::wasm::Writer
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DDecompressor.h33 template <class T> Error resizeAndDecompress(T &Out) { argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DMacroBuilder.h24 raw_ostream &Out; member in class:clang::MacroBuilder
H A DJsonSupport.h21 inline raw_ostream &Indent(raw_ostream &Out, const unsigned int Space, argument
82 inline void printSourceLocationAsJson(raw_ostream &Out, SourceLocation Loc, argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.h27 raw_ostream &Out; member in class:llvm::objcopy::coff::COFFWriter
55 COFFWriter(Object &Obj, raw_ostream &Out) argument
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/
H A DObjCopy.cpp38 executeObjcopyOnBinary(const MultiFormatConfig &Config, object::Binary &In, raw_ostream &Out) argument
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.h30 raw_ostream &Out; member in class:llvm::objcopy::macho::MachOWriter
62 MachOWriter(Object &O, bool Is64Bit, bool IsLittleEndian, StringRef OutputFileName, uint64_t PageSize, raw_ostream &Out) argument
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp267 auto Out = std::make_unique<ToolOutputFile>(OutputFilename, EC, local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndianStream.h61 inline void write(SmallVectorImpl<char> &Out, value_type V, endianness E) { argument
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DCXXPredicates.cpp20 std::vector<const CXXPredicateCode *> Out; local
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DInheritViz.cpp35 raw_ostream &Out; member in class:__anon1536::InheritanceHierarchyWriter
40 InheritanceHierarchyWriter(ASTContext& Context, raw_ostream& Out) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCrossOver.cpp19 CrossOver(const uint8_t *Data1, size_t Size1, const uint8_t *Data2, size_t Size2, uint8_t *Out, size_t MaxOutSize) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWPStringPool.h33 MCStreamer &Out; member in class:llvm::DWPStringPool
39 DWPStringPool(MCStreamer &Out, MCSection *Sec) : Out(Out), Sec(Sec) {} argument
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubCommon.cpp26 input(StringRef Value, void *Ctx, FlowStringRef &Out) argument

Completed in 221 milliseconds

123456789