Home
last modified time | relevance | path

Searched refs:getManglingComponent (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp68 Ret += DataLayout::getManglingComponent(TT); in computeDataLayout()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDataLayout.h310 static const char *getManglingComponent(const Triple &T);
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp121 Ret += DataLayout::getManglingComponent(T); in getDataLayoutString()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp111 Ret += DataLayout::getManglingComponent(TT); in computeDataLayout()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp140 Ret += DataLayout::getManglingComponent(TT); in computeDataLayout()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDataLayout.cpp157 const char *DataLayout::getManglingComponent(const Triple &T) { in getManglingComponent() function in DataLayout