OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCallSiteBeginLabel
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
363
///
getCallSiteBeginLabel
- Get the call site number for a begin label.
364
unsigned
getCallSiteBeginLabel
(MCSymbol *BeginLabel) {
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.cpp
308
unsigned SiteNo = MMI->
getCallSiteBeginLabel
(BeginLabel);
Completed in 46 milliseconds