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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp54 Ret += DataLayout::getManglingComponent(TT);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h352 static const char *getManglingComponent(const Triple &T);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp126 Ret += DataLayout::getManglingComponent(TT);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp163 Ret += DataLayout::getManglingComponent(T);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp156 Ret += DataLayout::getManglingComponent(TT);
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp169 const char *DataLayout::getManglingComponent(const Triple &T) { function in class:DataLayout

Completed in 145 milliseconds