HomeSort by relevance Sort by last modified time
    Searched refs:setRelocationModel (Results 1 - 7 of 7) 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)
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 193 .setRelocationModel(Reloc::Default)
  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 194 config->setRelocationModel(llvm::Reloc::PIC_);
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 589 /// setRelocationModel - Set the relocation model that the ExecutionEngine
591 EngineBuilder &setRelocationModel(Reloc::Model RM) {
  /external/llvm/tools/lli/
lli.cpp 344 builder.setRelocationModel(RelocModel);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 438 EB.setRelocationModel(RM);
    [all...]

Completed in 154 milliseconds