Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Support/
DCompilerConfig.cpp201 if (getRelocationModel() == llvm::Reloc::Default) { in initializeArch()
254 if (getRelocationModel() == llvm::Reloc::PIC_) { in initializeArch()
/frameworks/compile/libbcc/include/bcc/Support/
DCompilerConfig.h96 inline llvm::Reloc::Model getRelocationModel() const in getRelocationModel() function
/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp120 pConfig.getRelocationModel(), in config()