Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86GNUInfo.h17 class X86_32GNUInfo : public GNUInfo {
19 explicit X86_32GNUInfo(const llvm::Triple& pTriple) : GNUInfo(pTriple) {} in X86_32GNUInfo() function
DX86LDBackend.cpp719 pConfig, new X86_32GNUInfo(pConfig.targets().triple())); in createX86LDBackend()