| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | GOFFObjectFile.h | 120 void moveRelocationNext(DataRefImpl &Rel) const override {} in moveRelocationNext() 121 uint64_t getRelocationOffset(DataRefImpl Rel) const override { return 0; } in getRelocationOffset() 122 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override { in getRelocationSymbol() 126 uint64_t getRelocationType(DataRefImpl Rel) const override { return 0; } in getRelocationType() 127 void getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName()
|
| H A D | ELFObjectFile.h | 469 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection() 1101 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() 1107 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() 1127 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() 1138 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() 1155 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName() 1162 ELFObjectFile<ELFT>::getRelocationAddend(DataRefImpl Rel) const { in getRelocationAddend() 1172 ELFObjectFile<ELFT>::getRel(DataRefImpl Rel) const { in getRel()
|
| H A D | ELFTypes.h | 65 using Rel = Elf_Rel_Impl<ELFType<E, Is64>, false>; member
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | WasmDump.cpp | 47 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef); in getWasmRelocationValueString() local
|
| H A D | ELFDump.cpp | 101 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() local 173 const RelocationRef &Rel, in getELFRelocationValueString()
|
| H A D | XCOFFDump.cpp | 360 const RelocationRef &Rel, in getXCOFFRelocationValueString()
|
| H A D | MachODump.cpp | 421 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getMachORelocationValueString() local 806 const DataRefImpl Rel = Reloc->getRawDataRefImpl(); in PrintRelocationEntries() local 1672 DataRefImpl Rel; in DumpLiteralPointerSection() local 1822 DataRefImpl Rel; in DumpInitTermPointerSection() local 2843 DataRefImpl Rel; in SymbolizerGetOpInfo() local 2917 DataRefImpl Rel; in SymbolizerGetOpInfo() local 2955 DataRefImpl Rel; in SymbolizerGetOpInfo() local 3020 DataRefImpl Rel; in SymbolizerGetOpInfo() local 3166 DataRefImpl Rel = Reloc->getRawDataRefImpl(); in SymbolizerGetOpInfo() local 3547 DataRefImpl Rel; in get_symbol_64() local [all …]
|
| H A D | COFFDump.cpp | 641 const RelocationRef &Rel, in getCOFFRelocationValueString()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
| H A D | XCOFFWriter.cpp | 85 for (const XCOFFRelocation32 &Rel : Sec.Relocations) { in writeSections() local
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexingContext.cpp | 359 for (auto &Rel : Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode() local 429 auto addRelation = [&](SymbolRelation Rel) { in handleDeclOccurrence() 455 for (auto &Rel : Relations) { in handleDeclOccurrence() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFF_x86_64.cpp | 65 Error addSingleRelocation(const object::RelocationRef &Rel, in addSingleRelocation()
|
| H A D | ELF_x86.cpp | 165 Error addSingleRelocation(const typename ELFT::Rel &Rel, in addSingleRelocation()
|
| H A D | ELF_aarch32.cpp | 159 Error addSingleRelRelocation(const typename ELFT::Rel &Rel, in addSingleRelRelocation()
|
| H A D | ELF_x86_64.cpp | 126 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation()
|
| H A D | ELF_ppc64.cpp | 225 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation()
|
| H A D | ELF_loongarch.cpp | 360 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation()
|
| H A D | ELF_aarch64.cpp | 237 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACCClauseAppertainment.cpp | 83 [=](const LLVMDirectiveClauseRelationships &Rel) { in getListsForDirective()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 2059 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset() local 2064 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol() local 2074 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType() local 2080 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationTypeName() local
|
| H A D | ELF.cpp | 367 Elf_Rel Rel; in decode_relrs() local
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 132 raw_ostream &operator<<(raw_ostream &OS, const WasmRelocationEntry &Rel) { in operator <<() 1819 auto HandleReloc = [&](const WasmRelocationEntry &Rel) { in writeOneObject()
|
| H A D | MachObjectWriter.cpp | 1044 for (const RelAndSymbol &Rel : llvm::reverse(Relocs)) { in writeObject() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 1920 ELFYAML::DynamicEntry &Rel) { in mapping() 1967 ELFYAML::Relocation &Rel) { in mapping()
|
| H A D | COFFYAML.cpp | 435 COFFYAML::Relocation &Rel) { in mapping()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RDFGraph.cpp | 1058 NodeList Rel = getRelatedRefs(IA, DA); in pushClobbers() local 1106 NodeList Rel = getRelatedRefs(IA, DA); in pushDefs() local
|