OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARMGNUInfo
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/ARM/
ARMGNUInfo.h
1
//===-
ARMGNUInfo
.h -------------------------------------------------------===//
17
class
ARMGNUInfo
: public GNUInfo {
19
explicit
ARMGNUInfo
(const llvm::Triple& pTriple) : GNUInfo(pTriple) {}
ARMLDBackend.cpp
10
#include "
ARMGNUInfo
.h"
838
new
ARMGNUInfo
(pConfig.targets().triple()));
Completed in 50 milliseconds