Home
last modified time | relevance | path

Searched refs:isTagged (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h367 bool isTagged() const { in isTagged() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h281 bool isTagged() const { return archSpecificBit; } in isTagged() function
H A DRelocations.cpp848 if (sym.isTagged()) { in addRelativeReloc()
1845 if (sym.isTagged() && sym.isDefined()) in postScanRelocations()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp522 if (rel.sym && rel.sym->isTagged() && in relocate()
927 return rel.sym->isTagged() && needsGot(rel.expr); in needsGotForMemtag()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp471 if (GV->isTagged()) in ClassifyGlobalReference()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp115 if (isTagged()) { in canBenefitFromLocalAlias()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp729 if (GV.isTagged()) in run()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp765 if (GV->isTagged()) { in emitGlobalVariable()
2519 if (G.isDeclaration() || !G.isTagged()) in doFinalization()
2524 assert(!G.isTagged()); in doFinalization()