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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
BasicBlockSections.cpp 251 if (MF.getTarget().getBBSectionsType() == llvm::BasicBlockSection::All ||
343 auto BBSectionsType = MF.getTarget().getBBSectionsType();
TargetPassConfig.cpp 1212 if (TM->getBBSectionsType() != llvm::BasicBlockSection::None) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
TargetMachine.h 292 llvm::BasicBlockSection getBBSectionsType() const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 474 if (MF.getTarget().getBBSectionsType() == BasicBlockSection::Labels) {

Completed in 26 milliseconds