Searched refs:Rels (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp175 static std::error_code resolveSymbol(const std::vector<RelocationRef> &Rels, argument
177 for (std::vector<RelocationRef>::const_iterator I = Rels.begin(),
178 E = Rels.end();
197 const std::vector<RelocationRef> &Rels, uint64_t Offset,
200 if (std::error_code EC = resolveSymbol(Rels, Offset, Sym))
213 static std::error_code resolveSymbolName(const std::vector<RelocationRef> &Rels, argument
216 if (std::error_code EC = resolveSymbol(Rels, Offset, Sym))
224 const std::vector<RelocationRef> &Rels,
227 if (!resolveSymbolName(Rels, Offset, Sym)) {
381 std::vector<RelocationRef> &Rels,
196 getSectionContents(const COFFObjectFile *Obj, const std::vector<RelocationRef> &Rels, uint64_t Offset, ArrayRef<uint8_t> &Contents, uint64_t &Addr) argument
223 printCOFFSymbolAddress(llvm::raw_ostream &Out, const std::vector<RelocationRef> &Rels, uint64_t Offset, uint32_t Disp) argument
380 getPDataSection(const COFFObjectFile *Obj, std::vector<RelocationRef> &Rels, const RuntimeFunction *&RFStart, int &NumRFs) argument
475 printRuntimeFunctionRels(const COFFObjectFile *Obj, const RuntimeFunction &RF, uint64_t SectionOffset, const std::vector<RelocationRef> &Rels) argument
481 printCOFFSymbolAddress(outs(), Rels, local
488 printCOFFSymbolAddress(outs(), Rels, local
495 printCOFFSymbolAddress(outs(), Rels, local
531 std::vector<RelocationRef> Rels; local
[all...]
H A Dllvm-objdump.cpp446 std::vector<RelocationRef> Rels; local
450 Rels.push_back(Reloc);
456 std::sort(Rels.begin(), Rels.end(), RelocAddressLess);
487 std::vector<RelocationRef>::const_iterator rel_cur = Rels.begin();
488 std::vector<RelocationRef>::const_iterator rel_end = Rels.end();

Completed in 110 milliseconds