Searched defs:Offs (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManagerInternals.h52 static LineEntry get(unsigned Offs, unsigned Line, int Filename, argument
H A DSourceManager.h1528 unsigned Offs = Loc.getOffset(); local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DFileOffset.h20 unsigned Offs = 0; member in class:clang::edit::FileOffset
/freebsd-12-stable/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp74 FileOffset Offs; local
92 FileOffset Offs; local
182 addInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, bool beforePreviousInsertions) argument
196 addInsertFromRange(SourceLocation OrigLoc, FileOffset Offs, FileOffset RangeOffs, unsigned RangeLen, bool beforePreviousInsertions) argument
212 addRemove(SourceLocation OrigLoc, FileOffset Offs, unsigned Len) argument
283 canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) argument
296 canRemoveRange(CharSourceRange range, FileOffset &Offs, unsigned &Len) argument
323 canReplaceText(SourceLocation loc, StringRef text, FileOffset &Offs, unsigned &Len) argument
[all...]
H A DEditedSource.cpp74 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { argument
111 commitInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, bool beforePreviousInsertions) argument
141 commitInsertFromRange(SourceLocation OrigLoc, FileOffset Offs, FileOffset InsertFromRangeOffs, unsigned Len, bool beforePreviousInsertions) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.h50 void setSpillGPRRegs(unsigned Low, unsigned High, unsigned Offs) { argument
60 void setRestoreGPRRegs(unsigned Low, unsigned High, unsigned Offs) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp136 int Offs = cast<ConstantSDNode>(LD->getOffset())->getSExtValue(); local
178 int Offs = cast<ConstantSDNode>(LD->getOffset())->getSExtValue(); local
H A DAVRExpandPseudoInsts.cpp294 int64_t Offs = MI.getOperand(2).getOffset(); local
505 int64_t Offs = MI.getOperand(1).getOffset(); local
554 int64_t Offs = MI.getOperand(1).getOffset(); local
986 int64_t Offs local
[all...]
H A DAVRISelLowering.cpp747 int64_t Offs = AM.BaseOffs; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp425 uint32_t Offs() const { return m_offs; } function in class:__anon3899::ReturnValueExtractor::Register
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2520 unsigned Offs; local
2541 unsigned Offs; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp103 CharUnits Offs = VBT->NonVirtualOffset; variable
1251 CharUnits Offs = VBT->NonVirtualOffset; local
2701 CharUnits Offs = CharUnits::Zero(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp367 Value *Offs = ConstantInt::get(Idx->getType(), -FirstTrueElement); local
381 Value *Offs = ConstantInt::get(Idx->getType(), -FirstFalseElement); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3926 APInt Offs = ElementSize * CI->getValue().sextOrTrunc(IdxSize); local

Completed in 361 milliseconds