Home
last modified time | relevance | path

Searched defs:Cursor (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwindLLDB.h111 struct Cursor { struct
122 Cursor() = default; argument
126 const Cursor &operator=(const Cursor &) = delete; argument
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp761 llvm::BitstreamCursor &Cursor, llvm::SmallVectorImpl<uint64_t> &Scratch) { in readControlBlock()
848 llvm::BitstreamCursor &Cursor, llvm::SmallVectorImpl<uint64_t> &Scratch) { in readIdentifierBlock()
924 llvm::BitstreamCursor &Cursor, llvm::SmallVectorImpl<uint64_t> &Scratch) { in readObjCContextBlock()
1015 llvm::BitstreamCursor &Cursor, llvm::SmallVectorImpl<uint64_t> &Scratch) { in readObjCPropertyBlock()
1092 llvm::BitstreamCursor &Cursor, llvm::SmallVectorImpl<uint64_t> &Scratch) { in readObjCMethodBlock()
1167 llvm::BitstreamCursor &Cursor, llvm::SmallVectorImpl<uint64_t> &Scratch) { in readObjCSelectorBlock()
1243 llvm::BitstreamCursor &Cursor, llvm::SmallVectorImpl<uint64_t> &Scratch) { in readGlobalVariableBlock()
1319 llvm::BitstreamCursor &Cursor, llvm::SmallVectorImpl<uint64_t> &Scratch) { in readGlobalFunctionBlock()
1395 llvm::BitstreamCursor &Cursor, llvm::SmallVectorImpl<uint64_t> &Scratch) { in readEnumConstantBlock()
1471 llvm::BitstreamCursor &Cursor, llvm::SmallVectorImpl<uint64_t> &Scratch) { in readTagBlock()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp553 DIExpressionCursor Cursor({}); in updateSubprogramScopeDIE() local
810 DIExpressionCursor Cursor(Expr); in applyConcreteDbgVariableAttributes() local
814 DIExpressionCursor &Cursor) { in applyConcreteDbgVariableAttributes()
850 [&](unsigned Idx, DIExpressionCursor &Cursor) -> bool { in applyConcreteDbgVariableAttributes()
907 DIExpressionCursor Cursor(Ops); in applyConcreteDbgVariableAttributes() local
940 DIExpressionCursor Cursor(Expr.getElements()); in applyConcreteDbgVariableAttributes() local
1558 DIExpressionCursor Cursor({}); in addAddress() local
1584 DIExpressionCursor Cursor(DIExpr); in addComplexAddress() local
H A DDwarfExpression.cpp486 [](unsigned Idx, DIExpressionCursor &Cursor) -> bool { in addExpression()
H A DDwarfDebug.cpp2663 DIExpressionCursor &Cursor) -> bool { in emitDebugLocValue()
2725 DIExpressionCursor &Cursor) -> bool { in emitDebugLocValue()
H A DCodeViewDebug.cpp170 size_t Cursor = 0; in getFullFilepath() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp371 DataExtractor::Cursor Cursor(*OffsetPtr); in parse() local
766 DataExtractor::Cursor &Cursor) { in parseULEB128()
848 DataExtractor::Cursor Cursor(*OffsetPtr); in parse() local
1566 DataExtractor::Cursor Cursor(Offset); in hasValidVersion() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp30 class Cursor { class
35 Cursor(std::nullopt_t) {} in Cursor() function in __anon7f50f8760111::Cursor
37 explicit Cursor(StringRef Str) { in Cursor() function in __anon7f50f8760111::Cursor
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp109 enum class SerializedDiagnosticReader::Cursor { enum in SerializedDiagnosticReader
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h69 enum class Cursor; variable
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp112 Cursor("cursor", variable
372 const cl::opt<unsigned> &Cursor, in outputXML()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.h197 Cursor(const Cursor &O) { in Cursor() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h62 explicit Cursor(uint64_t Offset) : Offset(Offset), Err(Error::success()) {} in Cursor() function
/freebsd/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp71 static Expected<uint64_t> readAbbreviatedField(BitstreamCursor &Cursor, in readAbbreviatedField()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp133 llvm::BitstreamCursor Cursor) in GlobalModuleIndex()
270 llvm::BitstreamCursor Cursor(*Buffer); in readIndex() local
H A DASTReader.cpp1227 BitstreamCursor &Cursor, in ReadLexicalDeclContextStorage()
1464 BitstreamCursor &Cursor = F->SLocEntryCursor; in readSLocOffset() local
1757 llvm::Error ASTReader::ReadBlockAbbrevs(BitstreamCursor &Cursor, in ReadBlockAbbrevs()
2120 BitstreamCursor Cursor = MacroCursor; in ReadDefinedMacros() local
2267 BitstreamCursor &Cursor = M.MacroCursor; in resolvePendingMacro() local
2420 BitstreamCursor &Cursor = F.InputFilesCursor; in getInputFileInfo() local
2505 BitstreamCursor &Cursor = F.InputFilesCursor; in getInputFile() local
5544 BitstreamCursor &Cursor = InputFilesCursor; in readASTFileControlBlock() local
7560 BitstreamCursor &Cursor = Loc.F->DeclsCursor; in GetExternalCXXCtorInitializers() local
7595 BitstreamCursor &Cursor = Loc.F->DeclsCursor; in GetExternalCXXBaseSpecifiers() local
[all …]
H A DASTReaderStmt.cpp104 ASTStmtReader(ASTRecordReader &Record, llvm::BitstreamCursor &Cursor) in ASTStmtReader()
2814 llvm::BitstreamCursor &Cursor = F.DeclsCursor; in ReadStmtFromStream() local
H A DASTReaderDecl.cpp4213 llvm::BitstreamCursor &Cursor = F->DeclsCursor; in loadDeclUpdateRecords() local
4295 llvm::BitstreamCursor &Cursor = M->DeclsCursor; in loadPendingDeclChain() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp567 Instruction *Cursor = nullptr; in findLocationForEntrySafepoint() local
/freebsd/contrib/tcsh/
H A Ded.h125 EXTERN Char *LastChar, *Cursor; /* point to the next open space */ variable
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2994 const SmallVectorImpl<unsigned> &Indices, unsigned Cursor) { in FindCursorIndex()
3046 unsigned *Cursor) { in sortCppIncludes()
3144 unsigned *Cursor) { in sortCppIncludes()
3413 StringRef FileName, unsigned *Cursor) { in sortIncludes()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp389 for (const char *Cursor = EnvBlock.data(); *Cursor != '\0';) { in ConstructJob() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp2113 DataExtractor::Cursor &Cursor, ArrayRef<uint8_t> Bytes, in decodeKernelDescriptorDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp872 Value *Cursor = II.getOperand(0), *EarliestReplacement = nullptr; in instCombineConvertFromSVBool() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3827 FunctionDecl *Cursor = NewFD; in insert() local

12