Home
last modified time | relevance | path

Searched defs:Lines (Results 1 – 25 of 60) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyCompilandDumper.h23 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 }; enumerator
DPrettyCompilandDumper.cpp70 auto Lines = Session.findLineNumbers(Symbol, *File); in start() local
Dllvm-pdbutil.h42 Lines, enumerator
/external/llvm/tools/llvm-pdbdump/
DCompilandDumper.h23 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 }; enumerator
DCompilandDumper.cpp64 auto Lines = Session.findLineNumbers(Symbol, *File); in start() local
/external/mesa3d/src/gallium/docs/source/cso/
Drasterizer.rst143 Lines section in light_twoside
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp42 if (auto Lines = getLineNumbers()) { in getCompilandId() local
DPDBSymbolFunc.cpp116 if (auto Lines = getLineNumbers()) { in getCompilandId() local
/external/clang/lib/Format/
DBreakableToken.h205 SmallVector<StringRef, 16> Lines; variable
DUnwrappedLineParser.h145 SmallVector<UnwrappedLine, 8> Lines; variable
/external/llvm/lib/DebugInfo/CodeView/
DModuleSubstreamVisitor.cpp20 const LineInfoArray &Lines) { in visitLines()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp116 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in NotifyObjectEmitted() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DSignals.cpp145 SmallVector<StringRef, 32> Lines; in printSymbolizedStackTrace() local
/external/llvm/lib/Support/
DSignals.cpp145 SmallVector<StringRef, 32> Lines; in printSymbolizedStackTrace() local
DSpecialCaseList.cpp89 SmallVector<StringRef, 16> Lines; in parse() local
DHost.cpp1047 SmallVector<StringRef, 32> Lines; in getHostCPUName() local
1102 SmallVector<StringRef, 32> Lines; in getHostCPUName() local
1269 SmallVector<StringRef, 32> Lines; in getHostCPUFeatures() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DBlockExtractor.cpp81 SmallVector<StringRef, 16> Lines; in loadFile() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DHost.cpp153 SmallVector<StringRef, 32> Lines; in getHostCPUNameForARM() local
256 SmallVector<StringRef, 32> Lines; in getHostCPUNameForS390x() local
1301 SmallVector<StringRef, 32> Lines; in getHostCPUFeatures() local
DSignals.cpp178 SmallVector<StringRef, 32> Lines; in printSymbolizedStackTrace() local
/external/deqp/framework/referencerenderer/
DrrPrimitiveAssembler.hpp202 struct Lines struct
205 …erator, VertexPacket* const* vertices, size_t numVertices, rr::ProvokingVertex provokingConvention) in exec()
213 static size_t getPrimitiveCount (size_t vertices) in getPrimitiveCount()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/
Dllvm-cfi-verify.cpp71 SmallVector<StringRef, 100> Lines; in printBlameContext() local
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DGCOV.h198 StringMap<GCOVLines *> Lines; variable
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp148 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in NotifyObjectEmitted() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h112 std::vector<LineNumberEntry> Lines; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp133 SourceLineInfo Lines; member
584 const DebugLinesSubsectionRef &Lines) { in fromCodeViewSubsection()
622 const DebugInlineeLinesSubsectionRef &Lines) { in fromCodeViewSubsection()
800 DebugLinesSubsectionRef &Lines, const StringsAndChecksumsRef &State) { in visitLines()

123