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

123

/openbsd-current/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.h37 sptr getOffset() const { return Offset; } function in class:__ubsan::DynamicTypeInfo
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h45 uint64_t getOffset() const { return Offset; } function in class:llvm::DWARFDebugInfoEntry
H A DDWARFDebugAbbrev.h35 uint64_t getOffset() const { return Offset; } function in class:llvm::DWARFAbbreviationDeclarationSet
H A DDWARFDie.h66 uint64_t getOffset() const { function in class:llvm::DWARFDie
H A DDWARFUnitIndex.h125 uint64_t getOffset() const { return Offset; } function in class:llvm::DWARFUnitIndex::Entry::SectionContribution
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h78 uint64_t getOffset() const { return getEntry().Offset; } function in class:llvm::DwarfStringPoolEntryRef
H A DSelectionDAGAddressAnalysis.h56 int64_t getOffset() const { return *Offset; } function in class:llvm::BaseIndexOffset
H A DMachineMemOperand.h226 int64_t getOffset() const { return PtrInfo.Offset; } function in class:llvm::MachineMemOperand
/openbsd-current/gnu/llvm/llvm/include/llvm/DWP/
H A DDWPStringPool.h41 uint32_t getOffset(const char *Str, unsigned Length) { function in class:llvm::DWPStringPool
/openbsd-current/gnu/llvm/clang/include/clang/Edit/
H A DFileOffset.h29 unsigned getOffset() const { return Offs; } function in class:clang::edit::FileOffset
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DBinaryStreamReader.h248 uint64_t getOffset() const { return Offset; } function in class:llvm::BinaryStreamReader
H A DBinaryStreamWriter.h178 uint64_t getOffset() const { return Offset; } function in class:llvm::BinaryStreamWriter
H A DDataExtractor.h693 static uint64_t &getOffset(Cursor &C) { return C.Offset; } function in class:llvm::DataExtractor
/openbsd-current/gnu/llvm/llvm/include/llvm/MC/
H A DStringTableBuilder.h69 size_t getOffset(StringRef S) const { function in class:llvm::StringTableBuilder
H A DMCFixup.h102 uint32_t getOffset() const { return Offset; } function in class:llvm::MCFixup
H A DMCSymbol.h325 uint64_t getOffset() const { function
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DStringTableBuilder.cpp194 size_t StringTableBuilder::getOffset(CachedHashStringRef S) const { function in class:StringTableBuilder
/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp128 int32_t ByteCodeEmitter::getOffset(LabelTy Label) { function in class:ByteCodeEmitter
H A DPointer.h213 unsigned getOffset() const { function in class:clang::interp::Pointer
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.h44 SymbolRef getOffset() const { return Offset; } function in struct:clang::ento::iterator::IteratorPosition
/openbsd-current/gnu/llvm/lld/wasm/
H A DOutputSections.h40 virtual size_t getOffset() { return offset; } function in class:lld::wasm::OutputSection
/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DMachOUniversal.h71 uint64_t getOffset() const { function in class:llvm::object::MachOUniversalBinary::ObjectForArch
/openbsd-current/gnu/llvm/lld/MachO/
H A DInputSection.cpp262 uint64_t CStringInputSection::getOffset(uint64_t off) const { function in class:CStringInputSection
289 uint64_t WordLiteralInputSection::getOffset(uint64_t off) const { function in class:WordLiteralInputSection
/openbsd-current/gnu/llvm/clang/include/clang/Tooling/Core/
H A DReplacement.h51 unsigned getOffset() const { return Offset; } function in class:clang::tooling::Range
121 unsigned getOffset() const { return ReplacementRange.getOffset(); } function in class:clang::tooling::Replacement
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DSequence.h246 static intmax_t getOffset(intmax_t Offset) { function in struct:llvm::detail::SafeIntIterator

Completed in 410 milliseconds

123