Searched defs:LoadCommandInfo (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Object/
H A DMachO.h26 typedef MachOObject::LoadCommandInfo LoadCommandInfo; typedef in namespace:llvm::object
H A DMachOObject.h47 struct LoadCommandInfo { struct in class:llvm::object::MachOObject
68 LoadCommandInfo *LoadCommands;
139 const LoadCommandInfo &getLoadCommandInfo(unsigned Index) const;
142 const LoadCommandInfo &LCI,
145 const LoadCommandInfo &LCI,
148 const LoadCommandInfo &LCI,
151 const LoadCommandInfo &LCI,
154 const LoadCommandInfo &LCI,
161 const LoadCommandInfo &LCI,
165 const LoadCommandInfo
[all...]
/external/llvm/include/llvm/Object/
H A DMachO.h189 struct LoadCommandInfo { struct in class:llvm::object::MachOObjectFile
193 typedef SmallVector<LoadCommandInfo, 4> LoadCommandList;
336 MachO::section getSection(const LoadCommandInfo &L, unsigned Index) const;
337 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
342 getLinkeditDataLoadCommand(const LoadCommandInfo &L) const;
344 getSegmentLoadCommand(const LoadCommandInfo &L) const;
346 getSegment64LoadCommand(const LoadCommandInfo &L) const;
348 getLinkerOptionLoadCommand(const LoadCommandInfo &L) const;
350 getVersionMinLoadCommand(const LoadCommandInfo &L) const;
352 getDylibIDLoadCommand(const LoadCommandInfo
[all...]

Completed in 119 milliseconds