OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FilterIds
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
ARMException.cpp
112
const std::vector<unsigned> &
FilterIds
= MMI->getFilterIds();
133
if (VerboseAsm && !
FilterIds
.empty()) {
139
I =
FilterIds
.begin(), E =
FilterIds
.end(); I < E; ++I) {
EHStreamer.cpp
63
// specifications (
FilterIds
) have strictly negative switch values. Value 0
66
// Negative type IDs index into
FilterIds
. Positive type IDs index into
69
// (negative) byte offset of the corresponding
FilterIds
entry. The byte
70
// offset is usually equal to the type ID (because the
FilterIds
entries are
75
// offset corresponding to
FilterIds
[i].
77
const std::vector<unsigned> &
FilterIds
= MMI->getFilterIds();
79
FilterOffsets.reserve(
FilterIds
.size());
83
I =
FilterIds
.begin(), E =
FilterIds
.end(); I != E; ++I) {
318
const std::vector<unsigned> &
FilterIds
= MMI->getFilterIds()
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
136
///
FilterIds
- List of typeids encoding filters used in the current function.
137
std::vector<unsigned>
FilterIds
;
139
/// FilterEnds - List of the indices in
FilterIds
corresponding to filter
397
return
FilterIds
;
Completed in 1090 milliseconds