OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRelocModel
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/include/bcc/Support/
CompilerConfig.h
51
llvm::Reloc::Model
mRelocModel
;
95
{ return
mRelocModel
; }
97
{
mRelocModel
= pRelocModel; }
/frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp
59
mRelocModel
= llvm::Reloc::Default;
Completed in 72 milliseconds