OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86_64GNUInfo
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/Target/X86/
X86GNUInfo.h
32
class
X86_64GNUInfo
: public GNUInfo
35
X86_64GNUInfo
(const llvm::Triple& pTriple) : GNUInfo(pTriple) { }
X86LDBackend.cpp
628
new
X86_64GNUInfo
(pConfig.targets().triple()));
/frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp
36
m_pInfo = new
X86_64GNUInfo
( m_pConfig->targets().triple() );
Completed in 163 milliseconds