Searched refs:TargetFlag (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h83 /// isGlobalStubReference - Return true if the specified TargetFlag operand is
85 inline static bool isGlobalStubReference(unsigned char TargetFlag) { argument
86 switch (TargetFlag) {
102 inline static bool isGlobalRelativeToPICBase(unsigned char TargetFlag) { argument
103 switch (TargetFlag) {

Completed in 78 milliseconds