Home
last modified time | relevance | path

Searched refs:readName (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/Support/
H A DInternalNames.cpp235 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 DInstrProfReader.cpp459 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 DInstrProfReader.h356 Error readName(NamedInstrProfRecord &Record);