Searched refs:TheIndex (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 688 const ModuleSummaryIndex *TheIndex = nullptr; member in llvm::SlotTracker 911 : TheModule(nullptr), ShouldInitializeAllMetadata(false), TheIndex(Index) {} in SlotTracker() 924 if (!TheIndex) in initializeIndexIfNeeded() 927 TheIndex = nullptr; ///< Prevent re-processing next time we're called. in initializeIndexIfNeeded() 1024 assert(TheIndex); in processIndex() 1030 for (auto &ModPath : TheIndex->modulePaths()) in processIndex() 1038 for (auto &GlobalList : *TheIndex) in processIndex() 1044 for (auto TidIter = TheIndex->typeIds().begin(); in processIndex() 1045 TidIter != TheIndex->typeIds().end(); TidIter++) in processIndex() 1048 for (auto &TId : TheIndex->typeIdCompatibleVtableMap()) in processIndex() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 769 ModuleSummaryIndex &TheIndex; member in __anonf907705f0411::ModuleSummaryIndexBitcodeReader 812 ModuleSummaryIndex &TheIndex, 5364 BitstreamCursor Cursor, StringRef Strtab, ModuleSummaryIndex &TheIndex, in ModuleSummaryIndexBitcodeReader() argument 5366 : BitcodeReaderBase(std::move(Cursor), Strtab), TheIndex(TheIndex), in ModuleSummaryIndexBitcodeReader() 5370 TheIndex.addModule(ModulePath, ModuleId); in addThisModule() 5375 return TheIndex.getModule(ModulePath); in getThisModule() 5402 TheIndex.getOrInsertValueInfo( in setValueGUID() 5404 UseStrtab ? ValueName : TheIndex.saveString(ValueName)), in setValueGUID() 5494 std::make_pair(TheIndex.getOrInsertValueInfo(RefGUID), RefGUID); in parseValueSymbolTable() 5708 ModuleSummaryIndex &TheIndex) { in parseTypeIdSummaryRecord() argument [all …]
|
/third_party/node/deps/v8/src/compiler/ |
D | common-operator.h | 596 #define DEFINE_INPUT_ACCESSORS(Name, name, TheIndex, Type) \ argument 597 static constexpr int Name##Index() { return TheIndex; } \ 600 NodeProperties::GetValueInput(node(), TheIndex)); \
|
D | simplified-operator.h | 1110 #define DEFINE_INPUT_ACCESSORS(Name, name, TheIndex, Type) \ argument 1111 static constexpr int Name##Index() { return TheIndex; } \ 1114 NodeProperties::GetValueInput(node(), TheIndex)); \
|
D | js-operator.h | 1148 #define DEFINE_INPUT_ACCESSORS(Name, name, TheIndex, Type) \ argument 1149 static constexpr int Name##Index() { return TheIndex; } \ 1152 NodeProperties::GetValueInput(node(), TheIndex)); \
|