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
30
class
X86_64GNUInfo
: public GNUInfo {
32
explicit
X86_64GNUInfo
(const llvm::Triple& pTriple) : GNUInfo(pTriple) {}
X86LDBackend.cpp
722
new
X86_64GNUInfo
(pConfig.targets().triple()));
/frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp
38
m_pInfo = new
X86_64GNUInfo
(m_pConfig->targets().triple());
Completed in 73 milliseconds