OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPICJumpTableEntry
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetJITInfo.h
75
///
getPICJumpTableEntry
- Returns the value of the jumptable entry for the
77
virtual uintptr_t
getPICJumpTableEntry
(uintptr_t BB, uintptr_t JTBase) {
78
assert(0 && "This target doesn't implement
getPICJumpTableEntry
!");
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86JITInfo.h
56
///
getPICJumpTableEntry
- Returns the value of the jumptable entry for the
58
virtual uintptr_t
getPICJumpTableEntry
(uintptr_t BB, uintptr_t JTBase);
X86JITInfo.cpp
514
///
getPICJumpTableEntry
- Returns the value of the jumptable entry for the
516
uintptr_t X86JITInfo::
getPICJumpTableEntry
(uintptr_t BB, uintptr_t Entry) {
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp
[
all
...]
Completed in 294 milliseconds