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.h133 MM_MachO, enumerator
308 bool hasLinkerPrivateGlobalPrefix() const { return ManglingMode == MM_MachO; } in hasLinkerPrivateGlobalPrefix()
311 if (ManglingMode == MM_MachO) in getLinkerPrivateGlobalPrefix()
325 case MM_MachO: in getGlobalPrefix()
343 case MM_MachO: in getPrivateGlobalPrefix()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp528 ManglingMode = MM_MachO; in parseSpecifier()