Searched defs:Reader (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.h21 class Reader { class in namespace:llvm::objcopy::macho
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSymbolRVASubsection.cpp22 Error DebugSymbolRVASubsectionRef::initialize(BinaryStreamReader &Reader) { argument
H A DDebugSymbolsSubsection.cpp14 Error DebugSymbolsSubsectionRef::initialize(BinaryStreamReader Reader) { argument
H A DDebugCrossExSubsection.cpp18 initialize( BinaryStreamReader Reader) argument
H A DDebugFrameDataSubsection.cpp15 Error DebugFrameDataSubsectionRef::initialize(BinaryStreamReader Reader) { argument
H A DDebugCrossImpSubsection.cpp44 initialize( BinaryStreamReader Reader) argument
[all...]
H A DRecordSerialization.cpp36 Error llvm::codeview::consume(BinaryStreamReader &Reader, APSInt &Num) { argument
114 Error llvm::codeview::consume_numeric(BinaryStreamReader &Reader, argument
126 consume(BinaryStreamReader &Reader, uint32_t &Item) argument
139 consume(BinaryStreamReader &Reader, int32_t &Item) argument
143 consume(BinaryStreamReader &Reader, StringRef &Item) argument
[all...]
H A DDebugStringTableSubsection.cpp30 Error DebugStringTableSubsectionRef::initialize(BinaryStreamReader &Reader) { argument
H A DDebugChecksumsSubsection.cpp51 Error DebugChecksumsSubsectionRef::initialize(BinaryStreamReader Reader) { argument
H A DDebugInlineeLinesSubsection.cpp45 Error DebugInlineeLinesSubsectionRef::initialize(BinaryStreamReader Reader) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTestModuleFileExtension.cpp44 TestModuleFileExtension::Reader::Reader(ModuleFileExtension *Ext, function in class:TestModuleFileExtension::Reader
112 createExtensionReader( const ModuleFileExtensionMetadata &Metadata, ASTReader &Reader, serialization::ModuleFile &Mod, const llvm::BitstreamCursor &Stream) argument
H A DTestModuleFileExtension.h36 class Reader : public ModuleFileExtensionReader { class in class:clang::TestModuleFileExtension
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp22 Reader::Reader(MemoryBufferRef InputBuffer) function in class:Reader
26 Reader::Reader(StringRef Input) : Reader({Input, "MsgPack"}) {} function in class:Reader
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecordMapping.h22 explicit SymbolRecordMapping(BinaryStreamReader &Reader, argument
H A DTypeRecordMapping.h25 explicit TypeRecordMapping(BinaryStreamReader &Reader) : IO(Reader) {} argument
H A DSymbolDeserializer.h31 BinaryStreamReader Reader; member in struct:llvm::codeview::SymbolDeserializer::MappingInfo
H A DRecordSerialization.h46 inline Error consume(BinaryStreamReader &Reader) { return Error::success(); } argument
69 template <typename T> Error consume(BinaryStreamReader &Reader, T *&Item) { argument
186 consume(BinaryStreamReader &Reader, const serialize_conditional_impl<T, U> &Item) argument
192 consume(BinaryStreamReader &Reader, const serialize_array_impl<T, U> &Item) argument
197 consume(BinaryStreamReader &Reader, const serialize_null_term_string_array_impl &Item) argument
203 consume(BinaryStreamReader &Reader, const serialize_vector_tail_impl<T> &Item) argument
209 consume(BinaryStreamReader &Reader, const serialize_arrayref_tail_impl<T> &Item) argument
215 consume(BinaryStreamReader &Reader, const serialize_numeric_impl<T> &Item) argument
221 consume(BinaryStreamReader &Reader, T &&X, U &&Y, Args &&... Rest) argument
[all...]
H A DTypeDeserializer.h35 BinaryStreamReader Reader; member in struct:llvm::codeview::TypeDeserializer::MappingInfo
107 BinaryStreamReader &Reader; member in struct:llvm::codeview::FieldListDeserializer::MappingInfo
113 explicit FieldListDeserializer(BinaryStreamReader &Reader) : Mapping(Reader) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp49 static Error initializeReader(InstrProfReader &Reader) { argument
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DReader.h38 class Reader { class in namespace:lld
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp50 Error ModuleDebugStreamRef::reloadSerialize(BinaryStreamReader &Reader) { argument
[all...]
H A DPDBStringTable.cpp27 Error PDBStringTable::readHeader(BinaryStreamReader &Reader) { argument
42 Error PDBStringTable::readStrings(BinaryStreamReader &Reader) { argument
62 Error PDBStringTable::readHashTable(BinaryStreamReader &Reader) { argument
76 Error PDBStringTable::readEpilogue(BinaryStreamReader &Reader) { argument
84 reload(BinaryStreamReader &Reader) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTDeserializationListener.h35 virtual void ReaderInitialized(ASTReader *Reader) { } argument
H A DPCHContainerOperations.h100 void registerReader(std::unique_ptr<PCHContainerReader> Reader) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h98 class Reader { class in namespace:llvm::msgpack

Completed in 249 milliseconds

123