HomeSort by: relevance | last modified time | path
    Searched refs:setSelectionKind (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Comdat.cpp 62 Cd->setSelectionKind(Comdat::Any);
65 Cd->setSelectionKind(Comdat::ExactMatch);
68 Cd->setSelectionKind(Comdat::Largest);
71 Cd->setSelectionKind(Comdat::NoDuplicates);
74 Cd->setSelectionKind(Comdat::SameSize);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Comdat.h 45 void setSelectionKind(SelectionKind Val) { SK = Val; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
Instrumentation.cpp 86 C->setSelectionKind(Comdat::NoDuplicates);
InstrProfiling.cpp 863 C->setSelectionKind(Comdat::NoDuplicates);
PGOInstrumentation.cpp 767 NewComdat->setSelectionKind(OrigComdat->getSelectionKind());
AddressSanitizer.cpp 2116 C->setSelectionKind(Comdat::NoDuplicates);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LowerEmuTLS.cpp 50 to->getComdat()->setSelectionKind(from->getComdat()->getSelectionKind());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CloneModule.cpp 26 DC->setSelectionKind(SC->getSelectionKind());
SymbolRewriter.cpp 103 C->setSelectionKind(CD->getSelectionKind());
  /src/external/apache2/llvm/dist/llvm/lib/Linker/
IRMover.cpp 1041 DC->setSelectionKind(SC->getSelectionKind());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 1164 NewC->setSelectionKind(C->getSelectionKind());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 1890 C->setSelectionKind(llvm::Comdat::Largest);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 3208 C->setSelectionKind(SK);
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 718 C->setSelectionKind(SK);

Completed in 99 milliseconds