Home
last modified time | relevance | path

Searched defs:AttributesInfo (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.h302 struct AttributesInfo { struct
304 DwarfStringPoolEntryRef Name, MangledName, NameWithoutTemplate;
328 AttributesInfo() = default; argument
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1302 struct AttributesInfo { struct in llvm::dsymutil::__anond69ad1180111::DwarfLinker::DIECloner
1303 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 DIE
1307 uint64_t OrigHighPc; ///< Value of AT_high_pc in the input DIE
1308 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