Searched defs:hasCallSiteBeginLabel (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineModuleInfo.h359 assert(hasCallSiteBeginLabel(BeginLabel) &&
364 /// hasCallSiteBeginLabel - Return true if the begin label has a call site
366 bool hasCallSiteBeginLabel(MCSymbol *BeginLabel) { function in class:llvm::MachineModuleInfo
/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h390 assert(hasCallSiteBeginLabel(BeginLabel) &&
395 /// hasCallSiteBeginLabel - Return true if the begin label has a call site
397 bool hasCallSiteBeginLabel(MCSymbol *BeginLabel) { function in class:llvm::MachineModuleInfo

Completed in 107 milliseconds