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

/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp177 static std::error_code resolveSymbol(const std::vector<RelocationRef> &Rels, argument
179 for (std::vector<RelocationRef>::const_iterator I = Rels.begin(),
180 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))
226 const std::vector<RelocationRef> &Rels,
229 if (!resolveSymbolName(Rels, Offset, Sym)) {
375 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
225 printCOFFSymbolAddress(llvm::raw_ostream &Out, const std::vector<RelocationRef> &Rels, uint64_t Offset, uint32_t Disp) argument
374 getPDataSection(const COFFObjectFile *Obj, std::vector<RelocationRef> &Rels, const RuntimeFunction *&RFStart, int &NumRFs) argument
467 printRuntimeFunctionRels(const COFFObjectFile *Obj, const RuntimeFunction &RF, uint64_t SectionOffset, const std::vector<RelocationRef> &Rels) argument
473 printCOFFSymbolAddress(outs(), Rels, local
480 printCOFFSymbolAddress(outs(), Rels, local
487 printCOFFSymbolAddress(outs(), Rels, local
518 std::vector<RelocationRef> Rels; local
[all...]

Completed in 88 milliseconds