Searched defs:AttributesInfo (Results 1 – 2 of 2) sorted by relevance
302 struct AttributesInfo { struct304 DwarfStringPoolEntryRef Name, MangledName, NameWithoutTemplate;328 AttributesInfo() = default; argument
1302 struct AttributesInfo { struct in llvm::dsymutil::__anond69ad1180111::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() function