Searched defs:relocations (Results 1 – 15 of 15) sorted by relevance
39 .global relocations symbol40 relocations: label
87 .global relocations symbol88 relocations: label
97 iterator_range<const_iterator> relocations() const { in relocations() function
96 relocations: label150 relocations: label
246 relocations: label300 relocations: label
103 relocations: label173 relocations: label
330 relocations: label400 relocations: label
62 relocations: label
321 /// 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...]
119 ArrayRef<WasmRelocation> relocations; variable
133 iterator_range<relocation_iterator> relocations() const { in relocations() function
236 SmallVector<Relocation, 0> relocations; global() variable
59 std::vector<Relocation> relocations; member
106 using relocations = std::vector<COFFRelocation>; global() typedef [all...]
1017 Expected<ArrayRef<Reloc>> XCOFFObjectFile::relocations(const Shdr &Sec) const { relocations() function in llvm::object::XCOFFObjectFile