Home
last modified time | relevance | path

Searched refs:getExtractor (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamArray.h132 const Extractor &getExtractor() const { return E; } in getExtractor() function
133 Extractor &getExtractor() { return E; } in getExtractor() function
/external/llvm-project/llvm/include/llvm/Support/
DBinaryStreamArray.h133 const Extractor &getExtractor() const { return E; } in getExtractor() function
134 Extractor &getExtractor() { return E; } in getExtractor() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.cpp49 Lines.getExtractor().HasExtraFiles = hasExtraFiles(); in initialize()
DDebugLinesSubsection.cpp60 LinesAndColumns.getExtractor().Header = Header; in initialize()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.cpp49 Lines.getExtractor().HasExtraFiles = hasExtraFiles(); in initialize()
DDebugLinesSubsection.cpp60 LinesAndColumns.getExtractor().Header = Header; in initialize()
/external/llvm/include/llvm/DebugInfo/CodeView/
DStreamReader.h78 Array = VarStreamArray<T, U>(S, Array.getExtractor()); in readArray()
DStreamArray.h98 const Extractor &getExtractor() const { return E; } in getExtractor() function