HomeSort by: relevance | last modified time | path
    Searched refs:TypeIdSummary (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndexYAML.h 131 template <> struct MappingTraits<TypeIdSummary> {
132 static void mapping(IO &io, TypeIdSummary& summary) {
268 TypeIdSummary TId;
ModuleSummaryIndex.h 972 struct TypeIdSummary {
999 std::multimap<GlobalValue::GUID, std::pair<std::string, TypeIdSummary>>;
1442 /// Return an existing or new TypeIdSummary entry for \p TypeId.
1445 TypeIdSummary &getOrInsertTypeIdSummary(StringRef TypeId) {
1451 {GlobalValue::getGUID(TypeId), {std::string(TypeId), TypeIdSummary()}});
1457 const TypeIdSummary *getTypeIdSummary(StringRef TypeId) const {
1465 TypeIdSummary *getTypeIdSummary(StringRef TypeId) {
1466 return const_cast<TypeIdSummary *>(
  /src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLParser.h 379 bool parseTypeIdSummary(TypeIdSummary &TIS);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 1821 // an MDString type id without a corresponding TypeIdSummary. Any
1824 // TypeIdSummary (e.g. because there was no use on a vcall, preventing the
1830 const TypeIdSummary *TidSummary =
1926 const TypeIdSummary *TidSummary =
LowerTypeTests.cpp 962 const TypeIdSummary *TidSummary = ImportSummary->getTypeIdSummary(TypeId);
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp 260 auto AddTypeIdSummary = [&](StringRef TId, const TypeIdSummary &S) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp 2649 void printTypeIdSummary(const TypeIdSummary &TIS);
3042 void AssemblyWriter::printTypeIdSummary(const TypeIdSummary &TIS) {
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 6047 TypeIdSummary &TypeId) {
6065 TypeIdSummary &TypeId = TheIndex.getOrInsertTypeIdSummary(
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 8045 /// ::= 'typeid' ':' '(' 'name' ':' STRINGCONSTANT ',' TypeIdSummary ')'
8058 TypeIdSummary &TIS = Index->getOrInsertTypeIdSummary(Name);
8078 /// TypeIdSummary
8080 bool LLParser::parseTypeIdSummary(TypeIdSummary &TIS) {
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 3774 const TypeIdSummary &Summary) {

Completed in 78 milliseconds