OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SharedTypeIds
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfException.cpp
45
///
SharedTypeIds
- How many leading type ids two landing pads have in common.
46
unsigned DwarfException::
SharedTypeIds
(const LandingPadInfo *L,
124
unsigned NumShared = PrevLPI ?
SharedTypeIds
(LPI, PrevLPI) : 0;
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp
139
///
SharedTypeIds
- How many leading type ids two landing pads have in common.
140
static unsigned
SharedTypeIds
(const LandingPadInfo *L,
248
const unsigned NumShared = i ?
SharedTypeIds
(LP, LandingPads[i-1]) : 0;
Completed in 199 milliseconds