OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_Triple
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/mclinker/lib/Target/
GNUInfo.cpp
16
GNUInfo::GNUInfo(const llvm::Triple& pTriple) :
m_Triple
(pTriple) {
20
switch (
m_Triple
.getOS()) {
/frameworks/compile/mclinker/lib/Core/
TargetOptions.cpp
25
:
m_Triple
(pTriple),
37
m_Triple
= pTriple;
41
m_Triple
.setTriple(pTriple);
/frameworks/compile/mclinker/lib/Target/Mips/
MipsGNUInfo.cpp
37
if (
m_Triple
.isArch32Bit())
52
return
m_Triple
.isArch32Bit() ? "/lib/ld.so.1" : "/lib64/ld.so.1";
/frameworks/compile/mclinker/include/mcld/Target/
GNUInfo.h
67
const llvm::Triple&
m_Triple
;
/frameworks/compile/mclinker/include/mcld/
TargetOptions.h
33
const llvm::Triple& triple() const { return
m_Triple
; }
83
llvm::Triple
m_Triple
;
Completed in 457 milliseconds