Home
last modified time | relevance | path

Searched refs:mRelocModel (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Support/
DCompilerConfig.h51 llvm::Reloc::Model mRelocModel; variable
97 { return mRelocModel; } in getRelocationModel()
99 { mRelocModel = pRelocModel; } in setRelocationModel()
/frameworks/compile/libbcc/lib/Support/
DCompilerConfig.cpp81 mRelocModel = llvm::Reloc::Default; in CompilerConfig()