Searched refs:DebugSubsectionKind (Results 26 - 42 of 42) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.cpp65 : DebugSubsection(DebugSubsectionKind::FileChecksums), Strings(Strings) {}
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp137 if (SS.kind() != DebugSubsectionKind::FileChecksums)
H A DNativeInlineSiteSymbol.cpp46 if (SS.kind() != DebugSubsectionKind::InlineeLines)
H A DSymbolCache.cpp467 if (SS.kind() != DebugSubsectionKind::Lines)
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DFormatUtil.h58 std::string formatChunkKind(codeview::DebugSubsectionKind Kind,
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp63 if (SS.kind() != DebugSubsectionKind::Symbols)
H A DDumpOutputStyle.cpp288 if (SS.kind() != DebugSubsectionKind::Symbols)
311 static inline std::string formatModuleDetailKind(DebugSubsectionKind K) {
583 printModuleDetailStats<DebugSubsectionKind>(P, "Chunks", CS);
593 printModuleDetailStats<DebugSubsectionKind>(P, "Chunks", ChunkStats);
732 if (SS.kind() != DebugSubsectionKind::Symbols)
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp555 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, Symbols),
556 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, Lines),
557 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, StringTable),
558 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, FileChecksums),
559 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, FrameData),
560 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, InlineeLines),
561 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),
562 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),
563 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, ILLines),
564 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, FuncMDTokenMa
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp351 switch (DebugSubsectionKind(SubType)) {
352 case DebugSubsectionKind::FileChecksums:
356 case DebugSubsectionKind::StringTable:
695 switch (DebugSubsectionKind(SubType)) {
696 case DebugSubsectionKind::Symbols:
702 case DebugSubsectionKind::InlineeLines:
707 case DebugSubsectionKind::Lines:
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp111 if (ss.kind() != DebugSubsectionKind::InlineeLines)
H A DSymbolFileNativePDB.cpp1202 if (dssr.kind() != DebugSubsectionKind::Lines)
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp176 OS.emitInt32(uint32_t(DebugSubsectionKind::StringTable));
203 OS.emitInt32(uint32_t(DebugSubsectionKind::FileChecksums));
358 OS.emitInt32(uint32_t(DebugSubsectionKind::Lines));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp402 OS.emitInt32(unsigned(DebugSubsectionKind::FrameData));
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h315 enum class DebugSubsectionKind : uint32_t { class in inherits:uint32_t
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h362 MCSymbol *beginCVSubsection(codeview::DebugSubsectionKind Kind);
H A DCodeViewDebug.cpp651 MCSymbol *CompilerInfo = beginCVSubsection(DebugSubsectionKind::Symbols);
681 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols);
962 MCSymbol *BISubsecEnd = beginCVSubsection(DebugSubsectionKind::Symbols);
975 MCSymbol *InlineEnd = beginCVSubsection(DebugSubsectionKind::InlineeLines);
1072 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols);
1139 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols);
3154 MCSymbol *CodeViewDebug::beginCVSubsection(DebugSubsectionKind Kind) {
3310 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols);
3324 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols);
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp717 if (ss.kind() != DebugSubsectionKind::Symbols)

Completed in 285 milliseconds

12