Home
last modified time | relevance | path

Searched defs:Relocs (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFObjectTargetWriter.cpp21 std::vector<ELFRelocationEntry> &Relocs) {} in sortRelocs()
H A DMachObjectWriter.cpp912 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject() local
1043 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject() local
H A DELFObjectWriter.cpp802 static void encodeCrel(ArrayRef<ELFRelocationEntry> Relocs, raw_ostream &OS) { in encodeCrel()
812 std::vector<ELFRelocationEntry> &Relocs = OWriter.Relocations[&Sec]; in writeRelocations() local
H A DWasmObjectWriter.cpp1085 std::vector<WasmRelocationEntry> &Relocs) { in writeRelocSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFExtras.h25 void encodeCrel(raw_ostream &OS, RelocsTy Relocs, F ToCrel) { in encodeCrel()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h320 template <class RelTy> struct Relocs : ArrayRef<RelTy> { struct
322 Relocs(ArrayRef<RelTy> a) : ArrayRef<RelTy>(a) {} in Relocs() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp72 ArrayRef<coff_relocation> Relocs = COFFObj.getRelocations(Sec); in readSections() local
H A DCOFFObject.h37 std::vector<Relocation> Relocs; member
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DProgram.h179 llvm::DenseMap<const FunctionDecl *, std::vector<unsigned>> Relocs; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp381 void MipsELFObjectWriter::sortRelocs(std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp93 RelocMap Relocs; in loadObj() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp370 std::vector<Elf_Rel> Relocs; in decode_relrs() local
472 std::vector<Elf_Rela> Relocs; in android_relas() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp513 static const std::map<unsigned, unsigned> Relocs = { in getFixupNoBits() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dppc64.h91 SmallVector<PLTCallStubReloc, 2> Relocs; member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1113 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs, in resolveRelocationList()
1128 RelocationList &Relocs = RelocKV.second; in applyExternalSymbolRelocations() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1655 static Error initRelocations(RelocationSection *Relocs, T RelRange) { in initRelocations()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1979 RelocAddrMap Relocs; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1441 std::vector<const coff_relocation *> Relocs; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1670 std::vector<std::pair<uint64_t, SymbolRef>> Relocs; in DumpLiteralPointerSection() local
1820 std::vector<std::pair<uint64_t, SymbolRef>> Relocs; in DumpInitTermPointerSection() local