HomeSort by relevance Sort by last modified time
    Searched defs:DebugStringTableSubsection (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DebugStringTableSubsection.h 1 //===- DebugStringTableSubsection.h - CodeView String Table -----*- C++ -*-===//
54 /// DebugStringTableSubsection owns the underlying storage for the table, and is
57 class DebugStringTableSubsection : public DebugSubsection {
59 DebugStringTableSubsection();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DebugStringTableSubsection.cpp 1 //===- DebugStringTableSubsection.cpp - CodeView String Table -------------===//
10 #include "llvm/DebugInfo/CodeView/DebugStringTableSubsection.h"
45 DebugStringTableSubsection::DebugStringTableSubsection()
48 uint32_t DebugStringTableSubsection::insert(StringRef S) {
61 uint32_t DebugStringTableSubsection::calculateSerializedSize() const {
65 Error DebugStringTableSubsection::commit(BinaryStreamWriter &Writer) const {
87 uint32_t DebugStringTableSubsection::size() const { return StringToId.size(); }
89 std::vector<uint32_t> DebugStringTableSubsection::sortedIds() const {
98 uint32_t DebugStringTableSubsection::getIdForString(StringRef S) const
    [all...]

Completed in 884 milliseconds