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

  /external/llvm/include/llvm/IR/
Comdat.h 42 SelectionKind getSelectionKind() const { return SK; }
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 200 if (C->getSelectionKind() != Comdat::Any)
786 switch (C->getSelectionKind()) {
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 652 Comdat::SelectionKind SSK = SrcC->getSelectionKind();
653 Comdat::SelectionKind DSK = DstC->getSelectionKind();
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 528 switch (C.getSelectionKind()) {
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
Verifier.cpp 604 if (C.getSelectionKind() != Comdat::Any)
    [all...]

Completed in 132 milliseconds