Searched defs:relocations (Results 1 – 5 of 5) sorted by relevance
133 iterator_range<relocation_iterator> relocations() const { in relocations() function
254 SmallVector<Relocation, 0> relocations; variable
59 std::vector<Relocation> relocations; member
106 using relocations = std::vector<COFFRelocation>; typedef
1017 Expected<ArrayRef<Reloc>> XCOFFObjectFile::relocations(const Shdr &Sec) const { in relocations() function in llvm::object::XCOFFObjectFile