Home
last modified time | relevance | path

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

1234

/llvm-project/clang/include/clang/Edit/
H A DFileOffset.h29 unsigned getOffset() const { return Offs; } in getOffset() function
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.h37 sptr getOffset() const { return Offset; } in getOffset() function
/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 { 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
/llvm-project/llvm/include/llvm/DWP/
H A DDWPStringPool.h41 uint32_t getOffset(const char *Str, unsigned Length) { in getOffset() function
/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h177 uint64_t getOffset() const { return Offset; } in getOffset() function
H A DBinaryStreamReader.h246 uint64_t getOffset() const { return Offset; } in getOffset() function
H A DDataExtractor.h693 static uint64_t &getOffset(Cursor &C) { return C.Offset; } in getOffset() function
/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
/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
/llvm-project/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h81 uint64_t getOffset() const { return getEntry().Offset; } in getOffset() function
H A DSelectionDAGAddressAnalysis.h57 int64_t getOffset() const { return *Offset; } in getOffset() function
/llvm-project/bolt/lib/Core/
H A DBinaryData.cpp76 uint64_t BinaryData::getOffset() const { in getOffset() function in BinaryData
/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
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLoadStoreOpt.h54 int64_t getOffset() const { return *Offset; } in getOffset() function
/llvm-project/lld/wasm/
H A DOutputSections.h40 virtual size_t getOffset() { return offset; } in getOffset() function
/llvm-project/llvm/lib/MC/
H A DStringTableBuilder.cpp195 size_t StringTableBuilder::getOffset(CachedHashStringRef S) const { in getOffset() function in StringTableBuilder
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.h44 SymbolRef getOffset() const { return Offset; } in getOffset() function
/llvm-project/lld/MachO/
H A DInputSection.cpp326 uint64_t CStringInputSection::getOffset(uint64_t off) const { getOffset() function in CStringInputSection
353 uint64_t WordLiteralInputSection::getOffset(uint64_t off) const { getOffset() function in WordLiteralInputSection
/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h128 constexpr int32_t getOffset() const { getOffset() function

1234