OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FilterIds
(Results
1 - 22
of
22
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
ARMException.cpp
103
const std::vector<unsigned> &
FilterIds
= MMI->getFilterIds();
122
if (VerboseAsm && !
FilterIds
.empty()) {
128
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) {
340
const std::vector<unsigned> &
FilterIds
= MMI->getFilterIds()
[
all
...]
/external/llvm/lib/CodeGen/
MachineModuleInfo.cpp
247
FilterIds
.clear();
446
if (
FilterIds
[--i] != TyIds[--j])
457
int FilterID = -(1 +
FilterIds
.size());
458
FilterIds
.reserve(
FilterIds
.size() + TyIds.size() + 1);
459
FilterIds
.insert(
FilterIds
.end(), TyIds.begin(), TyIds.end());
460
FilterEnds.push_back(
FilterIds
.size());
461
FilterIds
.push_back(0); // terminator
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfException.cpp
89
// specifications (
FilterIds
) have strictly negative switch values. Value 0
92
// Negative type IDs index into
FilterIds
. Positive type IDs index into
95
// (negative) byte offset of the corresponding
FilterIds
entry. The byte
96
// offset is usually equal to the type ID (because the
FilterIds
entries are
101
// offset corresponding to
FilterIds
[i].
103
const std::vector<unsigned> &
FilterIds
= MMI->getFilterIds();
105
FilterOffsets.reserve(
FilterIds
.size());
109
I =
FilterIds
.begin(), E =
FilterIds
.end(); I != E; ++I) {
349
const std::vector<unsigned> &
FilterIds
= MMI->getFilterIds()
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineModuleInfo.cpp
310
FilterIds
.clear();
531
if (
FilterIds
[--i] != TyIds[--j])
542
int FilterID = -(1 +
FilterIds
.size());
543
FilterIds
.reserve(
FilterIds
.size() + TyIds.size() + 1);
545
FilterIds
.push_back(TyIds[I]);
546
FilterEnds.push_back(
FilterIds
.size());
547
FilterIds
.push_back(0); // terminator
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp
206
const std::vector<unsigned> &
FilterIds
= MMI->getFilterIds();
218
// Negative type ids index into
FilterIds
, positive type ids index into
221
// (negative) byte offset of the corresponding
FilterIds
entry. The byte
222
// offset is usually equal to the type id, because the
FilterIds
entries
227
// FilterOffsets[i] holds the byte offset corresponding to
FilterIds
[i].
229
FilterOffsets.reserve(
FilterIds
.size());
231
for(std::vector<unsigned>::const_iterator I =
FilterIds
.begin(),
232
E =
FilterIds
.end(); I != E; ++I) {
471
for (unsigned j = 0, M =
FilterIds
.size(); j < M; ++j) {
472
unsigned TypeID =
FilterIds
[j]
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
146
///
FilterIds
- List of typeids encoding filters used in the current function.
147
std::vector<unsigned>
FilterIds
;
149
/// FilterEnds - List of the indices in
FilterIds
corresponding to filter
417
return
FilterIds
;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h
137
///
FilterIds
- List of typeids encoding filters used in the current function.
138
std::vector<unsigned>
FilterIds
;
140
/// FilterEnds - List of the indices in
FilterIds
corresponding to filter
386
return
FilterIds
;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h
297
std::vector<unsigned>
FilterIds
;
299
/// List of the indices in
FilterIds
corresponding to filter terminators.
821
return
FilterIds
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineFunction.h
325
std::vector<unsigned>
FilterIds
;
327
/// List of the indices in
FilterIds
corresponding to filter terminators.
828
return
FilterIds
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineFunction.h
325
std::vector<unsigned>
FilterIds
;
327
/// List of the indices in
FilterIds
corresponding to filter terminators.
828
return
FilterIds
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineFunction.h
328
std::vector<unsigned>
FilterIds
;
330
/// List of the indices in
FilterIds
corresponding to filter terminators.
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineFunction.h
328
std::vector<unsigned>
FilterIds
;
330
/// List of the indices in
FilterIds
corresponding to filter terminators.
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineFunction.h
328
std::vector<unsigned>
FilterIds
;
330
/// List of the indices in
FilterIds
corresponding to filter terminators.
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineFunction.h
328
std::vector<unsigned>
FilterIds
;
330
/// List of the indices in
FilterIds
corresponding to filter terminators.
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h
297
std::vector<unsigned>
FilterIds
;
299
/// List of the indices in
FilterIds
corresponding to filter terminators.
821
return
FilterIds
;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineFunction.h
325
std::vector<unsigned>
FilterIds
;
327
/// List of the indices in
FilterIds
corresponding to filter terminators.
828
return
FilterIds
;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineFunction.h
325
std::vector<unsigned>
FilterIds
;
327
/// List of the indices in
FilterIds
corresponding to filter terminators.
828
return
FilterIds
;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineFunction.h
328
std::vector<unsigned>
FilterIds
;
330
/// List of the indices in
FilterIds
corresponding to filter terminators.
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineFunction.h
328
std::vector<unsigned>
FilterIds
;
330
/// List of the indices in
FilterIds
corresponding to filter terminators.
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineFunction.h
328
std::vector<unsigned>
FilterIds
;
330
/// List of the indices in
FilterIds
corresponding to filter terminators.
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineFunction.h
328
std::vector<unsigned>
FilterIds
;
330
/// List of the indices in
FilterIds
corresponding to filter terminators.
[
all
...]
Completed in 1609 milliseconds