HomeSort by: relevance | last modified time | path
    Searched defs:DebugStringTableSubsection (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugStringTableSubsection.h 1 //===- DebugStringTableSubsection.h - CodeView String Table -----*- C++ -*-===//
53 /// DebugStringTableSubsection owns the underlying storage for the table, and is
56 class DebugStringTableSubsection : public DebugSubsection {
58 DebugStringTableSubsection();
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
DebugStringTableSubsection.cpp 1 //===- DebugStringTableSubsection.cpp - CodeView String Table -------------===//
9 #include "llvm/DebugInfo/CodeView/DebugStringTableSubsection.h"
44 DebugStringTableSubsection::DebugStringTableSubsection()
47 uint32_t DebugStringTableSubsection::insert(StringRef S) {
60 uint32_t DebugStringTableSubsection::calculateSerializedSize() const {
64 Error DebugStringTableSubsection::commit(BinaryStreamWriter &Writer) const {
86 uint32_t DebugStringTableSubsection::size() const { return StringToId.size(); }
88 std::vector<uint32_t> DebugStringTableSubsection::sortedIds() const {
97 uint32_t DebugStringTableSubsection::getIdForString(StringRef S) const
    [all...]

Completed in 16 milliseconds