Searched defs:relocations (Results 1 – 13 of 13) sorted by relevance
93 .global relocations symbol94 relocations: label
57 .global relocations symbol58 relocations: label
55 void *relocations; member
104 iterator_range<relocation_iterator> relocations() const { in relocations() function
185 unsigned int relocations = 0; in whisper() local
130 iterator_range<relocation_iterator> relocations() const { in relocations() function
132 iterator_range<relocation_iterator> relocations() const { in relocations() function
59 std::vector<Relocation> relocations; member
99 typedef std::vector<COFFRelocation> relocations; typedef
602 XCOFFObjectFile::relocations(const XCOFFSectionHeader32 &Sec) const { in relocations() function in llvm::object::XCOFFObjectFile
109 using relocations = std::vector<COFFRelocation>; typedef
111 using relocations = std::vector<COFFRelocation>; typedef
1001 Expected<ArrayRef<Reloc>> XCOFFObjectFile::relocations(const Shdr &Sec) const { in relocations() function in llvm::object::XCOFFObjectFile