/llvm-project/llvm/lib/MC/ |
H A D | MCELFObjectTargetWriter.cpp | 28 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs() argument
|
H A D | MachObjectWriter.cpp | 901 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; writeObject() local 1020 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; writeObject() local
|
H A D | ELFObjectWriter.cpp | 908 encodeCrel(ArrayRef<ELFRelocationEntry> Relocs,raw_ostream & OS) encodeCrel() argument 919 std::vector<ELFRelocationEntry> &Relocs = OWriter.Relocations[&Sec]; writeRelocations() local
|
H A D | WasmObjectWriter.cpp | 1108 writeRelocSection(uint32_t SectionIndex,StringRef Name,std::vector<WasmRelocationEntry> & Relocs) writeRelocSection() argument
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCELFExtras.h | 25 void encodeCrel(raw_ostream &OS, RelocsTy Relocs, F ToCrel) { in encodeCrel()
|
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFObjectWriter.cpp | 207 dumpRelocs(const char * Prefix,const Container & Relocs) dumpRelocs() argument 432 sortRelocs(const MCAssembler & Asm,std::vector<ELFRelocationEntry> & Relocs) sortRelocs() argument
|
/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFReader.cpp | 72 ArrayRef<coff_relocation> Relocs = COFFObj.getRelocations(Sec); in readSections() local
|
H A D | COFFObject.h | 37 std::vector<Relocation> Relocs; member
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.h |
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | DwarfLinkerForBinary.cpp | 956 const DebugMapObject &DMO, std::vector<ValidReloc> &Relocs) { in findValidRelocs() 1002 const std::vector<ValidReloc> &Relocs, uint64_t StartPos, uint64_t EndPos) { in getRelocations() 1041 std::vector<ValidReloc> Relocs = in hasValidRelocationAt() local 1180 std::vector<ValidReloc> Relocs = getRelocations( in applyValidRelocs() local
|
/llvm-project/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 93 RelocMap Relocs; loadObj() local
|
/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 368 std::vector<Elf_Rel> Relocs; decode_relrs() local 470 std::vector<Elf_Rela> Relocs; android_relas() local
|
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCCodeEmitter.cpp | 483 static const std::map<unsigned,unsigned> Relocs = { getFixupNoBits() local
|
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | ppc64.h | 90 SmallVector<PLTCallStubReloc, 2> Relocs; member
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 1098 resolveRelocationList(const RelocationList & Relocs,uint64_t Value) resolveRelocationList() argument 1114 RelocationList &Relocs = RelocKV.second; applyExternalSymbolRelocations() local
|
/llvm-project/llvm/lib/DebugInfo/BTF/ |
H A D | BTFParser.cpp | 355 BTFRelocVector &Relocs = SectionRelocs[Sec->getIndex()]; in parseRelocInfo() local
|
/llvm-project/llvm/unittests/DebugInfo/BTF/ |
H A D | BTFParserTest.cpp | 370 std::string Relocs; member in __anon10cc3c150111::MockData2
|
/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 1658 initRelocations(RelocationSection * Relocs,T RelRange) initRelocations() argument
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1979 RelocAddrMap Relocs; global() member
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | COFF.h | 1325 std::vector<const coff_relocation *> Relocs; global() variable
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 1674 std::vector<std::pair<uint64_t, SymbolRef>> Relocs; in DumpLiteralPointerSection() local 1824 std::vector<std::pair<uint64_t, SymbolRef>> Relocs; in DumpInitTermPointerSection() local [all...] |