Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFListTable.h146 StringRef HeaderString; variable
149 DWARFListTableBase(StringRef SectionName, StringRef HeaderString, in DWARFListTableBase()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFListTable.h153 StringRef HeaderString; variable
156 DWARFListTableBase(StringRef SectionName, StringRef HeaderString, in DWARFListTableBase()
/external/tensorflow/tensorflow/core/util/
Dstats_calculator.cc49 std::string StatsCalculator::HeaderString(const std::string& title) const { in HeaderString() function in tensorflow::StatsCalculator