/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
H A D | COFFYAML.h | 57 struct Relocation { struct 61 // Normally a Relocation can refer to the symbol via its name. argument 77 std::vector<Relocation> Relocations; argument
|
H A D | MachOYAML.h | 30 struct Relocation { struct 32 llvm::yaml::Hex32 address; 34 uint32_t symbolnum; 58 std::vector<Relocation> relocations; argument 161 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
H A D | WasmYAML.h | 110 struct Relocation { struct 111 RelocType Type; 112 uint32_t Index; 115 yaml::Hex32 Offset; 116 int64_t Addend;
|
H A D | ELFYAML.h | 184 Relocation, enumerator 589 struct Relocation { struct 597 Optional<std::vector<Relocation>> Relocations; argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/ |
H A D | Object.h | 27 struct Relocation { struct 29 Relocation(const object::coff_relocation &R) : Reloc(R) {} in Relocation() function 38 std::vector<Relocation> Relocs; argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/ |
H A D | Object.h | 724 struct Relocation { struct 740 class RelocationSectionBase : public SectionBase { argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | ELFObjectFile.cpp | 632 for (const auto &Relocation : RelaPlt->relocations()) { in getPltAddresses() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/ |
H A D | object.py | 357 class Relocation(LLVMObject): class
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 665 for (const auto &Relocation : Sec.Relocations) in writeSection() local 995 for (auto &Relocation : Sec->Relocations) { in assignFileOffsets() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 279 IO &IO, MachOYAML::Relocation &Relocation) { in mapping()
|
H A D | WasmYAML.cpp | 318 IO &IO, WasmYAML::Relocation &Relocation) { in mapping()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | StatepointLowering.cpp | 1209 SDValue Relocation = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitGCRelocate() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 262 for (const auto &Relocation : Relocations) { in resolveSymbol() local 333 for (const auto &Relocation : Relocations) { in printBinaryBlockWithRelocs() local
|
H A D | ARMWinEHPrinter.cpp | 233 for (const auto &Relocation : Section.relocations()) { in getRelocatedSymbol() local
|
H A D | ELFDumper.cpp | 184 template <class ELFT> class Relocation { class 186 Relocation(const typename ELFT::Rel &R, bool IsMips64EL) in Relocation() function in __anond60e1ac70111::Relocation 190 Relocation(const typename ELFT::Rela &R, bool IsMips64EL) in Relocation() function in __anond60e1ac70111::Relocation
|