Searched defs:AttributesInfo (Results 1 – 1 of 1) sorted by relevance
1302 struct AttributesInfo { struct in llvm::dsymutil::__anondee1b6540111::DwarfLinker::DIECloner1303 const char *Name, *MangledName; ///< Names.1304 uint32_t NameOffset, MangledNameOffset; ///< Offsets in the string pool.1306 uint64_t OrigLowPc; ///< Value of AT_low_pc in the input DIE1307 uint64_t OrigHighPc; ///< Value of AT_high_pc in the input DIE1308 int64_t PCOffset; ///< Offset to apply to PC addresses inside a function.1310 bool HasLowPc; ///< Does the DIE have a low_pc attribute?1311 bool IsDeclaration; ///< Is this DIE only a declaration?1313 AttributesInfo() in AttributesInfo() argument