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

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 388 /// getCallSiteBeginLabel - Get the call site number for a begin label.
389 unsigned getCallSiteBeginLabel(MCSymbol *BeginLabel) {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h 357 /// getCallSiteBeginLabel - Get the call site number for a begin label.
358 unsigned getCallSiteBeginLabel(MCSymbol *BeginLabel) {
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 299 unsigned SiteNo = MMI->getCallSiteBeginLabel(BeginLabel);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfException.cpp 308 unsigned SiteNo = MMI->getCallSiteBeginLabel(BeginLabel);

Completed in 63 milliseconds