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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGVTables.cpp 1220 // of the recursive call and the current TypeVis, so returning the max here
1221 // ensures that it will have no effect on the current TypeVis.
1226 llvm::GlobalObject::VCallVisibility TypeVis;
1228 TypeVis = llvm::GlobalObject::VCallVisibilityTranslationUnit;
1230 TypeVis = llvm::GlobalObject::VCallVisibilityLinkageUnit;
1232 TypeVis = llvm::GlobalObject::VCallVisibilityPublic;
1236 TypeVis = std::min(
1237 TypeVis,
1242 TypeVis = std::min(
1243 TypeVis,
    [all...]
MicrosoftCXXABI.cpp 1663 llvm::GlobalObject::VCallVisibility TypeVis =
1665 if (TypeVis != llvm::GlobalObject::VCallVisibilityPublic)
1666 VTable->setVCallVisibilityMetadata(TypeVis);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 194 GlobalObject::VCallVisibility TypeVis = GO->getVCallVisibility();
195 if (TypeVis == GlobalObject::VCallVisibilityTranslationUnit ||
197 TypeVis == GlobalObject::VCallVisibilityLinkageUnit)) {

Completed in 20 milliseconds