Home
last modified time | relevance | path

Searched refs:DW_TAG_volatile_type (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp74 D.getTag() == DW_TAG_volatile_type)) in skipQualifiers()
150 case DW_TAG_volatile_type: in appendUnqualifiedNameBefore()
229 case DW_TAG_volatile_type: in appendUnqualifiedNameAfter()
466 } else if (Tag == DW_TAG_volatile_type) { in decomposeConstVolatile()
556 Volatile |= U.getTag() == DW_TAG_volatile_type; in appendSubroutineNameAfter()
H A DDWARFDie.cpp516 case DW_TAG_volatile_type: in getTypeSizeImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp93 if (Tag != dwarf::DW_TAG_const_type && Tag != dwarf::DW_TAG_volatile_type) in BPFPreserveDITypeImpl()
H A DBTFDebug.cpp57 case dwarf::DW_TAG_volatile_type: in BTFTypeDerived()
835 Tag == dwarf::DW_TAG_volatile_type || in visitDerivedType()
950 Tag != dwarf::DW_TAG_volatile_type && in visitMapDefType()
H A DBPFAbstractMemberAccess.cpp279 Tag != dwarf::DW_TAG_volatile_type && in SkipDIDerivedTag()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp155 Tag != dwarf::DW_TAG_const_type && Tag != dwarf::DW_TAG_volatile_type && in getBaseTypeSize()
211 T == dwarf::DW_TAG_volatile_type || in isUnsignedDIType()
H A DCodeViewDebug.cpp1680 case dwarf::DW_TAG_volatile_type: in lowerType()
2022 case dwarf::DW_TAG_volatile_type: in lowerTypeModifier()
2369 case dwarf::DW_TAG_volatile_type: in collectMemberInfo()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h79 #define DW_TAG_volatile_type 0x35 macro
H A Ddwarf_dump.c1537 case DW_TAG_volatile_type: in dwarf_get_TAG_name()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DAcceleratorRecordsSaver.cpp96 case dwarf::DW_TAG_volatile_type: in save()
H A DSyntheticTypeNameBuilder.cpp563 case dwarf::DW_TAG_volatile_type: { in addTypePrefix()
H A DDependencyTracker.cpp594 case dwarf::DW_TAG_volatile_type: in isTypeTableCandidate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp308 case DW_TAG_volatile_type: in AppendTypeName()
H A DDWARFASTParserClang.cpp497 case DW_TAG_volatile_type: in ParseTypeFromDWARF()
676 case DW_TAG_volatile_type: in ParseTypeModifier()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp300 case dwarf::DW_TAG_volatile_type: // "volatile" in resolveFullname()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp128 case dwarf::DW_TAG_volatile_type: in createElement()
H A DLVCodeViewVisitor.cpp2311 LastLink->setTag(dwarf::DW_TAG_volatile_type); in visitKnownRecord()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1732 { DW_TAG_volatile_type, 0, die_volatile_create },
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp130 case dwarf::DW_TAG_volatile_type: in isTypeTag()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp1181 N.getTag() == dwarf::DW_TAG_volatile_type || in visitDIDerivedType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp979 return llvm::dwarf::DW_TAG_volatile_type; in getNextQualifier()