OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RawContentSection
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFEmitter.cpp
237
const ELFYAML::
RawContentSection
&Section,
631
if (YAMLSec && !isa<ELFYAML::
RawContentSection
>(YAMLSec))
798
if (auto RawSec = dyn_cast<ELFYAML::
RawContentSection
>(Sec)) {
814
if (auto S = dyn_cast<ELFYAML::
RawContentSection
>(Sec)) {
941
ELFYAML::
RawContentSection
*RawSec =
942
dyn_cast_or_null<ELFYAML::
RawContentSection
>(YAMLSec);
1002
ELFYAML::
RawContentSection
*RawSec =
1003
dyn_cast_or_null<ELFYAML::
RawContentSection
>(YAMLSec);
1062
ELFYAML::
RawContentSection
*RawSec =
1063
dyn_cast_or_null<ELFYAML::
RawContentSection
>(YAMLSec)
[
all
...]
ELFYAML.cpp
1265
static void sectionMapping(IO &IO, ELFYAML::
RawContentSection
&Section) {
1589
Section = std::make_unique<ELFYAML::
RawContentSection
>();
1592
if (auto S = dyn_cast<ELFYAML::
RawContentSection
>(Section.get()))
1645
if (const auto *RawSection = dyn_cast<ELFYAML::
RawContentSection
>(C.get())) {
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
elf2yaml.cpp
79
Expected<ELFYAML::
RawContentSection
*>
98
Expected<ELFYAML::
RawContentSection
*>
200
if (const ELFYAML::
RawContentSection
*RawSec =
201
dyn_cast<const ELFYAML::
RawContentSection
>(&S)) {
487
if (ELFYAML::
RawContentSection
*RawSec =
488
dyn_cast<ELFYAML::
RawContentSection
>(C.get())) {
518
Expected<ELFYAML::
RawContentSection
*>
520
auto S = std::make_unique<ELFYAML::
RawContentSection
>();
1116
Expected<ELFYAML::
RawContentSection
*>
1118
auto S = std::make_unique<ELFYAML::
RawContentSection
>();
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ELFYAML.h
357
struct
RawContentSection
: Section {
360
RawContentSection
() : Section(ChunkKind::RawContent) {}
Completed in 17 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026