| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticPrinter.cpp | 32 llvm::DenseMap<unsigned, unsigned> Abbrevs; member in __anon9281f3de0111::AbbreviationMap 37 assert(!Abbrevs.contains(recordID) && "Abbreviation already set."); in set() 38 Abbrevs[recordID] = abbrevID; in set() 42 assert(Abbrevs.contains(recordID) && "Abbreviation not set."); in get() 43 return Abbrevs[recordID]; in get() 259 AbbreviationMap Abbrevs; member 384 State->Stream.EmitRecordWithBlob(State->Abbrevs.get(RECORD_FILENAME), Record, in getEmitFile() 395 State->Stream.EmitRecordWithAbbrev(State->Abbrevs.get(RECORD_SOURCE_RANGE), in EmitCharSourceRange() 430 AbbreviationMap &Abbrevs = State->Abbrevs; in EmitBlockInfoBlock() local 441 Abbrevs.set(RECORD_VERSION, Stream.EmitBlockInfoAbbrev(BLOCK_META, Abbrev)); in EmitBlockInfoBlock() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfFile.cpp | 21 : Asm(AP), Abbrevs(AbbrevAllocator), StrPool(DA, *Asm, Pref) {} in DwarfFile() 93 return Die.computeOffsetsAndAbbrevs(Asm->getDwarfFormParams(), Abbrevs, in computeSizeAndOffset() 97 void DwarfFile::emitAbbrevs(MCSection *Section) { Abbrevs.Emit(Asm, Section); } in emitAbbrevs()
|
| H A D | DwarfFile.h | 61 DIEAbbrevSet Abbrevs; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerUnit.cpp | 42 const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs = getAbbreviations(); in emitAbbreviations() local 43 if (Abbrevs.empty()) in emitAbbreviations() 50 for (const auto &Abbrev : Abbrevs) in emitAbbreviations()
|
| H A D | DWARFEmitterImpl.cpp | 126 const SmallVector<std::unique_ptr<DIEAbbrev>> &Abbrevs, in emitAbbrevs() argument 130 Asm->emitDwarfAbbrevs(Abbrevs); in emitAbbrevs()
|
| H A D | DWARFEmitterImpl.h | 65 void emitAbbrevs(const SmallVector<std::unique_ptr<DIEAbbrev>> &Abbrevs,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
| H A D | BitstreamWriter.h | 84 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs; member 387 append_range(CurAbbrevs, Info->Abbrevs); in EnterSubblock() 699 Info.Abbrevs.push_back(std::move(Abbv)); in EmitBlockInfoAbbrev() 701 return Info.Abbrevs.size()-1+bitc::FIRST_APPLICATION_ABBREV; in EmitBlockInfoAbbrev()
|
| H A D | BitstreamReader.h | 44 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs; member
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | DWARFEmitter.cpp | 748 emitDebugNamesAbbrev(ArrayRef<DWARFYAML::DebugNameAbbreviation> Abbrevs) { in emitDebugNamesAbbrev() argument 751 for (const DWARFYAML::DebugNameAbbreviation &Abbrev : Abbrevs) { in emitDebugNamesAbbrev() 807 ArrayRef<DWARFYAML::DebugNameAbbreviation> Abbrevs) { in getNonZeroDataSizesFor() argument 808 const auto *AbbrevIt = find_if(Abbrevs, [&](const auto &Abbrev) { in getNonZeroDataSizesFor() 811 if (AbbrevIt == Abbrevs.end()) in getNonZeroDataSizesFor() 842 ArrayRef<DWARFYAML::DebugNameAbbreviation> Abbrevs) { in emitDebugNamesEntryPool() argument 854 getNonZeroDataSizesFor(Entry.Code, Abbrevs); in emitDebugNamesEntryPool() 884 DI.IsLittleEndian, StrpToEntries, DebugNames.Abbrevs); in emitDebugNames() 890 std::string AbbrevData = emitDebugNamesAbbrev(DebugNames.Abbrevs); in emitDebugNames()
|
| H A D | DWARFYAML.cpp | 150 IO.mapRequired("Abbreviations", DebugNames.Abbrevs); in mapping()
|
| /freebsd/crypto/openssl/VMS/ |
| H A D | openssl_shutdown.com.in | 27 $ ! Abbrevs
|
| H A D | openssl_startup.com.in | 89 $ ! Abbrevs
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitstream/Reader/ |
| H A D | BitstreamReader.cpp | 35 llvm::append_range(CurAbbrevs, Info->Abbrevs); in EnterSubBlock() 460 CurBlockInfo->Abbrevs.push_back(std::move(CurAbbrevs.back())); in ReadBlockInfoBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 388 Abbrevs = nullptr; in clear() 1054 if (!Abbrevs) { in getAbbreviations() 1062 Abbrevs = *AbbrevsOrError; in getAbbreviations() 1064 return Abbrevs; in getAbbreviations()
|
| H A D | DWARFAcceleratorTable.cpp | 598 if (!Abbrevs.insert(std::move(*AbbrevOr)).second) in extract() 779 const auto AbbrevIt = Abbrevs.find_as(AbbrevCode); in getEntry() 780 if (AbbrevIt == Abbrevs.end()) in getEntry() 888 for (const DWARFDebugNames::Abbrev &Abbr : Abbrevs) in dumpAbbreviations()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 801 template <typename T> void emitDwarfAbbrevs(const T &Abbrevs) const { in emitDwarfAbbrevs() argument 803 for (const auto &Abbrev : Abbrevs) in emitDwarfAbbrevs()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
| H A D | DWARFEmitterImpl.h | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFStreamer.h | |
| H A D | DWARFLinker.h | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.h | 79 void emitAbbrevs(const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs,
|
| H A D | DWARFLinker.h | 51 emitAbbrevs(const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 601 DenseSet<Abbrev, AbbrevMapInfo> Abbrevs; variable 667 return Abbrevs; in getAbbrevs()
|
| H A D | DWARFUnit.h | 244 mutable const DWARFAbbreviationDeclarationSet *Abbrevs; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 212 const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs, in emitAbbrevs() argument 216 Asm->emitDwarfAbbrevs(Abbrevs); in emitAbbrevs()
|