Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64GlobalsTagging.cpp30 if (!G.isTagged()) in shouldTagGlobal()
H A DAArch64Subtarget.cpp405 if (GV->isTagged()) in ClassifyGlobalReference()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h365 bool isTagged() const { in isTagged() function
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp475 if (rel.sym && rel.sym->isTagged() && in relocate()
869 return rel.sym->isTagged() && needsGot(rel.expr); in needsGotForMemtag()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h302 bool isTagged() const { return archSpecificBit; } in isTagged() function
H A DRelocations.cpp877 if (sym.isTagged()) { in addRelativeReloc()
1774 if (sym.isTagged() && sym.isDefined()) in postScanRelocations()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp689 if (GV.isTagged()) in run()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp735 if (GV->isTagged()) { in emitGlobalVariable()