OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:constructSection
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MachOEmitter.cpp
102
SectionType
constructSection
(MachOYAML::Section Sec) {
130
auto TempSec =
constructSection
<MachO::section>(Sec);
145
auto TempSec =
constructSection
<MachO::section_64>(Sec);
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOReader.cpp
50
Section
constructSection
(SectionType Sec, uint32_t Index);
52
template <> Section
constructSection
(MachO::section Sec, uint32_t Index) {
56
template <> Section
constructSection
(MachO::section_64 Sec, uint32_t Index) {
77
std::make_unique<Section>(
constructSection
(Sec, NextSectionIndex)));
80
std::make_unique<Section>(
constructSection
(*Curr, NextSectionIndex)));
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
macho2yaml.cpp
45
Expected<MachOYAML::Section>
constructSection
(SectionType Sec,
117
Expected<MachOYAML::Section> MachODumper::
constructSection
(MachO::section Sec,
127
MachODumper::
constructSection
(MachO::section_64 Sec, size_t SecIndex) {
177
constructSection
(Sec, Sections.size() + 1)) {
Completed in 17 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026