HomeSort by relevance Sort by last modified time
    Searched refs:IsExtern (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 126 unsigned IsExtern = 0;
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 << 27) | (Type << 28))
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 118 unsigned IsExtern = 0;
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 << 27)
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 150 const unsigned IsExtern, const unsigned Type) {
160 (IsExtern << 4) | // was << 27
334 unsigned IsExtern = 0;
358 IsExtern = 1;
378 makeRelocationInfo(MRE, FixupOffset, Index, IsPCRel, Log2Size, IsExtern,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 404 unsigned IsExtern = 0;
425 IsExtern = 1;
453 (IsExtern << 27) |
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 687 bool IsExtern = MachO->getPlainRelocationExternal(RE);
697 if (IsExtern) {

Completed in 149 milliseconds