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

/external/llvm/include/llvm/ADT/
H A DInMemoryStruct.h1 //===- InMemoryStruct.h - Indirect Struct Access Smart Pointer --*- C++ -*-===//
25 class InMemoryStruct { class in namespace:llvm
42 InMemoryStruct() : Target(0) {} function in class:llvm::InMemoryStruct
43 InMemoryStruct(reference Value) : Target(&Contents), Contents(Value) {} function in class:llvm::InMemoryStruct
44 InMemoryStruct(pointer Value) : Target(Value) {} function in class:llvm::InMemoryStruct
45 InMemoryStruct(const InMemoryStruct<T> &Value) { *this = Value; } function in class:llvm::InMemoryStruct
47 void operator=(const InMemoryStruct<T> &Value) {
/external/llvm/include/llvm/Object/
H A DMachOObject.h14 #include "llvm/ADT/InMemoryStruct.h"
143 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<mach
[all...]
H A DMachO.h114 InMemoryStruct<macho::SymbolTableEntry> &Res) const;
116 InMemoryStruct<macho::Symbol64TableEntry> &Res) const;
118 void getSection(DataRefImpl DRI, InMemoryStruct<macho::Section> &Res) const;
120 InMemoryStruct<macho::Section64> &Res) const;
122 InMemoryStruct<macho::RelocationEntry> &Res) const;
125 void printRelocationTargetName(InMemoryStruct<macho::RelocationEntry>& RE,
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp63 InMemoryStruct<macho::SymtabLoadCommand> SymtabLoadCmd;
75 InMemoryStruct<macho::SymbolTableEntry> &Res) const {
76 InMemoryStruct<macho::SymtabLoadCommand> SymtabLoadCmd;
90 InMemoryStruct<macho::Symbol64TableEntry> &Res) const {
91 InMemoryStruct<macho::SymtabLoadCommand> SymtabLoadCmd;
116 InMemoryStruct<macho::Symbol64TableEntry> Entry;
120 InMemoryStruct<macho::SymbolTableEntry> Entry;
130 InMemoryStruct<macho::Symbol64TableEntry> Entry;
134 InMemoryStruct<macho::Section64> Section;
139 InMemoryStruct<mach
[all...]
H A DMachOObject.cpp36 InMemoryStruct<T> &Res) {
184 InMemoryStruct<macho::SegmentLoadCommand> &Res) const {
202 InMemoryStruct<macho::Segment64LoadCommand> &Res) const {
216 InMemoryStruct<macho::SymtabLoadCommand> &Res) const {
244 InMemoryStruct<macho::DysymtabLoadCommand> &Res) const {
256 InMemoryStruct<macho::LinkeditDataLoadCommand> &Res) const {
267 InMemoryStruct<macho::IndirectSymbolTableEntry> &Res) const {
288 InMemoryStruct<macho::Section> &Res) const {
311 InMemoryStruct<macho::Section64> &Res) const {
326 InMemoryStruct<mach
[all...]
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp98 InMemoryStruct<macho::RelocationEntry> RE;
129 InMemoryStruct<macho::SegmentLoadCommand> SLC;
143 InMemoryStruct<macho::Section> Sect;
165 InMemoryStruct<macho::Segment64LoadCommand> SLC;
179 InMemoryStruct<macho::Section64> Sect;
216 InMemoryStruct<macho::SymtabLoadCommand> SLC;
239 InMemoryStruct<macho::Symbol64TableEntry> STE;
249 InMemoryStruct<macho::SymbolTableEntry> STE;
267 InMemoryStruct<macho::DysymtabLoadCommand> DLC;
297 InMemoryStruct<mach
[all...]
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp204 InMemoryStruct<macho::SymtabLoadCommand> *SymtabLC,
227 InMemoryStruct<macho::LinkeditDataLoadCommand> LLC;
288 InMemoryStruct<macho::SymtabLoadCommand> SymtabLC;

Completed in 1292 milliseconds