Home
last modified time | relevance | path

Searched refs:DW_FLAG_type_implementation (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp117 (*Flags & llvm::dwarf::AcceleratorTable::DW_FLAG_type_implementation); in HasImplementationFlag()
/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h925 DW_FLAG_type_implementation = 2u, enumerator
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp744 Asm->emitInt8(ObjCClassIsImplementation ? dwarf::DW_FLAG_type_implementation in emit()
H A DDwarfUnit.cpp654 unsigned Flags = IsImplementation ? dwarf::DW_FLAG_type_implementation : 0; in updateAcceleratorTables()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp1247 Info.ObjcClassImplementation ? dwarf::DW_FLAG_type_implementation in emitAppleAcceleratorSections()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2247 Pubtype.ObjcClassImplementation ? dwarf::DW_FLAG_type_implementation in emitAcceleratorEntriesForUnit()