HomeSort by relevance Sort by last modified time
    Searched refs:RelocToApply (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Object/
RelocVisitor.h 29 struct RelocToApply {
36 RelocToApply(int64_t Value, char Width) : Value(Value), Width(Width) {}
37 RelocToApply() : Value(0), Width(0) {}
49 RelocToApply visit(uint32_t RelocType, RelocationRef R, uint64_t SecAddr = 0,
65 return RelocToApply();
77 return RelocToApply();
87 return RelocToApply();
95 return RelocToApply();
103 return RelocToApply();
113 return RelocToApply();
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 734 object::RelocToApply R(V.visit(Type, Reloc, 0, SymAddr));

Completed in 164 milliseconds