HomeSort by relevance Sort by last modified time
    Searched refs:hasComdat (Results 1 - 25 of 43) sorted by null

1 2

  /external/llvm/include/llvm/IR/
GlobalObject.h 70 bool hasComdat() const { return getComdat() != nullptr; }
GlobalValue.h 189 bool hasComdat() const { return getComdat() != nullptr; }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
GlobalObject.h 73 bool hasComdat() const { return getComdat() != nullptr; }
GlobalValue.h 206 bool hasComdat() const { return getComdat() != nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalObject.h 100 bool hasComdat() const { return getComdat() != nullptr; }
GlobalValue.h 213 bool hasComdat() const { return getComdat() != nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
GlobalObject.h 100 bool hasComdat() const { return getComdat() != nullptr; }
GlobalValue.h 213 bool hasComdat() const { return getComdat() != nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
GlobalObject.h 100 bool hasComdat() const { return getComdat() != nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
GlobalObject.h 100 bool hasComdat() const { return getComdat() != nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
GlobalObject.h 100 bool hasComdat() const { return getComdat() != nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
GlobalObject.h 100 bool hasComdat() const { return getComdat() != nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
GlobalObject.h 100 bool hasComdat() const { return getComdat() != nullptr; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalObject.h 100 bool hasComdat() const { return getComdat() != nullptr; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
GlobalObject.h 100 bool hasComdat() const { return getComdat() != nullptr; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
GlobalObject.h 100 bool hasComdat() const { return getComdat() != nullptr; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
GlobalObject.h 100 bool hasComdat() const { return getComdat() != nullptr; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
GlobalObject.h 100 bool hasComdat() const { return getComdat() != nullptr; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
GlobalObject.h 100 bool hasComdat() const { return getComdat() != nullptr; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
GlobalObject.h 100 bool hasComdat() const { return getComdat() != nullptr; }
  /external/llvm/lib/CodeGen/
LowerEmuTLS.cpp 47 if (from->hasComdat()) {
TargetLoweringObjectFileImpl.cpp 326 EmitUniqueSection |= GV->hasComdat();
895 if (GV->hasComdat()) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
FunctionImportUtils.cpp 206 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) {
  /frameworks/rs/rsov/compiler/
GlobalMergePass.cpp 211 assert(!GV.hasComdat() && "global variable has a comdat section");
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 259 if (F->hasLocalLinkage() && F->hasComdat())
273 if (F.hasComdat())

Completed in 1055 milliseconds

1 2