/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | UnwindLLDB.h | 111 struct Cursor { struct 122 Cursor() = default; argument 126 const Cursor &operator=(const Cursor &) = delete; argument
|
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesReader.cpp | 761 readControlBlock(llvm::BitstreamCursor & Cursor,llvm::SmallVectorImpl<uint64_t> & Scratch) readControlBlock() argument 848 readIdentifierBlock(llvm::BitstreamCursor & Cursor,llvm::SmallVectorImpl<uint64_t> & Scratch) readIdentifierBlock() argument 924 readObjCContextBlock(llvm::BitstreamCursor & Cursor,llvm::SmallVectorImpl<uint64_t> & Scratch) readObjCContextBlock() argument 1015 readObjCPropertyBlock(llvm::BitstreamCursor & Cursor,llvm::SmallVectorImpl<uint64_t> & Scratch) readObjCPropertyBlock() argument 1092 readObjCMethodBlock(llvm::BitstreamCursor & Cursor,llvm::SmallVectorImpl<uint64_t> & Scratch) readObjCMethodBlock() argument 1167 readObjCSelectorBlock(llvm::BitstreamCursor & Cursor,llvm::SmallVectorImpl<uint64_t> & Scratch) readObjCSelectorBlock() argument 1243 readGlobalVariableBlock(llvm::BitstreamCursor & Cursor,llvm::SmallVectorImpl<uint64_t> & Scratch) readGlobalVariableBlock() argument 1319 readGlobalFunctionBlock(llvm::BitstreamCursor & Cursor,llvm::SmallVectorImpl<uint64_t> & Scratch) readGlobalFunctionBlock() argument 1395 readEnumConstantBlock(llvm::BitstreamCursor & Cursor,llvm::SmallVectorImpl<uint64_t> & Scratch) readEnumConstantBlock() argument 1471 readTagBlock(llvm::BitstreamCursor & Cursor,llvm::SmallVectorImpl<uint64_t> & Scratch) readTagBlock() argument 1546 readTypedefBlock(llvm::BitstreamCursor & Cursor,llvm::SmallVectorImpl<uint64_t> & Scratch) readTypedefBlock() argument 1628 llvm::BitstreamCursor Cursor(*Implementation->InputBuffer); APINotesReader() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 553 DIExpressionCursor Cursor({}); updateSubprogramScopeDIE() local 810 DIExpressionCursor Cursor(Expr); applyConcreteDbgVariableAttributes() local 814 __anon6e560e370402(const DbgValueLocEntry &Entry, DIExpressionCursor &Cursor) applyConcreteDbgVariableAttributes() argument 850 __anon6e560e370502(unsigned Idx, DIExpressionCursor &Cursor) applyConcreteDbgVariableAttributes() argument 907 DIExpressionCursor Cursor(Ops); applyConcreteDbgVariableAttributes() local 940 DIExpressionCursor Cursor(Expr.getElements()); applyConcreteDbgVariableAttributes() local 1558 DIExpressionCursor Cursor({}); addAddress() local 1584 DIExpressionCursor Cursor(DIExpr); addComplexAddress() local [all...] |
H A D | DwarfExpression.cpp | 486 __anonf2b095fe0202(unsigned Idx, DIExpressionCursor &Cursor) addExpression() argument
|
H A D | DwarfDebug.cpp | 2663 __anona90e33150d02(const DbgValueLocEntry &Entry, DIExpressionCursor &Cursor) emitDebugLocValue() argument 2725 __anona90e33150f02(unsigned Idx, DIExpressionCursor &Cursor) emitDebugLocValue() argument
|
H A D | CodeViewDebug.cpp | 170 size_t Cursor = 0; in getFullFilepath() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 371 DataExtractor::Cursor Cursor(*OffsetPtr); in parse() local 766 parseULEB128(DWARFDataExtractor & Data,DataExtractor::Cursor & Cursor) parseULEB128() argument 848 DataExtractor::Cursor Cursor(*OffsetPtr); parse() local 1566 DataExtractor::Cursor Cursor(Offset); hasValidVersion() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MILexer.cpp | 30 class Cursor { class 35 Cursor(std::nullopt_t) {} in Cursor() function in __anonf8b680c00111::Cursor 37 explicit Cursor(StringRef Str) { in Cursor() function in __anonf8b680c00111::Cursor [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | SerializedDiagnosticReader.cpp | 109 enum class SerializedDiagnosticReader::Cursor { enum in SerializedDiagnosticReader
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | SerializedDiagnosticReader.h | 69 enum class Cursor; variable
|
/freebsd-src/contrib/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 112 Cursor("cursor", variable 372 outputXML(const Replacements & Replaces,const Replacements & FormatChanges,const FormattingAttemptStatus & Status,const cl::opt<unsigned> & Cursor,unsigned CursorPosition) outputXML() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | InterferenceCache.h | 197 Cursor(const Cursor &O) { in Cursor() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | DataExtractor.h | 62 explicit Cursor(uint64_t Offset) : Offset(Offset), Err(Error::success()) {} in Cursor() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitstream/Reader/ |
H A D | BitstreamReader.cpp | 71 static Expected<uint64_t> readAbbreviatedField(BitstreamCursor &Cursor, in readAbbreviatedField() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | GlobalModuleIndex.cpp | 270 if (Expected<llvm::SimpleBitstreamCursor::word_t> Res = Cursor.Read(8)) { in readIndex() local 133 GlobalModuleIndex(std::unique_ptr<llvm::MemoryBuffer> IndexBuffer,llvm::BitstreamCursor Cursor) GlobalModuleIndex() argument
|
H A D | ASTReader.cpp | 1227 ReadLexicalDeclContextStorage(ModuleFile & M,BitstreamCursor & Cursor,uint64_t Offset,DeclContext * DC) ReadLexicalDeclContextStorage() argument 1277 ReadVisibleDeclContextStorage(ModuleFile & M,BitstreamCursor & Cursor,uint64_t Offset,DeclID ID) ReadVisibleDeclContextStorage() argument 1464 BitstreamCursor &Cursor = F->SLocEntryCursor; readSLocOffset() local 1757 ReadBlockAbbrevs(BitstreamCursor & Cursor,unsigned BlockID,uint64_t * StartOfBlockOffset) ReadBlockAbbrevs() argument 2120 BitstreamCursor Cursor = MacroCursor; ReadDefinedMacros() local 2267 BitstreamCursor &Cursor = M.MacroCursor; resolvePendingMacro() local 2420 BitstreamCursor &Cursor = F.InputFilesCursor; getInputFileInfo() local 2505 BitstreamCursor &Cursor = F.InputFilesCursor; getInputFile() local 4382 SkipCursorToBlock(BitstreamCursor & Cursor,unsigned BlockID) SkipCursorToBlock() argument 5544 BitstreamCursor &Cursor = InputFilesCursor; readASTFileControlBlock() local 7560 BitstreamCursor &Cursor = Loc.F->DeclsCursor; GetExternalCXXCtorInitializers() local 7595 BitstreamCursor &Cursor = Loc.F->DeclsCursor; GetExternalCXXBaseSpecifiers() local 9403 BitstreamCursor &Cursor = I->first; ReadComments() local 10214 readRecord(llvm::BitstreamCursor & Cursor,unsigned AbbrevID) readRecord() argument [all...] |
H A D | ASTReaderStmt.cpp | 104 ASTStmtReader(ASTRecordReader &Record, llvm::BitstreamCursor &Cursor) in ASTStmtReader() argument 2814 llvm::BitstreamCursor &Cursor = F.DeclsCursor; ReadStmtFromStream() local
|
H A D | ASTReaderDecl.cpp | 4213 llvm::BitstreamCursor &Cursor = F->DeclsCursor; loadDeclUpdateRecords() local 4295 llvm::BitstreamCursor &Cursor = M->DeclsCursor; loadPendingDeclChain() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | PlaceSafepoints.cpp | 567 Instruction *Cursor = nullptr; findLocationForEntrySafepoint() local
|
/freebsd-src/contrib/tcsh/ |
H A D | ed.h | 125 EXTERN Char *LastChar, *Cursor; /* point to the next open space */ variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | Format.cpp | 2994 FindCursorIndex(const SmallVectorImpl<IncludeDirective> & Includes,const SmallVectorImpl<unsigned> & Indices,unsigned Cursor) FindCursorIndex() argument 3046 sortCppIncludes(const FormatStyle & Style,const SmallVectorImpl<IncludeDirective> & Includes,ArrayRef<tooling::Range> Ranges,StringRef FileName,StringRef Code,tooling::Replacements & Replaces,unsigned * Cursor) sortCppIncludes() argument 3144 sortCppIncludes(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName,tooling::Replacements & Replaces,unsigned * Cursor) sortCppIncludes() argument 3413 sortIncludes(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName,unsigned * Cursor) sortIncludes() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | MSVC.cpp | 389 for (const char *Cursor = EnvBlock.data(); *Cursor != '\0';) { ConstructJob() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.cpp | 2113 decodeKernelDescriptorDirective(DataExtractor::Cursor & Cursor,ArrayRef<uint8_t> Bytes,raw_string_ostream & KdStream) const decodeKernelDescriptorDirective() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 872 Value *Cursor = II.getOperand(0), *EarliestReplacement = nullptr; instCombineConvertFromSVBool() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 3827 FunctionDecl *Cursor = NewFD; insert() local
|