Home
last modified time | relevance | path

Searched refs:InMemoryStruct (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObjectFile.cpp63 InMemoryStruct<macho::SymtabLoadCommand> SymtabLoadCmd; in moveToNextSymbol()
75 InMemoryStruct<macho::SymbolTableEntry> &Res) const { in getSymbolTableEntry()
76 InMemoryStruct<macho::SymtabLoadCommand> SymtabLoadCmd; in getSymbolTableEntry()
90 InMemoryStruct<macho::Symbol64TableEntry> &Res) const { in getSymbol64TableEntry()
91 InMemoryStruct<macho::SymtabLoadCommand> SymtabLoadCmd; in getSymbol64TableEntry()
116 InMemoryStruct<macho::Symbol64TableEntry> Entry; in getSymbolName()
120 InMemoryStruct<macho::SymbolTableEntry> Entry; in getSymbolName()
132 InMemoryStruct<macho::Symbol64TableEntry> Entry; in getSymbolOffset()
137 InMemoryStruct<macho::SymbolTableEntry> Entry; in getSymbolOffset()
151 InMemoryStruct<macho::Symbol64TableEntry> Entry; in getSymbolAddress()
[all …]
DMachOObject.cpp35 InMemoryStruct<T> &Res) { in ReadInMemoryStruct()
183 InMemoryStruct<macho::SegmentLoadCommand> &Res) const { in ReadSegmentLoadCommand()
201 InMemoryStruct<macho::Segment64LoadCommand> &Res) const { in ReadSegment64LoadCommand()
215 InMemoryStruct<macho::SymtabLoadCommand> &Res) const { in ReadSymtabLoadCommand()
243 InMemoryStruct<macho::DysymtabLoadCommand> &Res) const { in ReadDysymtabLoadCommand()
255 InMemoryStruct<macho::LinkeditDataLoadCommand> &Res) const { in ReadLinkeditDataLoadCommand()
266 InMemoryStruct<macho::IndirectSymbolTableEntry> &Res) const { in ReadIndirectSymbolTableEntry()
287 InMemoryStruct<macho::Section> &Res) const { in ReadSection()
310 InMemoryStruct<macho::Section64> &Res) const { in ReadSection64()
325 InMemoryStruct<macho::RelocationEntry> &Res) const { in ReadRelocationEntry()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachOObject.h143 InMemoryStruct<macho::SegmentLoadCommand> &Res) const;
146 InMemoryStruct<macho::Segment64LoadCommand> &Res) const;
149 InMemoryStruct<macho::SymtabLoadCommand> &Res) const;
152 InMemoryStruct<macho::DysymtabLoadCommand> &Res) const;
155 InMemoryStruct<macho::LinkeditDataLoadCommand> &Res) const;
159 InMemoryStruct<macho::IndirectSymbolTableEntry> &Res) const;
163 InMemoryStruct<macho::Section> &Res) const;
167 InMemoryStruct<macho::Section64> &Res) const;
170 InMemoryStruct<macho::RelocationEntry> &Res) const;
173 InMemoryStruct<macho::SymbolTableEntry> &Res) const;
[all …]
DMachO.h90 InMemoryStruct<macho::SymbolTableEntry> &Res) const;
92 InMemoryStruct<macho::Symbol64TableEntry> &Res) const;
94 void getSection(DataRefImpl DRI, InMemoryStruct<macho::Section> &Res) const;
96 InMemoryStruct<macho::Section64> &Res) const;
98 InMemoryStruct<macho::RelocationEntry> &Res) const;
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DInMemoryStruct.h25 class InMemoryStruct {
42 InMemoryStruct() : Target(0) {} in InMemoryStruct() function
43 InMemoryStruct(reference Value) : Target(&Contents), Contents(Value) {} in InMemoryStruct() function
44 InMemoryStruct(pointer Value) : Target(Value) {} in InMemoryStruct() function
45 InMemoryStruct(const InMemoryStruct<T> &Value) { *this = Value; } in InMemoryStruct() function
47 void operator=(const InMemoryStruct<T> &Value) {
/external/swiftshader/third_party/LLVM/tools/macho-dump/
Dmacho-dump.cpp98 InMemoryStruct<macho::RelocationEntry> RE; in DumpSectionData()
129 InMemoryStruct<macho::SegmentLoadCommand> SLC; in DumpSegmentCommand()
143 InMemoryStruct<macho::Section> Sect; in DumpSegmentCommand()
165 InMemoryStruct<macho::Segment64LoadCommand> SLC; in DumpSegment64Command()
179 InMemoryStruct<macho::Section64> Sect; in DumpSegment64Command()
216 InMemoryStruct<macho::SymtabLoadCommand> SLC; in DumpSymtabCommand()
239 InMemoryStruct<macho::Symbol64TableEntry> STE; in DumpSymtabCommand()
249 InMemoryStruct<macho::SymbolTableEntry> STE; in DumpSymtabCommand()
267 InMemoryStruct<macho::DysymtabLoadCommand> DLC; in DumpDysymtabCommand()
297 InMemoryStruct<macho::IndirectSymbolTableEntry> ISTE; in DumpDysymtabCommand()
[all …]
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp137 const InMemoryStruct<macho::SymtabLoadCommand> &SymtabLC) { in loadSegment32()
138 InMemoryStruct<macho::SegmentLoadCommand> SegmentLC; in loadSegment32()
144 InMemoryStruct<macho::Section> Sect; in loadSegment32()
160 InMemoryStruct<macho::SymbolTableEntry> STE; in loadSegment32()
216 InMemoryStruct<macho::RelocationEntry> RE; in loadSegment32()
276 const InMemoryStruct<macho::SymtabLoadCommand> &SymtabLC) { in loadSegment64()
277 InMemoryStruct<macho::Segment64LoadCommand> Segment64LC; in loadSegment64()
283 InMemoryStruct<macho::Section64> Sect; in loadSegment64()
299 InMemoryStruct<macho::Symbol64TableEntry> STE; in loadSegment64()
353 InMemoryStruct<macho::RelocationEntry> RE; in loadSegment64()
[all …]
DRuntimeDyldImpl.h130 const InMemoryStruct<macho::SymtabLoadCommand> &SymtabLC);
133 const InMemoryStruct<macho::SymtabLoadCommand> &SymtabLC);
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMachODump.cpp216 InMemoryStruct<macho::SymtabLoadCommand> *SymtabLC, in getSectionsAndSymbols()
224 InMemoryStruct<macho::SegmentLoadCommand> SegmentLC; in getSectionsAndSymbols()
229 InMemoryStruct<macho::Section> Sect; in getSectionsAndSymbols()
235 InMemoryStruct<macho::Segment64LoadCommand> Segment64LC; in getSectionsAndSymbols()
241 InMemoryStruct<macho::Section64> Sect64; in getSectionsAndSymbols()
248 InMemoryStruct<macho::LinkeditDataLoadCommand> LLC; in getSectionsAndSymbols()
258 InMemoryStruct<macho::Symbol64TableEntry> STE; in getSectionsAndSymbols()
263 InMemoryStruct<macho::SymbolTableEntry> STE; in getSectionsAndSymbols()
321 InMemoryStruct<macho::SymtabLoadCommand> SymtabLC; in DisassembleInputMachO()
420 InMemoryStruct<macho::RelocationEntry> RE; in DisassembleInputMachO()