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