HomeSort by relevance Sort by last modified time
    Searched refs:mRelocModel (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/include/bcc/Support/
CompilerConfig.h 51 llvm::Reloc::Model mRelocModel;
97 { return mRelocModel; }
99 { mRelocModel = pRelocModel; }
  /frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp 81 mRelocModel = llvm::Reloc::Default;

Completed in 59 milliseconds