Home
last modified time | relevance | path

Searched refs:hasLinkerPrivateGlobalPrefix (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h661 bool hasLinkerPrivateGlobalPrefix() const { in hasLinkerPrivateGlobalPrefix() function
666 if (hasLinkerPrivateGlobalPrefix()) in getLinkerPrivateGlobalPrefix()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h308 bool hasLinkerPrivateGlobalPrefix() const { return ManglingMode == MM_MachO; } in hasLinkerPrivateGlobalPrefix() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2755 if (JTInDiffSection && DL.hasLinkerPrivateGlobalPrefix()) in emitJumpTableInfo()