Home
last modified time | relevance | path

Searched defs:Cursor (Results 1 – 25 of 28) 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/llvm/lib/IR/
H A DDIExpressionOptimizer.cpp96 static void consumeOneOperator(DIExpressionCursor &Cursor, uint64_t &Loc, in consumeOneOperator()
103 void startFromBeginning(uint64_t &Loc, DIExpressionCursor &Cursor, in startFromBeginning()
114 DIExpressionCursor Cursor(WorkingOps); in canonicalizeDwarfOperations() local
149 DIExpressionCursor Cursor(WorkingOps); in optimizeDwarfOperations() local
193 uint64_t &Loc, DIExpressionCursor &Cursor, in tryFoldNoOpMath()
209 uint64_t &Loc, DIExpressionCursor &Cursor, in tryFoldConstants()
234 uint64_t &Loc, DIExpressionCursor &Cursor, in tryFoldCommutativeMath()
262 DIExpressionCursor &Cursor, SmallVectorImpl<uint64_t> &WorkingOps) { in tryFoldCommutativeMathWithArgInBetween()
291 DIExpressionCursor Cursor(ResultOps); in foldConstantMath() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h76 BitstreamCursor &Cursor; variable
87 PGOCtxProfileReader(BitstreamCursor &Cursor) : Cursor(Cursor) {} in PGOCtxProfileReader()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp770 llvm::BitstreamCursor &Cursor, llvm::SmallVectorImpl<uint64_t> &Scratch) { in readControlBlock()
857 llvm::BitstreamCursor &Cursor, llvm::SmallVectorImpl<uint64_t> &Scratch) { in readIdentifierBlock()
933 llvm::BitstreamCursor &Cursor, llvm::SmallVectorImpl<uint64_t> &Scratch) { in readContextBlock()
1023 llvm::BitstreamCursor &Cursor, llvm::SmallVectorImpl<uint64_t> &Scratch) { in readObjCPropertyBlock()
1100 llvm::BitstreamCursor &Cursor, llvm::SmallVectorImpl<uint64_t> &Scratch) { in readObjCMethodBlock()
1175 llvm::BitstreamCursor &Cursor, llvm::SmallVectorImpl<uint64_t> &Scratch) { in readCXXMethodBlock()
1250 llvm::BitstreamCursor &Cursor, llvm::SmallVectorImpl<uint64_t> &Scratch) { in readObjCSelectorBlock()
1326 llvm::BitstreamCursor &Cursor, llvm::SmallVectorImpl<uint64_t> &Scratch) { in readGlobalVariableBlock()
1402 llvm::BitstreamCursor &Cursor, llvm::SmallVectorImpl<uint64_t> &Scratch) { in readGlobalFunctionBlock()
1478 llvm::BitstreamCursor &Cursor, llvm::SmallVectorImpl<uint64_t> &Scratch) { in readEnumConstantBlock()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp568 DIExpressionCursor Cursor({}); in updateSubprogramScopeDIE() local
825 DIExpressionCursor Cursor(Expr); in applyConcreteDbgVariableAttributes() local
829 DIExpressionCursor &Cursor) { in applyConcreteDbgVariableAttributes()
865 [&](unsigned Idx, DIExpressionCursor &Cursor) -> bool { in applyConcreteDbgVariableAttributes()
922 DIExpressionCursor Cursor(Ops); in applyConcreteDbgVariableAttributes() local
955 DIExpressionCursor Cursor(Expr.getElements()); in applyConcreteDbgVariableAttributes() local
1579 DIExpressionCursor Cursor({}); in addAddress() local
1605 DIExpressionCursor Cursor(DIExpr); in addComplexAddress() local
H A DDwarfExpression.cpp487 [](unsigned Idx, DIExpressionCursor &Cursor) -> bool { in addExpression()
H A DDwarfDebug.cpp2664 DIExpressionCursor &Cursor) -> bool { in emitDebugLocValue()
2726 DIExpressionCursor &Cursor) -> bool { in emitDebugLocValue()
H A DCodeViewDebug.cpp169 size_t Cursor = 0; getFullFilepath() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp371 DataExtractor::Cursor Cursor(*OffsetPtr); in parse() local
782 DataExtractor::Cursor &Cursor) { in parseULEB128()
864 DataExtractor::Cursor Cursor(*OffsetPtr); in parse() local
1582 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 __anon2f5552ae0111::Cursor
37 explicit Cursor(StringRef Str) { in Cursor() function in __anon2f5552ae0111::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
382 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.cpp129 llvm::BitstreamCursor Cursor) in GlobalModuleIndex()
266 llvm::BitstreamCursor Cursor(*Buffer); in readIndex() local
H A DASTReader.cpp1269 BitstreamCursor &Cursor, in ReadLexicalDeclContextStorage()
1318 BitstreamCursor &Cursor, in ReadVisibleDeclContextStorage()
1505 BitstreamCursor &Cursor = F->SLocEntryCursor; in readSLocOffset() local
1796 llvm::Error ASTReader::ReadBlockAbbrevs(BitstreamCursor &Cursor, in ReadBlockAbbrevs()
2161 BitstreamCursor Cursor = MacroCursor; in ReadDefinedMacros() local
2308 BitstreamCursor &Cursor = M.MacroCursor; in resolvePendingMacro() local
2461 BitstreamCursor &Cursor = F.InputFilesCursor; in getInputFileInfo() local
2546 BitstreamCursor &Cursor = F.InputFilesCursor; in getInputFile() local
4391 static bool SkipCursorToBlock(BitstreamCursor &Cursor, unsigned BlockID) { in SkipCursorToBlock()
5550 BitstreamCursor &Cursor = InputFilesCursor; in readASTFileControlBlock() local
[all …]
H A DASTReaderStmt.cpp104 ASTStmtReader(ASTRecordReader &Record, llvm::BitstreamCursor &Cursor) in ASTStmtReader()
2871 llvm::BitstreamCursor &Cursor = F.DeclsCursor; in ReadStmtFromStream() local
H A DASTReaderDecl.cpp4278 llvm::BitstreamCursor &Cursor = F->DeclsCursor; in loadDeclUpdateRecords() local
4358 llvm::BitstreamCursor &Cursor = M->DeclsCursor; in loadPendingDeclChain() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp569 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/Driver/ToolChains/
H A DMSVC.cpp394 for (const char *Cursor = EnvBlock.data(); *Cursor != '\0';) { in ConstructJob() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3027 const SmallVectorImpl<unsigned> &Indices, unsigned Cursor) { in FindCursorIndex()
3079 unsigned *Cursor) { in sortCppIncludes()
3180 unsigned *Cursor) { in sortCppIncludes()
3456 StringRef FileName, unsigned *Cursor) { in sortIncludes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp2161 DataExtractor::Cursor &Cursor, ArrayRef<uint8_t> Bytes, in decodeKernelDescriptorDirective()

12