/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBStringTable.cpp | 26 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 D | GlobalsStream.cpp | 42 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 D | DbiStream.cpp | 33 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 D | ModuleDebugStream.cpp | 39 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 D | RecordSerialization.h | 45 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 D | TypeDeserializer.h | 35 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 D | ASTReaderInternals.h | 44 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 D | RecordSerialization.cpp | 36 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 D | DebugCrossImpSubsection.cpp | 28 BinaryStreamReader Reader(Stream); in operator ()() local 45 BinaryStreamReader Reader) { in initialize() 50 BinaryStreamReader Reader(Stream); in initialize() local
|
H A D | DebugCrossExSubsection.cpp | 20 BinaryStreamReader Reader) { in initialize() 31 BinaryStreamReader Reader(Stream); in initialize() local
|
H A D | DebugChecksumsSubsection.cpp | 36 BinaryStreamReader Reader(Stream); in operator ()() local 51 Error DebugChecksumsSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize() 59 BinaryStreamReader Reader(Section); in initialize() local
|
H A D | DebugFrameDataSubsection.cpp | 17 Error DebugFrameDataSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize() 34 BinaryStreamReader Reader(Section); in initialize() local
|
H A D | DebugStringTableSubsection.cpp | 30 Error DebugStringTableSubsectionRef::initialize(BinaryStreamReader &Reader) { in initialize() 36 BinaryStreamReader Reader(Stream); in getString() local
|
H A D | DebugInlineeLinesSubsection.cpp | 26 BinaryStreamReader Reader(Stream); in operator ()() local 46 Error DebugInlineeLinesSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize()
|
H A D | LazyRandomTypeCollection.cpp | 72 reset(Reader, RecordCountHint); in reset() local 78 reset(Reader, RecordCountHint); in reset() local 59 reset(BinaryStreamReader & Reader,uint32_t RecordCountHint) reset() argument
|
H A D | DebugSymbolRVASubsection.cpp | 22 Error DebugSymbolRVASubsectionRef::initialize(BinaryStreamReader &Reader) { in initialize()
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesManager.cpp | 59 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 D | LVCodeViewVisitor.h | 87 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 D | SemaAPINotes.cpp | 795 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 D | ChainedIncludesSource.cpp | 62 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 D | TestModuleFileExtension.cpp | 46 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 D | LVCompare.h | 42 LVReader *Reader = nullptr; variable 71 void addPassEntry(LVReader *Reader, LVElement *Element, LVComparePass Pass) { in addPassEntry()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Statistic.cpp | 204 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 D | MsgPackReader.cpp | 23 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 D | WasmReader.h | 20 explicit Reader(const object::WasmObjectFile &O) : WasmObj(O) {} in Reader() function
|