OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Personalities
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCFIException.cpp
67
const std::vector<const Function*> &
Personalities
= MMI->getPersonalities();
68
for (size_t i = 0, e =
Personalities
.size(); i != e; ++i) {
69
if (!
Personalities
[i])
71
MCSymbol *Sym = Asm->Mang->getSymbol(
Personalities
[i]);
/external/llvm/lib/CodeGen/
MachineModuleInfo.cpp
279
Personalities
.push_back(NULL);
288
Personalities
.clear();
416
for (unsigned i = 0; i <
Personalities
.size(); ++i)
417
if (
Personalities
[i] == Personality)
422
if (
Personalities
[0] == NULL)
423
Personalities
[0] = Personality;
425
Personalities
.push_back(Personality);
568
for (unsigned i = 0, e =
Personalities
.size(); i < e; ++i) {
569
if (
Personalities
[i] == Personality)
/external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
143
///
Personalities
- Vector of all personality functions ever seen. Used to
145
std::vector<const Function *>
Personalities
;
298
return
Personalities
;
/external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp
[
all
...]
Completed in 55 milliseconds