OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setPICBase
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/
X86JITInfo.h
74
///
setPICBase
/ getPICBase - Getter / setter of PICBase, used to compute
76
void
setPICBase
(uintptr_t Base) { PICBase = Base; }
X86CodeEmitter.cpp
750
JTI->
setPICBase
(MCE.getCurrentPCValue());
[
all
...]
Completed in 61 milliseconds