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

  /frameworks/compile/libbcc/include/bcc/Support/
TargetCompilerConfigs.h 72 setRelocationModel(llvm::Reloc::Static);
CompilerConfig.h 96 inline void setRelocationModel(llvm::Reloc::Model pRelocModel)
  /frameworks/compile/libbcc/lib/AndroidBitcode/
ABCCompilerDriver.cpp 69 mCompilerConfig->setRelocationModel(llvm::Reloc::PIC_);
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 215 .setRelocationModel(Reloc::Default)
  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 195 config->setRelocationModel(llvm::Reloc::PIC_);
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 558 /// setRelocationModel - Set the relocation model that the ExecutionEngine
560 EngineBuilder &setRelocationModel(Reloc::Model RM) {
  /external/llvm/tools/lli/
lli.cpp 332 builder.setRelocationModel(RelocModel);
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 201 config->setRelocationModel(llvm::Reloc::PIC_);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 437 EB.setRelocationModel(RM);
    [all...]

Completed in 242 milliseconds