Home
last modified time | relevance | path

Searched refs:X86_64GNUInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86GNUInfo.h30 class X86_64GNUInfo : public GNUInfo {
32 explicit X86_64GNUInfo(const llvm::Triple& pTriple) : GNUInfo(pTriple) {} in X86_64GNUInfo() function
DX86LDBackend.cpp722 new X86_64GNUInfo(pConfig.targets().triple())); in createX86LDBackend()
/frameworks/compile/mclinker/unittests/
DELFReaderTest.cpp38 m_pInfo = new X86_64GNUInfo(m_pConfig->targets().triple()); in ELFReaderTest()