OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoadCommandInfo
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Object/
MachO.h
56
struct
LoadCommandInfo
{
163
LoadCommandInfo
getFirstLoadCommandInfo() const;
164
LoadCommandInfo
getNextLoadCommandInfo(const
LoadCommandInfo
&L) const;
169
macho::Section getSection(const
LoadCommandInfo
&L, unsigned Index) const;
170
macho::Section64 getSection64(const
LoadCommandInfo
&L, unsigned Index) const;
175
getLinkeditDataLoadCommand(const
LoadCommandInfo
&L) const;
177
getSegmentLoadCommand(const
LoadCommandInfo
&L) const;
179
getSegment64LoadCommand(const
LoadCommandInfo
&L) const;
181
getLinkerOptionsLoadCommand(const
LoadCommandInfo
&L) const
[
all
...]
/external/llvm/tools/macho-dump/
macho-dump.cpp
126
const MachOObjectFile::
LoadCommandInfo
&LCI) {
151
const MachOObjectFile::
LoadCommandInfo
&LCI) {
270
const MachOObjectFile::
LoadCommandInfo
&LCI) {
289
const MachOObjectFile::
LoadCommandInfo
&LCI) {
312
const MachOObjectFile::
LoadCommandInfo
&LCI) {
333
MachOObjectFile::
LoadCommandInfo
&LCI) {
359
MachOObjectFile::
LoadCommandInfo
&LCI) {
404
MachOObjectFile::
LoadCommandInfo
Command =
/external/llvm/lib/Object/
MachOObjectFile.cpp
227
const MachOObjectFile::
LoadCommandInfo
&L) {
237
getSectionPtr(const MachOObjectFile *O, MachOObjectFile::
LoadCommandInfo
L,
422
MachOObjectFile::
LoadCommandInfo
Load = getFirstLoadCommandInfo();
[
all
...]
/external/llvm/tools/llvm-objdump/
MachODump.cpp
170
MachOObjectFile::
LoadCommandInfo
Command =
Completed in 444 milliseconds