Searched refs:getSection64 (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DMachOUniversalWriter.cpp52 (Is64Bit ? O.getSection64(LC, SI).align
H A DMachOObjectFile.cpp184 MachO::section_64 Sect = O.getSection64(Sec);
1943 return getSection64(Sec).addr;
1960 MachO::section_64 Sect = getSection64(Sec);
1991 MachO::section_64 Sect = getSection64(Sec);
2006 MachO::section_64 Sect = getSection64(Sec);
2170 return getSection64(Sec).offset == 0;
2185 MachO::section_64 Sect = getSection64(Sec);
4622 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { function in class:MachOObjectFile
4633 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, function in class:MachOObjectFile
4783 MachO::section_64 Sect = getSection64(Se
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h647 MachO::section_64 getSection64(DataRefImpl DRI) const;
649 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp225 MachO::section_64 Sec = MachO->getSection64(Load, J);
287 MachO::section_64 Sec = MachO->getSection64(Load, J);
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp136 Obj.getSection64(SecRef.getRawDataRefImpl());
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp357 MachO::section_64 Sect = Obj->getSection64(Sec);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp661 MachO::section_64 Sec = O->getSection64(Load, J);
997 const MachO::section_64 Sec = O->getSection64(Load, J);
1657 const MachO::section_64 Sec = O->getSection64(Ref);
1747 const MachO::section_64 Sec = O->getSection64(Ref);
1961 const MachO::section_64 Sec = O->getSection64(Ref);
3227 MachO::section_64 Sec = info->O->getSection64(Load, J);
3283 MachO::section_64 Sec = info->O->getSection64(Load, J);
3434 MachO::section_64 Sec = info->O->getSection64(Load, J);
10005 MachO::section_64 S_64 = Obj->getSection64(Command, j);

Completed in 267 milliseconds