Home
last modified time | relevance | path

Searched refs:MM_MachO (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h111 MM_MachO, enumerator
262 bool hasLinkerPrivateGlobalPrefix() const { return ManglingMode == MM_MachO; } in hasLinkerPrivateGlobalPrefix()
265 if (ManglingMode == MM_MachO) in getLinkerPrivateGlobalPrefix()
279 case MM_MachO: in getGlobalPrefix()
297 case MM_MachO: in getPrivateGlobalPrefix()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp587 ManglingMode = MM_MachO; in parseSpecification()