Searched refs:readName (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Optimizer/Support/ |
| H A D | InternalNames.cpp | 235 name = readName(uniq, i, i + 1, end); in deconstruct() 240 name = readName(uniq, i, i + 2, end); in deconstruct() 243 name = readName(uniq, i, i + 1, end); in deconstruct() 249 name = readName(uniq, i, i + 2, end); in deconstruct() 254 name = readName(uniq, i, i + 2, end); in deconstruct() 257 name = readName(uniq, i, i + 1, end); in deconstruct() 262 name = readName(uniq, i, i + 1, end); in deconstruct() 266 name = readName(uniq, i, i + 1, end); in deconstruct() 275 name = readName(uniq, i, i + 1, end); in deconstruct() 283 host = readName(uniq, i, i + 1, end); in deconstruct() [all …]
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 459 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) { in readName() function in RawInstrProfReader 554 if (Error E = readName(Record)) in readNextRecord()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 356 Error readName(NamedInstrProfRecord &Record);
|