Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp2542 struct GroupSection { struct
2543 StringRef Name;
2544 StringRef Signature;
2545 uint64_t ShName;
2546 uint64_t Index;
2547 uint32_t Link;
2548 uint32_t Info;
2549 uint32_t Type;
2550 std::vector<GroupMember> Members;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.h40 class GroupSection; variable
545 explicit GroupSection(ArrayRef<uint8_t> Data) : Contents(Data) {} in GroupSection() function