Lines Matching defs:ARM64
1 //===- ARM64.cpp ----------------------------------------------------------===//
32 struct ARM64 : ARM64Common {
33 ARM64();
79 void ARM64::writeStub(uint8_t *buf8, const Symbol &sym,
93 void ARM64::writeStubHelperHeader(uint8_t *buf8) const {
103 void ARM64::writeStubHelperEntry(uint8_t *buf8, const Symbol &sym,
125 void ARM64::writeObjCMsgSendStub(uint8_t *buf, Symbol *sym, uint64_t stubsAddr,
165 void ARM64::populateThunk(InputSection *thunk, Symbol *funcSym) {
179 ARM64::ARM64() : ARM64Common(LP64()) {
620 void ARM64::applyOptimizationHints(uint8_t *outBuf, const ObjFile &obj) const {
746 static ARM64 t;