Searched defs:ARMMachORelocationInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachORelocationInfo.cpp1 //===-- ARMMachORelocationInfo.cpp ----------------------------------------===//
21 class ARMMachORelocationInfo : public MCRelocationInfo { class in namespace:__anon25999
23 ARMMachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {} function in class:__anon25999::ARMMachORelocationInfo
42 return new ARMMachORelocationInfo(Ctx);

Completed in 387 milliseconds