HomeSort by relevance Sort by last modified time
    Searched refs:DataRefImpl (Results 1 - 17 of 17) sorted by null

  /external/llvm/include/llvm/Object/
SymbolicFile.h 22 union DataRefImpl {
29 DataRefImpl() { std::memset(this, 0, sizeof(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 &b)
    [all...]
MachO.h 30 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 Symb
    [all...]
ObjectFile.h 37 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 getRawDataRefImpl() const
    [all...]
ELFObjectFile.h 59 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 Data
    [all...]
IRObjectFile.h 33 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;
COFF.h 358 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 Symb
    [all...]
RelocVisitor.h 177 DataRefImpl DRI = R.getRawDataRefImpl();
185 DataRefImpl DRI = R.getRawDataRefImpl();
193 DataRefImpl DRI = R.getRawDataRefImpl();
201 DataRefImpl DRI = R.getRawDataRefImpl();
  /external/llvm/lib/Object/
COFFObjectFile.cpp 92 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 Ref
    [all...]
MachOObjectFile.cpp 278 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 Sec
    [all...]
ObjectFile.cpp 30 DataRefImpl Symb) const {
38 std::error_code ObjectFile::getSymbolAlignment(DataRefImpl DRI,
44 section_iterator ObjectFile::getRelocatedSection(DataRefImpl Sec) const {
IRObjectFile.cpp 122 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/
MachODumper.cpp 159 DataRefImpl Sec,
188 DataRefImpl DRI,
224 DataRefImpl DR = Section.getRawDataRefImpl();
318 DataRefImpl DR = Reloc.getRawDataRefImpl();
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 167 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();
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 316 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl();
llvm-objdump.cpp 460 DataRefImpl DR = Section.getRawDataRefImpl();
791 DataRefImpl DR = Section->getRawDataRefImpl();
  /external/llvm/tools/macho-dump/
macho-dump.cpp 206 DataRefImpl DRI = Symbol.getRawDataRefImpl();
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 130 DataRefImpl ShdrRef = Sec.getRawDataRefImpl();
    [all...]

Completed in 382 milliseconds