Searched defs:AttributesInfo (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinker.h | 627 struct AttributesInfo { struct 629 DwarfStringPoolEntryRef Name, MangledName, NameWithoutTemplate; 632 uint32_t NameOffset = 0; 633 uint32_t MangledNameOffset = 0; 659 AttributesInfo() = default; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DWARFLinker/Classic/ |
D | DWARFLinker.h | 614 struct AttributesInfo { struct 616 DwarfStringPoolEntryRef Name, MangledName, NameWithoutTemplate; 640 AttributesInfo() = default; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DWARFLinker/Classic/ |
D | DWARFLinker.h | 614 struct AttributesInfo { struct 616 DwarfStringPoolEntryRef Name, MangledName, NameWithoutTemplate; 640 AttributesInfo() = default; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DWARFLinker/Classic/ |
D | DWARFLinker.h | 614 struct AttributesInfo { struct 616 DwarfStringPoolEntryRef Name, MangledName, NameWithoutTemplate; 640 AttributesInfo() = default; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DWARFLinker/ |
D | DWARFLinker.h | 751 struct AttributesInfo { struct 753 DwarfStringPoolEntryRef Name, MangledName, NameWithoutTemplate; 777 AttributesInfo() = default; argument
|
/aosp_15_r20/external/llvm/tools/dsymutil/ |
H A D | DwarfLinker.cpp | 1302 struct AttributesInfo { struct in llvm::dsymutil::__anon73f354850111::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
|