/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCELFObjectTargetWriter.cpp | 27 sortRelocs(const MCAssembler & Asm,std::vector<ELFRelocationEntry> & Relocs) sortRelocs() argument
|
H A D | MachObjectWriter.cpp | 907 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject() local 1038 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject() local
|
H A D | ELFObjectWriter.cpp | 797 static void encodeCrel(ArrayRef<ELFRelocationEntry> Relocs, raw_ostream &OS) { in encodeCrel() 808 std::vector<ELFRelocationEntry> &Relocs = OWriter.Relocations[&Sec]; in writeRelocations() local
|
H A D | WasmObjectWriter.cpp | 1108 std::vector<WasmRelocationEntry> &Relocs) { in writeRelocSection() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCELFExtras.h | 25 void encodeCrel(raw_ostream &OS, RelocsTy Relocs, F ToCrel) { in encodeCrel()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFObjectWriter.cpp | 207 static void dumpRelocs(const char *Prefix, const Container &Relocs) { in dumpRelocs() 432 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.h | 284 template <class RelTy> struct Relocs : ArrayRef<RelTy> { struct 286 Relocs(ArrayRef<RelTy> a) : ArrayRef<RelTy>(a) {} in Relocs() function
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.h | 166 llvm::DenseMap<const FunctionDecl *, std::vector<unsigned>> Relocs; variable
|
/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 93 RelocMap Relocs; in loadObj() local
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 368 std::vector<Elf_Rel> Relocs; in decode_relrs() local 470 std::vector<Elf_Rela> Relocs; in android_relas() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | ppc64.h | 67 SmallVector<PLTCallStubReloc, 2> Relocs; global() member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCCodeEmitter.cpp | 483 static const std::map<unsigned,unsigned> Relocs = { in getFixupNoBits() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 1098 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs, in resolveRelocationList() 1113 RelocationList &Relocs = RelocKV.second; in applyExternalSymbolRelocations() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 1658 static Error initRelocations(RelocationSection *Relocs, T RelRange) { in initRelocations()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1979 RelocAddrMap Relocs; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | COFF.h | 1325 std::vector<const coff_relocation *> Relocs; variable
|
/freebsd/contrib/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
|