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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
StringsAndChecksums.cpp 37 OwnedStrings = std::make_shared<DebugStringTableSubsectionRef>();
38 consumeError(OwnedStrings->initialize(SR.getRecordData()));
39 Strings = OwnedStrings.get();
48 OwnedStrings.reset();
59 OwnedStrings = std::make_shared<DebugStringTableSubsectionRef>();
60 *OwnedStrings = StringsRef;
61 Strings = OwnedStrings.get();
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
StringsAndChecksums.h 74 std::shared_ptr<DebugStringTableSubsectionRef> OwnedStrings;

Completed in 13 milliseconds