/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MCELFObjectTargetWriter.cpp | 27 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
|
H A D | MachObjectWriter.cpp | 898 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject() local 1017 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject() local
|
H A D | ELFObjectWriter.cpp | 931 std::vector<ELFRelocationEntry> &Relocs = OWriter.Relocations[&Sec]; in writeRelocations() local
|
H A D | WasmObjectWriter.cpp | 1109 std::vector<WasmRelocationEntry> &Relocs) { in writeRelocSection()
|
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
H A D | DwarfLinkerForBinary.cpp | 858 const DebugMapObject &DMO, std::vector<ValidReloc> &Relocs) { in findValidRelocs() 905 const std::vector<ValidReloc> &Relocs, uint64_t StartPos, uint64_t EndPos) { in getRelocations() 943 std::vector<ValidReloc> Relocs = in hasValidRelocationAt() local 1047 std::vector<ValidReloc> Relocs = getRelocations( in applyValidRelocs() local 1069 std::vector<ValidReloc> Relocs = in relocateIndexedAddr() local
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/llvm/lib/Object/ |
H A D | ELF.cpp | 356 std::vector<Elf_Rel> Relocs; in decode_relrs() local 406 std::vector<Elf_Rela> Relocs; in android_relas() local
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Program.h | 163 llvm::DenseMap<const FunctionDecl *, std::vector<unsigned>> Relocs; variable
|
/openbsd-src/gnu/llvm/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 92 RelocMap Relocs; in loadObj() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCCodeEmitter.cpp | 482 static const std::map<unsigned,unsigned> Relocs = { in getFixupNoBits() local
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 1098 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs, in resolveRelocationList() 1114 RelocationList &Relocs = RelocKV.second; in applyExternalSymbolRelocations() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1601 RelocAddrMap Relocs; member
|
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 1612 static Error initRelocations(RelocationSection *Relocs, T RelRange) { in initRelocations()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
H A D | COFF.h | 1262 std::vector<const coff_relocation *> Relocs; variable
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 1700 std::vector<std::pair<uint64_t, SymbolRef>> Relocs; in DumpLiteralPointerSection() local 1850 std::vector<std::pair<uint64_t, SymbolRef>> Relocs; in DumpInitTermPointerSection() local
|