OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lto_codegen_model
(Results
1 - 5
of
5
) sorted by null
/external/llvm/tools/lto/
LTOCodeGenerator.h
44
bool setCodePICModel(
lto_codegen_model
, std::string &errMsg);
73
lto_codegen_model
_codeModel;
lto.cpp
156
bool lto_codegen_set_pic_model(lto_code_gen_t cg,
lto_codegen_model
model) {
LTOCodeGenerator.cpp
113
bool LTOCodeGenerator::setCodePICModel(
lto_codegen_model
model,
/external/llvm/include/llvm-c/
lto.h
61
}
lto_codegen_model
;
typedef in typeref:enum:__anon11332
229
lto_codegen_set_pic_model(lto_code_gen_t cg,
lto_codegen_model
);
/external/llvm/tools/gold/
gold-plugin.cpp
64
lto_codegen_model
output_type = LTO_CODEGEN_PIC_MODEL_STATIC;
Completed in 190 milliseconds