Home
last modified time | relevance | path

Searched refs:getRelocations (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DBinaryObject.h62 const std::vector<MachineRelocation>& getRelocations() const { in getRelocations() function
/external/llvm/lib/CodeGen/
DELFWriter.cpp773 std::vector<MachineRelocation> Relos = S.getRelocations(); in EmitRelocations()