OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPersonality
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
400
///
getPersonality
- Return a personality function if available. The presence
402
const Function *
getPersonality
() const;
/external/llvm/lib/CodeGen/
MachineModuleInfo.cpp
549
///
getPersonality
- Return the personality function for the current function.
550
const Function *MachineModuleInfo::
getPersonality
() const {
Completed in 48 milliseconds