Searched refs:getCallSiteBeginLabel (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h388 /// getCallSiteBeginLabel - Get the call site number for a begin label.
389 unsigned getCallSiteBeginLabel(MCSymbol *BeginLabel) { function in class:llvm::MachineModuleInfo
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineModuleInfo.h357 /// getCallSiteBeginLabel - Get the call site number for a begin label.
358 unsigned getCallSiteBeginLabel(MCSymbol *BeginLabel) { function in class:llvm::MachineModuleInfo
/external/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp299 unsigned SiteNo = MMI->getCallSiteBeginLabel(BeginLabel);
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDwarfException.cpp308 unsigned SiteNo = MMI->getCallSiteBeginLabel(BeginLabel);

Completed in 76 milliseconds