OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GroupSection
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ELFYAML.h
574
struct
GroupSection
: Section {
580
GroupSection
() : Section(ChunkKind::Group) {}
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h
42
class
GroupSection
;
84
virtual Error visit(const
GroupSection
&Sec) = 0;
101
virtual Error visit(
GroupSection
&Sec) = 0;
121
virtual Error visit(const
GroupSection
&Sec) override = 0;
141
Error visit(const
GroupSection
&Sec) override;
165
Error visit(
GroupSection
&Sec) override;
185
Error visit(const
GroupSection
&Sec) override;
797
class
GroupSection
: public SectionBase {
809
explicit
GroupSection
(ArrayRef<uint8_t> Data) : Contents(Data) {}
953
Error initGroupSection(
GroupSection
*GroupSec)
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp
164
struct
GroupSection
{
299
std::vector<
GroupSection
> getGroups();
3279
template <class ELFT> std::vector<
GroupSection
> ELFDumper<ELFT>::getGroups() {
3303
std::vector<
GroupSection
> Ret;
3365
static DenseMap<uint64_t, const
GroupSection
*>
3366
mapSectionsToGroups(ArrayRef<
GroupSection
> Groups) {
3367
DenseMap<uint64_t, const
GroupSection
*> Ret;
3368
for (const
GroupSection
&G : Groups)
3375
std::vector<
GroupSection
> V = this->getGroups();
3376
DenseMap<uint64_t, const
GroupSection
*> Map = mapSectionsToGroups(V)
[
all
...]
Completed in 21 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026