Home
last modified time | relevance | path

Searched refs:LTO_CODEGEN_PIC_MODEL_DYNAMIC (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.cpp75 _codeModel(LTO_CODEGEN_PIC_MODEL_DYNAMIC), in LTOCodeGenerator()
128 case LTO_CODEGEN_PIC_MODEL_DYNAMIC: in setCodePICModel()
260 case LTO_CODEGEN_PIC_MODEL_DYNAMIC: in determineTarget()
/external/swiftshader/third_party/LLVM/include/llvm-c/
Dlto.h52 LTO_CODEGEN_PIC_MODEL_DYNAMIC = 1, enumerator
/external/llvm/tools/lto/
Dlto.cpp362 case LTO_CODEGEN_PIC_MODEL_DYNAMIC: in lto_codegen_set_pic_model()
557 case LTO_CODEGEN_PIC_MODEL_DYNAMIC: in thinlto_codegen_set_pic_model()
/external/llvm/include/llvm-c/
Dlto.h87 LTO_CODEGEN_PIC_MODEL_DYNAMIC = 1, enumerator
/external/swiftshader/third_party/LLVM/tools/gold/
Dgold-plugin.cpp156 output_type = LTO_CODEGEN_PIC_MODEL_DYNAMIC; in onload()