OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RawContentSection
(Results
1 - 4
of
4
) sorted by null
/external/llvm/tools/obj2yaml/
elf2yaml.cpp
39
ErrorOr<ELFYAML::
RawContentSection
*>
91
ErrorOr<ELFYAML::
RawContentSection
*> S = dumpContentSection(&Sec);
261
ErrorOr<ELFYAML::
RawContentSection
*>
263
auto S = make_unique<ELFYAML::
RawContentSection
>();
/external/llvm/include/llvm/Object/
ELFYAML.h
85
struct
RawContentSection
: Section {
88
RawContentSection
() : Section(SectionKind::RawContent) {}
/external/llvm/tools/yaml2obj/
yaml2elf.cpp
133
const ELFYAML::
RawContentSection
&Section,
213
if (auto S = dyn_cast<ELFYAML::
RawContentSection
>(Sec.get()))
316
const ELFYAML::
RawContentSection
&Section,
/external/llvm/lib/Object/
ELFYAML.cpp
681
static void sectionMapping(IO &IO, ELFYAML::
RawContentSection
&Section) {
710
Section.reset(new ELFYAML::
RawContentSection
());
711
sectionMapping(IO, *cast<ELFYAML::
RawContentSection
>(Section.get()));
717
const auto *RawSection = dyn_cast<ELFYAML::
RawContentSection
>(Section.get());
Completed in 61 milliseconds