OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeIdMap
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h
48
TypeIdMap
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalDCE.cpp
187
TypeIdMap
[TypeID].insert(std::make_pair(&GV, Offset));
207
for (auto &VTableInfo :
TypeIdMap
[TypeId]) {
255
for (auto &VTableInfo :
TypeIdMap
[TypeId]) {
441
TypeIdMap
.clear();
WholeProgramDevirt.cpp
554
DenseMap<Metadata *, std::set<TypeMemberInfo>> &
TypeIdMap
);
559
DenseMap<Metadata *, std::set<TypeMemberInfo>> &
TypeIdMap
);
933
DenseMap<Metadata *, std::set<TypeMemberInfo>> &
TypeIdMap
) {
960
TypeIdMap
[TypeID].insert({BitsPtr, Offset});
1767
DenseMap<Metadata *, std::set<TypeMemberInfo>> &
TypeIdMap
) {
1816
// not used on a global (in which case it has no entry in the
TypeIdMap
).
1817
if (!
TypeIdMap
.count(TypeId))
2032
DenseMap<Metadata *, std::set<TypeMemberInfo>>
TypeIdMap
;
2033
buildTypeIdentifierMap(Bits,
TypeIdMap
);
2036
scanTypeTestUsers(TypeTestFunc,
TypeIdMap
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h
1037
TypeIdSummaryMapTy
TypeIdMap
;
1440
const TypeIdSummaryMapTy &typeIds() const { return
TypeIdMap
; }
1446
auto TidIter =
TypeIdMap
.equal_range(GlobalValue::getGUID(TypeId));
1450
auto It =
TypeIdMap
.insert(
1458
auto TidIter =
TypeIdMap
.equal_range(GlobalValue::getGUID(TypeId));
ModuleSummaryIndexYAML.h
281
io.mapOptional("
TypeIdMap
", index.
TypeIdMap
);
/src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp
764
///
TypeIdMap
- The slot map for type ids used in the summary index.
765
StringMap<unsigned>
TypeIdMap
;
1211
auto I =
TypeIdMap
.find(Id);
1212
return I ==
TypeIdMap
.end() ? -1 : (int)I->second;
1288
TypeIdMap
[Id] = TypeIdNext++;
2950
// Print the
TypeIdMap
entries.
Completed in 65 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026