Searched defs:IsExtern (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp126 unsigned IsExtern = 0; local
177 IsExtern = 1;
202 IsExtern = 1;
208 (IsExtern << 27) | (Type << 28));
256 IsExtern = 1;
262 (IsExtern << 27) | (Type << 28));
266 IsExtern = 1;
313 IsExtern = 1;
331 IsExtern = 0;
365 (IsExtern << 2
[all...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp404 unsigned IsExtern = 0; local
425 IsExtern = 1;
453 (IsExtern << 27) |
/external/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
/external/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
548 unsigned IsExtern = 0; local
[all...]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp687 bool IsExtern = MachO->getPlainRelocationExternal(RE); local
697 if (IsExtern) {

Completed in 84 milliseconds