OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:needsgot
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Target/
TargetJITInfo.h
121
///
needsGOT
- Allows a target to specify that it would like the
123
bool
needsGOT
() const { return useGOT; }
/external/llvm/lib/MC/
ELFObjectWriter.h
129
bool
NeedsGOT
;
168
NeedsGOT
(false), NeedsSymtabShndx(false){
ELFObjectWriter.cpp
550
if (
NeedsGOT
) {
[
all
...]
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
370
if (jit.getJITInfo().
needsGOT
()) {
[
all
...]
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
[
all
...]
Completed in 116 milliseconds