Home
last modified time | relevance | path

Searched refs:getC11LinesSubstream (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DModuleDebugStream.h48 BinarySubstreamRef getC11LinesSubstream() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DModuleDebugStream.cpp83 BinarySubstreamRef ModuleDebugStreamRef::getC11LinesSubstream() const { in getC11LinesSubstream() function in ModuleDebugStreamRef
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DBytesOutputStyle.cpp404 auto Chunks = Stream.getC11LinesSubstream(); in dumpModuleC11()