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

/freebsd-10.2-release/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp173 static error_code resolveSymbol(const std::vector<RelocationRef> &Rels, argument
209 static error_code resolveSymbolName(const std::vector<RelocationRef> &Rels, argument
296 std::vector<RelocationRef> Rels; local
192 getSectionContents(const COFFObjectFile *Obj, const std::vector<RelocationRef> &Rels, uint64_t Offset, ArrayRef<uint8_t> &Contents, uint64_t &Addr) argument
217 printCOFFSymbolAddress(llvm::raw_ostream &Out, const std::vector<RelocationRef> &Rels, uint64_t Offset, uint32_t Disp) argument
321 printCOFFSymbolAddress(outs(), Rels, SectionOffset + local
327 printCOFFSymbolAddress(outs(), Rels, SectionOffset + local
333 printCOFFSymbolAddress(outs(), Rels, SectionOffset + local
[all...]
H A Dllvm-objdump.cpp419 std::vector<RelocationRef> Rels; local
/freebsd-10.2-release/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp196 static error_code resolveSymbol(const std::vector<RelocationRef> &Rels, argument
217 static error_code resolveSymbolName(const std::vector<RelocationRef> &Rels, argument
477 static std::string formatSymbol(const std::vector<RelocationRef> &Rels, argument
502 getSectionContents( const std::vector<RelocationRef> &Rels, uint64_t Offset, ArrayRef<uint8_t> &Contents, uint64_t &Addr) argument
519 getSection( const std::vector<RelocationRef> &Rels, uint64_t Offset, const coff_section **SectionPtr, uint64_t *AddrPtr) argument
973 printRuntimeFunction( const RuntimeFunction& RTF, uint64_t OffsetInSection, const std::vector<RelocationRef> &Rels) argument
1006 printUnwindInfo( const Win64EH::UnwindInfo& UI, uint64_t OffsetInSection, const std::vector<RelocationRef> &Rels) argument
[all...]

Completed in 57 milliseconds