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

  /frameworks/compile/libbcc/include/bcc/Support/
CompilerConfig.h 98 inline void setRelocationModel(llvm::Reloc::Model pRelocModel)
  /frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp 203 setRelocationModel(llvm::Reloc::Static);
  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 186 config->setRelocationModel(llvm::Reloc::PIC_);
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 566 /// setRelocationModel - Set the relocation model that the ExecutionEngine
568 EngineBuilder &setRelocationModel(Reloc::Model RM) {
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 327 .setRelocationModel(Reloc::Default)
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 260 config->setRelocationModel(llvm::Reloc::PIC_);
  /external/lldb/source/Expression/
IRExecutionUnit.cpp 305 .setRelocationModel(relocModel)
  /external/llvm/tools/lli/
lli.cpp 441 builder.setRelocationModel(RelocModel);

Completed in 98 milliseconds