Home
last modified time | relevance | path

Searched refs:DW_TAG_atomic_type (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp156 Tag != dwarf::DW_TAG_restrict_type && Tag != dwarf::DW_TAG_atomic_type && in getBaseTypeSize()
212 T == dwarf::DW_TAG_restrict_type || T == dwarf::DW_TAG_atomic_type || in isUnsignedDIType()
H A DDwarfUnit.cpp617 if (Ty->getTag() == dwarf::DW_TAG_atomic_type && DD->getDwarfVersion() < 5) in getOrCreateTypeDIE()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h96 #define DW_TAG_atomic_type 0x47 macro
H A Ddwarf_dump.c1547 case DW_TAG_atomic_type: in dwarf_get_TAG_name()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DAcceleratorRecordsSaver.cpp98 case dwarf::DW_TAG_atomic_type: in save()
H A DSyntheticTypeNameBuilder.cpp605 case dwarf::DW_TAG_atomic_type: { in addTypePrefix()
H A DDependencyTracker.cpp604 case dwarf::DW_TAG_atomic_type: in isTypeTableCandidate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp498 case DW_TAG_atomic_type: in ParseTypeFromDWARF()
679 case DW_TAG_atomic_type: in ParseTypeModifier()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp132 case dwarf::DW_TAG_atomic_type: in isTypeTag()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp1183 N.getTag() == dwarf::DW_TAG_atomic_type || in visitDIDerivedType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3331 return DBuilder.createQualifiedType(llvm::dwarf::DW_TAG_atomic_type, FromTy); in CreateType()