OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:norelocation
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/IR/
Constant.h
85
NoRelocation
= 0,
95
///
NoRelocation
: This constant pool entry is guaranteed to never have a
/external/llvm/lib/Target/
TargetLoweringObjectFile.cpp
173
case Constant::
NoRelocation
:
246
case Constant::
NoRelocation
:
/external/llvm/lib/IR/
Constants.cpp
364
///
NoRelocation
: This constant pool entry is guaranteed to never have a
398
return
NoRelocation
;
401
PossibleRelocationsTy Result =
NoRelocation
;
[
all
...]
Completed in 81 milliseconds