Home
last modified time | relevance | path

Searched defs:offs (Results 1 – 16 of 16) sorted by relevance

/llvm-project/llvm/docs/DependenceGraphs/
H A Dindex.rst110 Advantages:
116 Disadvantages:
/llvm-project/clang/include/clang/Edit/
H A DFileOffset.h24 FileOffset(FileID fid, unsigned offs) : FID(fid), Offs(offs) {} in FileOffset()
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dbreakpoint.py90 def SetOffset(self, offs): argument
H A Dsymbols.py506 def GetLineByOffset(self, offs): argument
/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp338 SourceLocation Loc, FileOffset offs, in adjustRemoval()
383 StringRef text, FileOffset offs, unsigned len, in applyRewrite()
426 FileOffset offs = I->first; in applyRewrites() local
H A DCommit.cpp225 bool Commit::canInsert(SourceLocation loc, FileOffset &offs) { in canInsert()
249 bool Commit::canInsertAfterToken(SourceLocation loc, FileOffset &offs, in canInsertAfterToken()
/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp411 Register(Type ty,uint32_t index,uint32_t offs,RegisterContext * reg_ctx,ByteOrder byte_order) Register() argument
423 Register(uint32_t offs,RegisterContext * reg_ctx,ByteOrder byte_order) Register() argument
739 uint32_t offs = 0; GetVectorValueObject() local
850 ExtractFromRegs(int32_t offs,uint32_t size,void * buf) ExtractFromRegs() argument
[all...]
/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp1140 for (size_t i = nRegArgs, offs = 0; i < args.size(); i++) { in PrepareTrivialCall() local
/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp397 unsigned offs = Content->SourceLineCache[lineNo]; IncreaseIndentation() local
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-pair-mma.c1047 void test75(unsigned char *vqp, signed long offs, const __vector_pair *vpp, vector unsigned char vc, unsigned char *resp) { in test75() argument
1212 void test87(unsigned char *vqp, signed long offs, const __vector_pair *vpp, vector unsigned char vc, unsigned char *resp) { in test87() argument
/llvm-project/lld/COFF/
H A DWriter.cpp104 fillEntry(d, record.first, c->getSize(), c->getRVA(), offs); in writeTo() local
/llvm-project/flang/lib/Lower/
H A DConvertVariable.cpp1406 mlir::Value offs = genCommonBlockMember() local
H A DIO.cpp556 mlir::Value offs = builder.createIntegerConstant( getNamelistGroup() local
/llvm-project/clang/lib/AST/
H A DASTContext.cpp8732 uint64_t offs = toBits(layout.getBaseClassOffset(base)); getObjCEncodingForStructureImpl() local
8742 uint64_t offs = layout.getFieldOffset(Field->getFieldIndex()); getObjCEncodingForStructureImpl() local
8752 uint64_t offs = toBits(layout.getVBaseClassOffset(base)); getObjCEncodingForStructureImpl() local
8790 uint64_t offs = toBits(size); getObjCEncodingForStructureImpl() local
[all...]
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp2528 llvm::SmallVector<mlir::LLVM::GEPArg> offs; doRewriteRefOrPtr() local
/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3202 CharUnits offs = CharUnits::Zero(); AdjustVirtualBase() local