Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp360 static Error resolveSymbol(const std::vector<RelocationRef> &Rels, in getSectionContents() argument
342 resolveSymbol(const std::vector<RelocationRef> & Rels,uint64_t Offset,SymbolRef & Sym) resolveSymbol() argument
374 resolveSymbolName(const std::vector<RelocationRef> & Rels,uint64_t Offset,StringRef & Name) resolveSymbolName() argument
387 printCOFFSymbolAddress(raw_ostream & Out,const std::vector<RelocationRef> & Rels,uint64_t Offset,uint32_t Disp) printCOFFSymbolAddress() argument
595 getPDataSection(const COFFObjectFile * Obj,std::vector<RelocationRef> & Rels,const RuntimeFunction * & RFStart,int & NumRFs) getPDataSection() argument
702 printRuntimeFunctionRels(const COFFObjectFile * Obj,const RuntimeFunction & RF,uint64_t SectionOffset,const std::vector<RelocationRef> & Rels) printRuntimeFunctionRels() argument
753 std::vector<RelocationRef> Rels; printCOFFUnwindInfo() local
[all...]
H A Dllvm-objdump.cpp678 printInst(MCInstPrinter & IP,const MCInst * MI,ArrayRef<uint8_t> Bytes,object::SectionedAddress Address,formatted_raw_ostream & OS,StringRef Annot,MCSubtargetInfo const & STI,SourcePrinter * SP,StringRef ObjectFilename,std::vector<RelocationRef> * Rels,LiveVariablePrinter & LVP) printInst() argument
717 printInst(MCInstPrinter & IP,const MCInst * MI,ArrayRef<uint8_t> Bytes,object::SectionedAddress Address,formatted_raw_ostream & OS,StringRef Annot,MCSubtargetInfo const & STI,SourcePrinter * SP,StringRef ObjectFilename,std::vector<RelocationRef> * Rels,LiveVariablePrinter & LVP) printInst() argument
787 printInst(MCInstPrinter & IP,const MCInst * MI,ArrayRef<uint8_t> Bytes,object::SectionedAddress Address,formatted_raw_ostream & OS,StringRef Annot,MCSubtargetInfo const & STI,SourcePrinter * SP,StringRef ObjectFilename,std::vector<RelocationRef> * Rels,LiveVariablePrinter & LVP) printInst() argument
840 printInst(MCInstPrinter & IP,const MCInst * MI,ArrayRef<uint8_t> Bytes,object::SectionedAddress Address,formatted_raw_ostream & OS,StringRef Annot,MCSubtargetInfo const & STI,SourcePrinter * SP,StringRef ObjectFilename,std::vector<RelocationRef> * Rels,LiveVariablePrinter & LVP) printInst() argument
863 printInst(MCInstPrinter & IP,const MCInst * MI,ArrayRef<uint8_t> Bytes,object::SectionedAddress Address,formatted_raw_ostream & OS,StringRef Annot,MCSubtargetInfo const & STI,SourcePrinter * SP,StringRef ObjectFilename,std::vector<RelocationRef> * Rels,LiveVariablePrinter & LVP) printInst() argument
917 printInst(MCInstPrinter & IP,const MCInst * MI,ArrayRef<uint8_t> Bytes,object::SectionedAddress Address,formatted_raw_ostream & OS,StringRef Annot,MCSubtargetInfo const & STI,SourcePrinter * SP,StringRef ObjectFilename,std::vector<RelocationRef> * Rels,LiveVariablePrinter & LVP) printInst() argument
955 printInst(MCInstPrinter & IP,const MCInst * MI,ArrayRef<uint8_t> Bytes,object::SectionedAddress Address,formatted_raw_ostream & OS,StringRef Annot,MCSubtargetInfo const & STI,SourcePrinter * SP,StringRef ObjectFilename,std::vector<RelocationRef> * Rels,LiveVariablePrinter & LVP) printInst() argument
1936 std::vector<RelocationRef> Rels = RelocMap[Section]; disassembleObject() local
[all...]
/llvm-project/clang-tools-extra/clangd/index/dex/
H A DDex.cpp36 RelationSlab Rels, in build() argument
/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp850 __anone10a63770102(iterator_range<relocation_iterator> Rels, uint32_t RelType, StringRef PltSec) getPltEntries() argument
H A DELF.cpp411 std::vector<Elf_Rel> Rels; decodeCrel() local
/llvm-project/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1169 std::vector<Elf_Rel> Rels; in dumpRelocSection() local
1179 auto Rels = Obj.relas(*Shdr); dumpRelocSection() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DFileIndexTests.cpp99 std::unique_ptr<RelationSlab> relSlab(llvm::ArrayRef<const Relation> Rels) { in relSlab() argument
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1898 return Rels.takeError(); in readSections() local
/llvm-project/bolt/lib/Core/
H A DBinaryFunction.cpp4543 std::map<uint64_t, Relocation> &Rels = addRelocation() local
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3229 Elf_Rel_Range Rels = unwrapOrError(FileName, Obj.rels(*PltRelSec)); getPltSym() local
3233 Elf_Rela_Range Rels = unwrapOrError(FileName, Obj.relas(*PltRelSec)); getPltSym() local