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

  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 89 MCSymbol *getAddrLabelSymbol(BasicBlock *BB);
100 MCSymbol *MMIAddrLabelMap::getAddrLabelSymbol(BasicBlock *BB) {
134 Result.push_back(getAddrLabelSymbol(BB));
339 /// getAddrLabelSymbol - Return the symbol to be used for the specified basic
342 MCSymbol *MachineModuleInfo::getAddrLabelSymbol(const BasicBlock *BB) {
346 return AddrLabelSymbols->getAddrLabelSymbol(const_cast<BasicBlock*>(BB));
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 259 /// getAddrLabelSymbol - Return the symbol to be used for the specified basic
262 MCSymbol *getAddrLabelSymbol(const BasicBlock *BB);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 746 milliseconds