| /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 | 41 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 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 | 37 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 D | RecordSerialization.h | 46 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 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 | 84 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 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 | 27 BinaryStreamReader Reader(Stream); in operator ()() local 44 BinaryStreamReader Reader) { in initialize() 49 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 | 29 Error DebugStringTableSubsectionRef::initialize(BinaryStreamReader &Reader) { in initialize() 35 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 | 56 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 D | DebugSymbolRVASubsection.cpp | 22 Error DebugSymbolRVASubsectionRef::initialize(BinaryStreamReader &Reader) { in initialize()
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesManager.cpp | 58 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 D | SemaAPINotes.cpp | 900 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 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/Frontend/ |
| H A D | ChainedIncludesSource.cpp | 62 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 D | TestModuleFileExtension.cpp | 45 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 D | LVCompare.h | 43 LVReader *Reader = nullptr; variable 72 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 | 22 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 D | WasmReader.h | 20 explicit Reader(const object::WasmObjectFile &O) : WasmObj(O) {} in Reader() function
|