Home
last modified time | relevance | path

Searched refs:setRelocationModel (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Support/
DCompilerConfig.h98 inline void setRelocationModel(llvm::Reloc::Model pRelocModel) in setRelocationModel() function
/frameworks/compile/libbcc/lib/Support/
DCompilerConfig.cpp179 setRelocationModel(llvm::Reloc::Static); in initializeArch()
/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp180 config->setRelocationModel(llvm::Reloc::PIC_); in ConfigCompiler()