OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pT
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/
Target.cpp
21
m_pT
(NULL)
/frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h
65
{
m_pT
= &pTarget; }
74
if (TargetMachineCtorFn &&
m_pT
) {
75
llvm::TargetMachine *tm =
m_pT
->createTargetMachine(pTriple, pCPU, pFeatures, Options, RM, CM, OL);
121
const llvm::Target* get() const { return
m_pT
; }
132
const llvm::Target*
m_pT
;
Completed in 301 milliseconds