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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 225 MCSymbol *getAddrLabelSymbol(const BasicBlock *BB) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineModuleInfo.cpp 90 MCSymbol *getAddrLabelSymbol(BasicBlock *BB);
101 MCSymbol *MMIAddrLabelMap::getAddrLabelSymbol(BasicBlock *BB) {
135 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 283 /// getAddrLabelSymbol - Return the symbol to be used for the specified basic
286 MCSymbol *getAddrLabelSymbol(const BasicBlock *BB) {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h 248 /// getAddrLabelSymbol - Return the symbol to be used for the specified basic
251 MCSymbol *getAddrLabelSymbol(const BasicBlock *BB);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 489 milliseconds