Home
last modified time | relevance | path

Searched defs:Reader (Results 1 – 25 of 112) 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.cpp41 BinaryStreamReader Reader(*Stream); in reload() local
94 BinaryStreamReader &Reader) { in readGSIHashHeader()
109 BinaryStreamReader &Reader) { in readGSIHashRecords()
132 BinaryStreamReader &Reader) { in readGSIHashBuckets()
169 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.cpp37 BinaryStreamReader Reader(*Stream); in reload() local
49 Error ModuleDebugStreamRef::reloadSerialize(BinaryStreamReader &Reader) { in reloadSerialize()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h46 inline Error consume(BinaryStreamReader &Reader) { return Error::success(); } in consume()
69 template <typename T> Error consume(BinaryStreamReader &Reader, T *&Item) { in consume()
186 Error consume(BinaryStreamReader &Reader, in consume()
192 Error consume(BinaryStreamReader &Reader, in consume()
197 inline Error consume(BinaryStreamReader &Reader, in consume()
203 Error consume(BinaryStreamReader &Reader, in consume()
209 Error consume(BinaryStreamReader &Reader, in consume()
215 Error consume(BinaryStreamReader &Reader, in consume()
221 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.h84 explicit ASTDeclContextNameLookupTraitBase(ASTReader &Reader, ModuleFile &F) in ASTDeclContextNameLookupTraitBase()
109 explicit ASTDeclContextNameLookupTrait(ASTReader &Reader, ModuleFile &F) in ASTDeclContextNameLookupTrait()
139 explicit ModuleLocalNameLookupTrait(ASTReader &Reader, ModuleFile &F) in ModuleLocalNameLookupTrait()
166 ASTReader &Reader; variable
208 explicit LazySpecializationInfoLookupTrait(ASTReader &Reader, ModuleFile &F) in LazySpecializationInfoLookupTrait()
281 ASTReader &Reader; variable
296 : Reader(Reader), F(F), KnownII(II) {} in Reader() argument
319 ASTReader &Reader; variable
338 ASTSelectorLookupTrait(ASTReader &Reader, ModuleFile &F) in ASTSelectorLookupTrait()
372 ASTReader &Reader; variable
[all …]
/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.cpp27 BinaryStreamReader Reader(Stream); in operator ()() local
44 BinaryStreamReader Reader) { in initialize()
49 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.cpp29 Error DebugStringTableSubsectionRef::initialize(BinaryStreamReader &Reader) { in initialize()
35 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.cpp56 void LazyRandomTypeCollection::reset(BinaryStreamReader &Reader, in reset()
69 BinaryStreamReader Reader(Data, llvm::endianness::little); in reset() local
75 BinaryStreamReader Reader(Data, llvm::endianness::little); in reset() local
H A DDebugSymbolRVASubsection.cpp22 Error DebugSymbolRVASubsectionRef::initialize(BinaryStreamReader &Reader) { in initialize()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp58 if (auto Reader = dyn_cast_if_present<APINotesReader *>(Entry.second)) in ~APINotesManager() local
100 auto Reader = APINotesReader::Create(std::move(CompiledBuffer), SwiftVersion); in loadAPINotes() local
121 auto Reader = APINotesReader::Create(std::move(CompiledBuffer), SwiftVersion); in loadAPINotes() local
129 if (auto Reader = loadAPINotes(APINotesFile)) { in loadAPINotes() local
322 auto Reader = loadAPINotes(Buf); in loadCurrentModuleAPINotesFromBuffer() local
383 if (auto Reader = dyn_cast_if_present<APINotesReader *>(Known->second)) in findAPINotes() local
420 if (auto Reader = Readers[*Dir].dyn_cast<APINotesReader *>()) in findAPINotes() local
435 if (auto Reader = Readers[*Dir].dyn_cast<APINotesReader *>()) in findAPINotes() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp900 for (auto Reader : APINotes.findAPINotes(NamespaceContext->getLocation())) { in UnwindNamespaceContext() local
931 for (auto Reader : APINotes.findAPINotes(DC->getLocation())) { in UnwindTagContext() local
969 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() local
981 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() local
993 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() local
1003 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() local
1045 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() local
1057 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() local
1070 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() local
1082 -> std::optional<api_notes::ContextID> { in ProcessAPINotes()
[all …]
/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/Frontend/
H A DChainedIncludesSource.cpp62 std::unique_ptr<ASTReader> Reader; in createASTReader() local
91 CompilerInstance &CI, IntrusiveRefCntPtr<ExternalSemaSource> &Reader) { in createChainedIncludesSource()
163 IntrusiveRefCntPtr<ASTReader> Reader; in createChainedIncludesSource() local
H A DTestModuleFileExtension.cpp45 TestModuleFileExtension::Reader::Reader(ModuleFileExtension *Ext, in Reader() function in TestModuleFileExtension::Reader
113 ASTReader &Reader, serialization::ModuleFile &Mod, in createExtensionReader()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVCompare.h43 LVReader *Reader = nullptr; variable
72 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.cpp22 Reader::Reader(MemoryBufferRef InputBuffer) in Reader() function in Reader
26 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