Home
last modified time | relevance | path

Searched defs:Reader (Results 1 – 25 of 104) sorted by relevance

12345

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp26 Error PDBStringTable::readHeader(BinaryStreamReader &Reader) { in readHeader()
41 Error PDBStringTable::readStrings(BinaryStreamReader &Reader) { in readStrings()
61 Error PDBStringTable::readHashTable(BinaryStreamReader &Reader) { in readHashTable()
75 Error PDBStringTable::readEpilogue(BinaryStreamReader &Reader) { in readEpilogue()
83 Error PDBStringTable::reload(BinaryStreamReader &Reader) { in reload()
H A DGlobalsStream.cpp42 BinaryStreamReader Reader(*Stream); in reload() local
95 BinaryStreamReader &Reader) { in readGSIHashHeader()
110 BinaryStreamReader &Reader) { in readGSIHashRecords()
133 BinaryStreamReader &Reader) { in readGSIHashBuckets()
170 Error GSIHashTable::read(BinaryStreamReader &Reader) { in read()
H A DDbiStream.cpp33 BinaryStreamReader &Reader) { in loadSectionContribs()
51 BinaryStreamReader Reader(*Stream); in reload() local
272 BinaryStreamReader Reader(*SHS); in initializeSectionHeadersData() local
298 BinaryStreamReader Reader(*FS); in initializeOldFpoRecords() local
H A DModuleDebugStream.cpp39 BinaryStreamReader Reader(*Stream); in reload() local
51 Error ModuleDebugStreamRef::reloadSerialize(BinaryStreamReader &Reader) { in reloadSerialize()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h45 inline Error consume(BinaryStreamReader &Reader) { return Error::success(); } in consume()
68 template <typename T> Error consume(BinaryStreamReader &Reader, T *&Item) { in consume()
185 Error consume(BinaryStreamReader &Reader, in consume()
191 Error consume(BinaryStreamReader &Reader, in consume()
196 inline Error consume(BinaryStreamReader &Reader, in consume()
202 Error consume(BinaryStreamReader &Reader, in consume()
208 Error consume(BinaryStreamReader &Reader, in consume()
214 Error consume(BinaryStreamReader &Reader, in consume()
220 Error consume(BinaryStreamReader &Reader, T &&X, U &&Y, Args &&... Rest) { in consume()
H A DTypeDeserializer.h35 BinaryStreamReader Reader; member
107 BinaryStreamReader &Reader; member
113 explicit FieldListDeserializer(BinaryStreamReader &Reader) : Mapping(Reader) { in FieldListDeserializer() argument
[all...]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h44 ASTReader &Reader; variable
86 explicit ASTDeclContextNameLookupTrait(ASTReader &Reader, ModuleFile &F) in ASTDeclContextNameLookupTrait()
159 ASTReader &Reader; variable
172 : Reader(Reader), F(F), KnownII(II) {} in Reader() function
191 ASTReader &Reader; variable
210 ASTSelectorLookupTrait(ASTReader &Reader, ModuleFile &F) in ASTSelectorLookupTrait()
244 ASTReader &Reader; variable
265 HeaderFileInfoTrait(ASTReader &Reader, ModuleFile &M, HeaderSearch *HS, in HeaderFileInfoTrait()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordSerialization.cpp36 Error llvm::codeview::consume(BinaryStreamReader &Reader, APSInt &Num) { in consume() argument
114 Error llvm::codeview::consume_numeric(BinaryStreamReader &Reader, in consume_numeric() argument
126 consume(BinaryStreamReader & Reader,uint32_t & Item) consume() argument
139 consume(BinaryStreamReader & Reader,int32_t & Item) consume() argument
143 consume(BinaryStreamReader & Reader,StringRef & Item) consume() argument
[all...]
H A DDebugCrossImpSubsection.cpp28 BinaryStreamReader Reader(Stream); in operator ()() local
45 BinaryStreamReader Reader) { in initialize()
50 BinaryStreamReader Reader(Stream); in initialize() local
H A DDebugCrossExSubsection.cpp20 BinaryStreamReader Reader) { in initialize()
31 BinaryStreamReader Reader(Stream); in initialize() local
H A DDebugChecksumsSubsection.cpp36 BinaryStreamReader Reader(Stream); in operator ()() local
51 Error DebugChecksumsSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize()
59 BinaryStreamReader Reader(Section); in initialize() local
H A DDebugFrameDataSubsection.cpp17 Error DebugFrameDataSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize()
34 BinaryStreamReader Reader(Section); in initialize() local
H A DDebugStringTableSubsection.cpp30 Error DebugStringTableSubsectionRef::initialize(BinaryStreamReader &Reader) { in initialize()
36 BinaryStreamReader Reader(Stream); in getString() local
H A DDebugInlineeLinesSubsection.cpp26 BinaryStreamReader Reader(Stream); in operator ()() local
46 Error DebugInlineeLinesSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize()
H A DLazyRandomTypeCollection.cpp72 reset(Reader, RecordCountHint); in reset() local
78 reset(Reader, RecordCountHint); in reset() local
59 reset(BinaryStreamReader & Reader,uint32_t RecordCountHint) reset() argument
H A DDebugSymbolRVASubsection.cpp22 Error DebugSymbolRVASubsectionRef::initialize(BinaryStreamReader &Reader) { in initialize()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp59 if (auto Reader = Entry.second.dyn_cast<APINotesReader *>()) in ~APINotesManager() local
101 auto Reader = APINotesReader::Create(std::move(CompiledBuffer), SwiftVersion); in loadAPINotes() local
122 auto Reader = APINotesReader::Create(std::move(CompiledBuffer), SwiftVersion); in loadAPINotes() local
130 if (auto Reader = loadAPINotes(APINotesFile)) { in loadAPINotes() local
323 auto Reader = loadAPINotes(Buf); in loadCurrentModuleAPINotesFromBuffer() local
384 if (auto Reader = Known->second.dyn_cast<APINotesReader *>()) in findAPINotes() local
421 if (auto Reader = Readers[*Dir].dyn_cast<APINotesReader *>()) in findAPINotes() local
436 if (auto Reader = Readers[*Dir].dyn_cast<APINotesReader *>()) in findAPINotes() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h87 LVCodeViewReader *Reader; global() variable
92 LVSymbolVisitorDelegate(LVCodeViewReader * Reader,const llvm::object::SectionRef & Section,const llvm::object::COFFObjectFile * Obj,StringRef SectionContents) LVSymbolVisitorDelegate() argument
100 getRecordOffset(BinaryStreamReader Reader) getRecordOffset() argument
126 LVCodeViewReader *Reader; global() variable
180 LVSymbolVisitor(LVCodeViewReader * Reader,ScopedPrinter & W,LVLogicalVisitor * LogicalVisitor,LazyRandomTypeCollection & Types,LazyRandomTypeCollection & Ids,LVSymbolVisitorDelegate * ObjDelegate,LVShared * Shared) LVSymbolVisitor() argument
232 LVCodeViewReader *Reader; global() variable
[all...]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp795 for (auto Reader : in ProcessAPINotes() local
833 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() local
845 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() local
857 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() local
867 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() local
901 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() local
911 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() local
924 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() local
936 -> std::optional<api_notes::ContextID> { in ProcessAPINotes()
977 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp62 std::unique_ptr<ASTReader> Reader; in createASTReader() local
91 CompilerInstance &CI, IntrusiveRefCntPtr<ExternalSemaSource> &Reader) { in createChainedIncludesSource()
164 IntrusiveRefCntPtr<ASTReader> Reader; in createChainedIncludesSource() local
H A DTestModuleFileExtension.cpp46 TestModuleFileExtension::Reader::Reader(ModuleFileExtension *Ext, in Reader() function in TestModuleFileExtension::Reader
114 ASTReader &Reader, serialization::ModuleFile &Mod, in createExtensionReader()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVCompare.h42 LVReader *Reader = nullptr; variable
71 void addPassEntry(LVReader *Reader, LVElement *Element, LVComparePass Pass) { in addPassEntry()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStatistic.cpp204 sys::SmartScopedLock<true> Reader(*StatLock); in PrintStatisticsJSON() local
231 sys::SmartScopedLock<true> Reader(*StatLock); in PrintStatistics() local
258 sys::SmartScopedLock<true> Reader(*StatLock); in GetStatistics() local
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp23 Reader::Reader(MemoryBufferRef InputBuffer) in Reader() function in Reader
27 Reader::Reader(StringRef Input) : Reader({Input, "MsgPack"}) {} in Reader() function in Reader
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmReader.h20 explicit Reader(const object::WasmObjectFile &O) : WasmObj(O) {} in Reader() function

12345