Searched defs:AttributesInfo (Results 1 – 1 of 1) sorted by relevance
1100 struct AttributesInfo { struct in llvm::dsymutil::__anon5c7ea04f0111::DwarfLinker1101 const char *Name, *MangledName; ///< Names.1102 uint32_t NameOffset, MangledNameOffset; ///< Offsets in the string pool.1104 uint64_t OrigHighPc; ///< Value of AT_high_pc in the input DIE1105 int64_t PCOffset; ///< Offset to apply to PC addresses inside a function.1107 bool HasLowPc; ///< Does the DIE have a low_pc attribute?1108 bool IsDeclaration; ///< Is this DIE only a declaration?1110 AttributesInfo() in AttributesInfo() argument