OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isGlobalStubReference
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/X86/
X86InstrInfo.h
213
///
isGlobalStubReference
- Return true if the specified TargetFlag operand is
215
inline static bool
isGlobalStubReference
(unsigned char TargetFlag) {
[
all
...]
X86CodeEmitter.cpp
397
return
isGlobalStubReference
(GVOp.getTargetFlags());
[
all
...]
X86FastISel.cpp
495
if (!
isGlobalStubReference
(GVFlags)) {
[
all
...]
X86ISelLowering.cpp
[
all
...]
Completed in 933 milliseconds