Searched defs:mRelocModel (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/include/bcc/
H A DCompilerConfig.h52 llvm::Optional<llvm::Reloc::Model> mRelocModel; member in class:bcc::CompilerConfig
98 { return mRelocModel; }
100 { mRelocModel = pRelocModel; }

Completed in 22 milliseconds