HomeSort by: relevance | last modified time | path
    Searched defs:IsExternal (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo);
108 if (IsExternal) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 1009 bool IsExternal = !Callee || Callee->isDeclaration();
1010 if (!IsExternal)
1013 if (IsExternal || I == CallGraphResourceInfo.end()) {
1019 if (!IsExternal &&
  /src/external/apache2/llvm/dist/llvm/lib/MC/
WinCOFFObjectWriter.cpp 336 if (Symbol.isCommon() && Symbol.isExternal())
356 if (Aliasee.isUndefined() || Aliasee.isExternal())
419 bool IsExternal = MCSym.isExternal() ||
422 Local->Data.StorageClass = IsExternal ? COFF::IMAGE_SYM_CLASS_EXTERNAL

Completed in 23 milliseconds