Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DModuleDebugStream.h49 BinarySubstreamRef getC13LinesSubstream() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DModuleDebugStream.cpp87 BinarySubstreamRef ModuleDebugStreamRef::getC13LinesSubstream() const { in getC13LinesSubstream() function in ModuleDebugStreamRef
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DBytesOutputStyle.cpp419 auto Chunks = Stream.getC13LinesSubstream(); in dumpModuleC13()