Home
last modified time | relevance | path

Searched defs:relocations (Results 1 – 15 of 15) sorted by relevance

/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A DCOFF_i386.s39 .global relocations symbol
40 relocations: label
/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
H A DCOFF_Thumb.s87 .global relocations symbol
88 relocations: label
/llvm-project/llvm/tools/dsymutil/
H A DRelocationMap.h97 iterator_range<const_iterator> relocations() const { in relocations() function
/llvm-project/lld/test/MachO/
H A Dobjc-uses-custom-personality.s96 relocations: label
150 relocations: label
H A Dcompact-unwind-both-local-and-dylib-personality.s246 relocations: label
300 relocations: label
H A Dcompact-unwind-sym-relocs.s103 relocations: label
173 relocations: label
H A Dweak-definition-gc.s330 relocations: label
400 relocations: label
H A Dobj-file-with-stabs.s62 relocations: label
/llvm-project/bolt/include/bolt/Core/
H A DBinarySection.h321 /// Iterate over all non-pending relocations for this section. in relocations() function
326 /// Iterate over all non-pending relocations for this section. in relocations() function
[all...]
/llvm-project/lld/wasm/
H A DInputChunks.h119 ArrayRef<WasmRelocation> relocations; variable
/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h133 iterator_range<relocation_iterator> relocations() const { in relocations() function
/llvm-project/lld/ELF/
H A DInputSection.h236 SmallVector<Relocation, 0> relocations; global() variable
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h59 std::vector<Relocation> relocations; member
/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp106 using relocations = std::vector<COFFRelocation>; global() typedef
[all...]
/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1017 Expected<ArrayRef<Reloc>> XCOFFObjectFile::relocations(const Shdr &Sec) const { relocations() function in llvm::object::XCOFFObjectFile