/llvm-project/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 360 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 D | llvm-objdump.cpp | 678 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 D | Dex.cpp | 36 RelationSlab Rels, in build() argument
|
/llvm-project/llvm/lib/Object/ |
H A D | ELFObjectFile.cpp | 850 __anone10a63770102(iterator_range<relocation_iterator> Rels, uint32_t RelType, StringRef PltSec) getPltEntries() argument
|
H A D | ELF.cpp | 411 std::vector<Elf_Rel> Rels; decodeCrel() local
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | elf2yaml.cpp | 1169 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 D | FileIndexTests.cpp | 99 std::unique_ptr<RelationSlab> relSlab(llvm::ArrayRef<const Relation> Rels) { in relSlab() argument
|
/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 1898 return Rels.takeError(); in readSections() local
|
/llvm-project/bolt/lib/Core/ |
H A D | BinaryFunction.cpp | 4543 std::map<uint64_t, Relocation> &Rels = addRelocation() local
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 3229 Elf_Rel_Range Rels = unwrapOrError(FileName, Obj.rels(*PltRelSec)); getPltSym() local 3233 Elf_Rela_Range Rels = unwrapOrError(FileName, Obj.relas(*PltRelSec)); getPltSym() local
|