OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Section64
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Object/
MachOObjectFile.cpp
84
void SwapStruct(macho::
Section64
&S) {
244
unsigned SectionSize = Is64 ? sizeof(macho::
Section64
) :
406
macho::
Section64
Sect = O->getSection64(Sec);
489
macho::
Section64
Sec = getSection64(SecRel);
685
macho::
Section64
Sect = getSection64(Sec);
697
macho::
Section64
Sect = getSection64(Sec);
713
macho::
Section64
Sect = getSection64(Sec);
730
macho::
Section64
Sect = getSection64(Sec);
820
macho::
Section64
Sect = getSection64(Sec);
837
macho::
Section64
Sect = getSection64(Sec)
[
all
...]
/external/llvm/include/llvm/Object/
MachO.h
168
macho::
Section64
getSection64(DataRefImpl DRI) const;
170
macho::
Section64
getSection64(const LoadCommandInfo &L, unsigned Index) const;
MachOFormat.h
287
struct
Section64
{
/external/llvm/tools/llvm-readobj/
MachODumper.cpp
181
macho::
Section64
Sect = Obj->getSection64(Sec);
/external/llvm/tools/macho-dump/
macho-dump.cpp
161
macho::
Section64
Sect = Obj.getSection64(LCI, i);
Completed in 148 milliseconds