Home
last modified time | relevance | path

Searched refs:isMemtag (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolELF.h48 bool isMemtag() const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbolELF.cpp198 bool MCSymbolELF::isMemtag() const { in isMemtag() function in llvm::MCSymbolELF
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp546 if (Sym.isMemtag()) { in finish()
561 if (!Sym.isMemtag()) in finish()
H A DAArch64ELFObjectWriter.cpp491 if (Val.getAddSym() && cast<MCSymbolELF>(Val.getAddSym())->isMemtag()) in needsRelocateWithSymbol()