OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isJumpTable
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
PseudoSourceValue.cpp
38
if (isGOT() || isConstantPool() ||
isJumpTable
())
44
if (isStack() || isGOT() || isConstantPool() ||
isJumpTable
())
50
return !(isGOT() || isConstantPool() ||
isJumpTable
());
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineRelocation.h
46
isJumpTable
, // Relocation of jump table address.
186
Result.AddrType =
isJumpTable
;
253
return AddrType ==
isJumpTable
;
/external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h
69
bool
isJumpTable
() const { return Kind == JumpTable; }
Completed in 118 milliseconds