OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotPIC
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
CodeGen.h
33
enum Level {
NotPIC
=0, SmallPIC=1, BigPIC=2 };
/external/llvm/lib/IR/
Module.cpp
490
return PICLevel::
NotPIC
;
Completed in 293 milliseconds