Home
last modified time | relevance | path

Searched defs:IsExternal (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp402 bool IsExternal = Var->isExternal() || getFlags().getDisableInternal(); in writeDataOfType() local
592 const bool IsExternal = getFlags().getDisableInternal(); in writeJumpTable() local
DIceTargetLowering.cpp988 const bool IsExternal = Var.isExternal() || getFlags().getDisableInternal(); in emitGlobal() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbol.h98 mutable unsigned IsExternal : 1; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_internal.h233 constexpr bool IsExternal() const { return tag == EXTERNAL; } in IsExternal() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp408 bool IsExternal = MCSym.isExternal() || in DefineSymbol() local