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

/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp118 unsigned IsExtern = 0; local
142 IsExtern = 1;
195 IsExtern = 1;
199 IsExtern = 0;
208 (IsExtern << 27) |
214 IsExtern = 1;
218 IsExtern = 0;
242 IsExtern = 1;
250 IsExtern = 0;
352 (IsExtern << 2
544 unsigned IsExtern = 0; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp150 const unsigned IsExtern, const unsigned Type) {
160 (IsExtern << 4) | // was << 27
334 unsigned IsExtern = 0; local
358 IsExtern = 1;
378 makeRelocationInfo(MRE, FixupOffset, Index, IsPCRel, Log2Size, IsExtern,
147 makeRelocationInfo(MachO::any_relocation_info &MRE, const uint32_t FixupOffset, const uint32_t Index, const unsigned IsPCRel, const unsigned Log2Size, const unsigned IsExtern, const unsigned Type) argument
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp403 unsigned IsExtern = 0; local
424 IsExtern = 1;
452 (IsExtern << 27) |

Completed in 106 milliseconds