/llvm-project/llvm/docs/DependenceGraphs/ |
H A D | index.rst | 110 Advantages: 116 Disadvantages:
|
/llvm-project/clang/include/clang/Edit/ |
H A D | FileOffset.h | 24 FileOffset(FileID fid, unsigned offs) : FID(fid), Offs(offs) {} in FileOffset()
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/ |
H A D | breakpoint.py | 90 def SetOffset(self, offs): argument
|
H A D | symbols.py | 506 def GetLineByOffset(self, offs): argument
|
/llvm-project/clang/lib/Edit/ |
H A D | EditedSource.cpp | 338 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 D | Commit.cpp | 225 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 D | ABISysV_ppc64.cpp | 411 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 D | ABISysV_hexagon.cpp | 1140 for (size_t i = nRegArgs, offs = 0; i < args.size(); i++) { in PrepareTrivialCall() local
|
/llvm-project/clang/lib/Rewrite/ |
H A D | Rewriter.cpp | 397 unsigned offs = Content->SourceLineCache[lineNo]; IncreaseIndentation() local
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | builtins-ppc-pair-mma.c | 1047 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 D | Writer.cpp | 104 fillEntry(d, record.first, c->getSize(), c->getRVA(), offs); in writeTo() local
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertVariable.cpp | 1406 mlir::Value offs = genCommonBlockMember() local
|
H A D | IO.cpp | 556 mlir::Value offs = builder.createIntegerConstant( getNamelistGroup() local
|
/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 8732 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 D | CodeGen.cpp | 2528 llvm::SmallVector<mlir::LLVM::GEPArg> offs; doRewriteRefOrPtr() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 3202 CharUnits offs = CharUnits::Zero(); AdjustVirtualBase() local
|