Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp153 if (std::optional<llvm::StringRef> name = entry.readName(); in GetGlobalVariables()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h269 std::optional<StringRef> readName() const { in readName() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h433 Error readName(NamedInstrProfRecord &Record);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp675 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) { in readName() function in RawInstrProfReader
836 if (Error E = readName(Record)) in readNextRecord()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp522 std::optional<StringRef> MaybeName = Entry.readName(); in findAllApple()