Home
last modified time | relevance | path

Searched defs:Relocations (Results 1 – 21 of 21) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFReader.cpp37 auto Relocations = in readSections() local
H A DXCOFFObject.h26 std::vector<XCOFFRelocation32> Relocations; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h108 DenseMap<const MCSection *, std::vector<RelAndSymbol>> Relocations; global() variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h89 std::vector<Relocation> Relocations; member
H A DXCOFFYAML.h83 std::vector<Relocation> Relocations; global() member
H A DWasmYAML.h191 std::vector<Relocation> Relocations; member
H A DELFYAML.h612 std::optional<std::vector<Relocation>> Relocations; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp82 int Relocations = 0; global() member in __anonf03844010111::COFFSymbol
117 relocations Relocations; global() member in __anonf03844010111::COFFSection
[all...]
H A DWasmObjectWriter.cpp769 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 DELFObjectWriter.cpp223 DenseMap<const MCSectionELF *, std::vector<ELFRelocationEntry>> Relocations; global() member in __anon33e8f3cc0111::ELFObjectWriter
1113 std::vector<MCSectionELF *> Relocations; writeObject() local
H A DXCOFFObjectWriter.cpp90 SmallVector<XCOFFRelocation, 1> Relocations; global() member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h112 std::vector<wasm::WasmRelocation> Relocations; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h278 std::unordered_map<unsigned, RelocationList> Relocations; variable
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h57 std::vector<RelocationInfo> Relocations; member
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp112 static bool Relocations; global() variable
H A DCOFFDumper.cpp260 const auto &Relocations = RelocMap[Section]; resolveSymbol() local
332 const auto &Relocations = RelocMap[Section]; printBinaryBlockWithRelocs() local
H A DXCOFFDumper.cpp497 const ArrayRef<RelTy> Relocations = *ErrOrRelocations; printRelocations() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp184 const auto &Relocations = RelocMap[CoffSection]; in resolveSymbol() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h792 std::vector<Relocation> Relocations; global() variable
H A DELFObject.cpp954 writeRel(const RelRange & Relocations,T * Buf,bool IsMips64EL) writeRel() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp213 bool objdump::Relocations; global() member in objdump