OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NListEntry
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
MachOYAML.h
83
struct
NListEntry
{
122
std::vector<
NListEntry
> NameList;
166
LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::
NListEntry
)
226
template <> struct MappingTraits<MachOYAML::
NListEntry
> {
227
static void mapping(IO &IO, MachOYAML::
NListEntry
&
NListEntry
);
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MachOYAML.cpp
194
void MappingTraits<MachOYAML::
NListEntry
>::mapping(
195
IO &IO, MachOYAML::
NListEntry
&
NListEntry
) {
196
IO.mapRequired("n_strx",
NListEntry
.n_strx);
197
IO.mapRequired("n_type",
NListEntry
.n_type);
198
IO.mapRequired("n_sect",
NListEntry
.n_sect);
199
IO.mapRequired("n_desc",
NListEntry
.n_desc);
200
IO.mapRequired("n_value",
NListEntry
.n_value);
MachOEmitter.cpp
429
void writeNListEntry(MachOYAML::
NListEntry
&NLE, raw_ostream &OS,
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
macho2yaml.cpp
559
MachOYAML::
NListEntry
constructNameList(const nlist_t &nlist) {
560
MachOYAML::
NListEntry
NL;
573
MachOYAML::
NListEntry
NLE =
Completed in 63 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026