OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPersonalityIndex
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
Win64Exception.cpp
63
const Function *Per = MMI->getPersonalities()[MMI->
getPersonalityIndex
()];
ARMException.cpp
92
MMI->getPersonalities()[MMI->
getPersonalityIndex
()]) {
DwarfCFIException.cpp
93
const Function *Per = MMI->getPersonalities()[MMI->
getPersonalityIndex
()];
/external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
297
///
getPersonalityIndex
- Get index of the current personality function inside
299
unsigned
getPersonalityIndex
() const;
/external/llvm/lib/CodeGen/
MachineModuleInfo.cpp
556
///
getPersonalityIndex
- Return unique index for current personality
558
unsigned MachineModuleInfo::
getPersonalityIndex
() const {
Completed in 592 milliseconds