Searched refs:DataRefImpl (Results 1 - 17 of 17) sorted by relevance

/external/llvm/include/llvm/Object/
H A DSymbolicFile.h22 union DataRefImpl { union in namespace:llvm::object
29 DataRefImpl() { std::memset(this, 0, sizeof(DataRefImpl)); } function in union:llvm::object::DataRefImpl
32 inline bool operator==(const DataRefImpl &a, const DataRefImpl &b) {
35 return std::memcmp(&a, &b, sizeof(DataRefImpl)) == 0;
38 inline bool operator!=(const DataRefImpl &a, const DataRefImpl &b) {
42 inline bool operator<(const DataRefImpl &a, const DataRefImpl
[all...]
H A DMachO.h30 DataRefImpl DicePimpl;
36 DiceRef(DataRefImpl DiceP, const ObjectFile *Owner);
47 DataRefImpl getRawDataRefImpl() const;
62 void moveSymbolNext(DataRefImpl &Symb) const override;
63 std::error_code getSymbolName(DataRefImpl Symb,
67 std::error_code getIndirectName(DataRefImpl Symb, StringRef &Res) const;
69 std::error_code getSymbolAddress(DataRefImpl Symb,
71 std::error_code getSymbolAlignment(DataRefImpl Symb,
73 std::error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const override;
74 std::error_code getSymbolType(DataRefImpl Sym
[all...]
H A DObjectFile.h37 DataRefImpl RelocationPimpl;
43 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner);
70 DataRefImpl getRawDataRefImpl() const;
81 DataRefImpl SectionPimpl;
87 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner);
122 DataRefImpl getRawDataRefImpl() const;
142 SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner);
182 DataRefImpl LibraryPimpl;
188 LibraryRef(DataRefImpl LibraryP, const ObjectFile *Owner);
198 DataRefImpl getRawDataRefImp
[all...]
H A DELFObjectFile.h59 void moveSymbolNext(DataRefImpl &Symb) const override;
60 std::error_code getSymbolName(DataRefImpl Symb,
62 std::error_code getSymbolAddress(DataRefImpl Symb,
64 std::error_code getSymbolAlignment(DataRefImpl Symb,
66 std::error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const override;
67 uint32_t getSymbolFlags(DataRefImpl Symb) const override;
68 std::error_code getSymbolType(DataRefImpl Symb,
70 std::error_code getSymbolSection(DataRefImpl Symb,
73 std::error_code getLibraryNext(DataRefImpl Data,
75 std::error_code getLibraryPath(DataRefImpl Dat
[all...]
H A DIRObjectFile.h33 void moveSymbolNext(DataRefImpl &Symb) const override;
35 DataRefImpl Symb) const override;
36 uint32_t getSymbolFlags(DataRefImpl Symb) const override;
37 const GlobalValue *getSymbolGV(DataRefImpl Symb) const;
H A DCOFF.h358 const coff_symbol *toSymb(DataRefImpl Symb) const;
359 const coff_section *toSec(DataRefImpl Sec) const;
360 const coff_relocation *toRel(DataRefImpl Rel) const;
367 void moveSymbolNext(DataRefImpl &Symb) const override;
368 std::error_code getSymbolName(DataRefImpl Symb,
370 std::error_code getSymbolAddress(DataRefImpl Symb,
372 std::error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const override;
373 uint32_t getSymbolFlags(DataRefImpl Symb) const override;
374 std::error_code getSymbolType(DataRefImpl Symb,
376 std::error_code getSymbolSection(DataRefImpl Sym
[all...]
H A DRelocVisitor.h177 DataRefImpl DRI = R.getRawDataRefImpl();
185 DataRefImpl DRI = R.getRawDataRefImpl();
193 DataRefImpl DRI = R.getRawDataRefImpl();
201 DataRefImpl DRI = R.getRawDataRefImpl();
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp92 const coff_symbol *COFFObjectFile::toSymb(DataRefImpl Ref) const {
110 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const {
127 void COFFObjectFile::moveSymbolNext(DataRefImpl &Ref) const {
133 std::error_code COFFObjectFile::getSymbolName(DataRefImpl Ref,
139 std::error_code COFFObjectFile::getSymbolAddress(DataRefImpl Ref,
155 std::error_code COFFObjectFile::getSymbolType(DataRefImpl Ref,
179 uint32_t COFFObjectFile::getSymbolFlags(DataRefImpl Ref) const {
206 std::error_code COFFObjectFile::getSymbolSize(DataRefImpl Ref,
226 COFFObjectFile::getSymbolSection(DataRefImpl Ref,
235 DataRefImpl Re
[all...]
H A DMachOObjectFile.cpp278 getSymbolTableEntryBase(const MachOObjectFile *O, DataRefImpl DRI) {
416 DataRefImpl Sec) {
467 void MachOObjectFile::moveSymbolNext(DataRefImpl &Symb) const {
474 std::error_code MachOObjectFile::getSymbolName(DataRefImpl Symb,
485 std::error_code MachOObjectFile::getIndirectName(DataRefImpl Symb,
507 std::error_code MachOObjectFile::getSymbolAddress(DataRefImpl Symb,
527 std::error_code MachOObjectFile::getSymbolAlignment(DataRefImpl DRI,
539 std::error_code MachOObjectFile::getSymbolSize(DataRefImpl DRI,
567 DataRefImpl DRI = Symbol.getRawDataRefImpl();
578 DataRefImpl Se
[all...]
H A DObjectFile.cpp30 DataRefImpl Symb) const {
38 std::error_code ObjectFile::getSymbolAlignment(DataRefImpl DRI,
44 section_iterator ObjectFile::getRelocatedSection(DataRefImpl Sec) const {
H A DIRObjectFile.cpp122 static const GlobalValue *getGV(DataRefImpl &Symb) {
150 static unsigned getAsmSymIndex(DataRefImpl Symb) {
157 void IRObjectFile::moveSymbolNext(DataRefImpl &Symb) const {
193 DataRefImpl Symb) const {
220 uint32_t IRObjectFile::getSymbolFlags(DataRefImpl Symb) const {
251 const GlobalValue *IRObjectFile::getSymbolGV(DataRefImpl Symb) const {
258 DataRefImpl Ret;
264 DataRefImpl Ret;
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp159 DataRefImpl Sec,
188 DataRefImpl DRI,
224 DataRefImpl DR = Section.getRawDataRefImpl();
318 DataRefImpl DR = Reloc.getRawDataRefImpl();
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp167 DataRefImpl Symb;
330 DataRefImpl Ref = Sec->getRawDataRefImpl();
512 DataRefImpl Symb = I->getRawDataRefImpl();
602 static uint8_t getNType(MachOObjectFile &Obj, DataRefImpl Symb) {
612 DataRefImpl Symb = I->getRawDataRefImpl();
623 DataRefImpl Ref = Sec->getRawDataRefImpl();
660 DataRefImpl Symb = I->getRawDataRefImpl();
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp316 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl();
H A Dllvm-objdump.cpp460 DataRefImpl DR = Section.getRawDataRefImpl();
791 DataRefImpl DR = Section->getRawDataRefImpl();
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp206 DataRefImpl DRI = Symbol.getRawDataRefImpl();
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp130 DataRefImpl ShdrRef = Sec.getRawDataRefImpl();

Completed in 5762 milliseconds