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 179 setRelocationModel(llvm::Reloc::Static);
  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 180 config->setRelocationModel(llvm::Reloc::PIC_);
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 652 /// setRelocationModel - Set the relocation model that the ExecutionEngine
654 EngineBuilder &setRelocationModel(Reloc::Model RM) {
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 326 .setRelocationModel(Reloc::Default)
  /external/lldb/source/Expression/
IRExecutionUnit.cpp 305 .setRelocationModel(relocModel)
  /external/llvm/tools/lli/
lli.cpp 441 builder.setRelocationModel(RelocModel);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 447 EB.setRelocationModel(RM);
    [all...]

Completed in 126 milliseconds