Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Optimizer/Support/
H A DInternalNames.cpp60 static std::string readName(llvm::StringRef uniq, std::size_t &i, readName() function
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h269 std::optional<StringRef> readName() const { in readName() function
/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp675 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) { readName() function in RawInstrProfReader