Home
last modified time | relevance | path

Searched defs:getOffset (Results 1 – 25 of 68) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DFileOffset.h29 unsigned getOffset() const { return Offs; } in getOffset() function
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.h37 sptr getOffset() const { return Offset; } in getOffset() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h45 uint64_t getOffset() const { return Offset; } in getOffset() function
H A DDWARFDebugAbbrev.h35 uint64_t getOffset() const { return Offset; } in getOffset() function
H A DDWARFDie.h66 uint64_t getOffset() const { in getOffset() function
H A DDWARFUnitIndex.h125 uint64_t getOffset() const { return Offset; } in getOffset() function
H A DDWARFUnit.h89 uint64_t getOffset() const { return Offset; } in getOffset() function
321 uint64_t getOffset() const { return Header.getOffset(); } in getOffset() function
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h51 unsigned getOffset() const { return Offset; } in getOffset() function
121 unsigned getOffset() const { return ReplacementRange.getOffset(); } in getOffset() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWPStringPool.h41 uint32_t getOffset(const char *Str, unsigned Length) { in getOffset() function
/freebsd/contrib/opencsd/decoder/include/mem_acc/
H A Dtrc_mem_acc_file.h54 const size_t getOffset() const { return m_file_offset; }; in getOffset() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h178 uint64_t getOffset() const { return Offset; } getOffset() function
H A DBinaryStreamReader.h248 uint64_t bytesRemaining() const { return getLength() - getOffset(); } in getOffset() function
H A DDataExtractor.h693 static uint64_t &getOffset(Cursor &C) { return C.Offset; } in getOffset() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h78 uint64_t getOffset() const { return getEntry().Offset; } getOffset() function
H A DSelectionDAGAddressAnalysis.h57 int64_t getOffset() const { return *Offset; } in getOffset() function
H A DMachineMemOperand.h230 int64_t getOffset() const { return PtrInfo.Offset; } in getOffset() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DStringTableBuilder.h70 size_t getOffset(StringRef S) const { in getOffset() function
H A DMCFixup.h102 uint32_t getOffset() const { return Offset; } in getOffset() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachOUniversal.h71 uint64_t getOffset() const { in getOffset() function
H A DGOFF.h87 static void getOffset(const uint8_t *Record, uint32_t &Offset) { in getOffset() function
139 static void getOffset(const uint8_t *Record, uint32_t &Offset) { in getOffset() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DStringTableBuilder.cpp194 size_t StringTableBuilder::getOffset(CachedHashStringRef S) const { getOffset() function in StringTableBuilder
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.cpp326 uint64_t CStringInputSection::getOffset(uint64_t off) const { in getOffset() function in CStringInputSection
353 uint64_t WordLiteralInputSection::getOffset(uint64_t off) const { in getOffset() function in WordLiteralInputSection
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h128 constexpr int32_t getOffset() const { in getOffset() function
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp223 int32_t ByteCodeEmitter::getOffset(LabelTy Label) { in getOffset() function in ByteCodeEmitter
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h244 llvm::Value *getOffset() const { return Offset; } in getOffset() function

123