/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
H A D | XCOFFReader.cpp | 37 auto Relocations = in readSections() local
|
H A D | XCOFFObject.h | 26 std::vector<XCOFFRelocation32> Relocations; member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCMachObjectWriter.h | 108 DenseMap<const MCSection *, std::vector<RelAndSymbol>> Relocations; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | COFFYAML.h | 89 std::vector<Relocation> Relocations; member
|
H A D | XCOFFYAML.h | 83 std::vector<Relocation> Relocations; global() member
|
H A D | WasmYAML.h | 191 std::vector<Relocation> Relocations; member
|
H A D | ELFYAML.h | 612 std::optional<std::vector<Relocation>> Relocations; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 82 int Relocations = 0; global() member in __anonf03844010111::COFFSymbol 117 relocations Relocations; global() member in __anonf03844010111::COFFSection [all...] |
H A D | WasmObjectWriter.cpp | 769 applyRelocations(ArrayRef<WasmRelocationEntry> Relocations,uint64_t ContentsOffset,const MCAsmLayout & Layout) applyRelocations() argument 1151 auto &Relocations = CustomSectionsRelocations[Sec.Section]; writeCustomRelocSections() local 1257 auto &Relocations = CustomSectionsRelocations[CustomSection.Section]; writeCustomSection() local [all...] |
H A D | ELFObjectWriter.cpp | 223 DenseMap<const MCSectionELF *, std::vector<ELFRelocationEntry>> Relocations; global() member in __anon33e8f3cc0111::ELFObjectWriter 1113 std::vector<MCSectionELF *> Relocations; writeObject() local
|
H A D | XCOFFObjectWriter.cpp | 90 SmallVector<XCOFFRelocation, 1> Relocations; global() member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | Wasm.h | 112 std::vector<wasm::WasmRelocation> Relocations; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 278 std::unordered_map<unsigned, RelocationList> Relocations; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObject.h | 57 std::vector<RelocationInfo> Relocations; member
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | llvm-readobj.cpp | 112 static bool Relocations; global() variable
|
H A D | COFFDumper.cpp | 260 const auto &Relocations = RelocMap[Section]; resolveSymbol() local 332 const auto &Relocations = RelocMap[Section]; printBinaryBlockWithRelocs() local
|
H A D | XCOFFDumper.cpp | 497 const ArrayRef<RelTy> Relocations = *ErrOrRelocations; printRelocations() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 184 const auto &Relocations = RelocMap[CoffSection]; in resolveSymbol() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 792 std::vector<Relocation> Relocations; global() variable
|
H A D | ELFObject.cpp | 954 writeRel(const RelRange & Relocations,T * Buf,bool IsMips64EL) writeRel() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 213 bool objdump::Relocations; global() member in objdump
|