OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isConstantPoolIndex
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineRelocation.h
244
///
isConstantPoolIndex
- Return true if this is a constant pool reference.
246
bool
isConstantPoolIndex
() const {
301
assert(
isConstantPoolIndex
() && "This is not a constant pool reference!");
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
849
} else if (MR.
isConstantPoolIndex
()) {
[
all
...]
Completed in 29 milliseconds