/freebsd/contrib/llvm-project/clang/include/clang/Edit/ |
H A D | FileOffset.h | 29 unsigned getOffset() const { return Offs; } in getOffset() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_type_hash.h | 37 sptr getOffset() const { return Offset; } in getOffset() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugInfoEntry.h | 45 uint64_t getOffset() const { return Offset; } in getOffset() function
|
H A D | DWARFDebugAbbrev.h | 35 uint64_t getOffset() const { return Offset; } in getOffset() function
|
H A D | DWARFDie.h | 66 uint64_t getOffset() const { in getOffset() function
|
H A D | DWARFUnitIndex.h | 125 uint64_t getOffset() const { return Offset; } in getOffset() function
|
H A D | DWARFUnit.h | 89 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 D | Replacement.h | 51 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 D | DWPStringPool.h | 41 uint32_t getOffset(const char *Str, unsigned Length) { in getOffset() function
|
/freebsd/contrib/opencsd/decoder/include/mem_acc/ |
H A D | trc_mem_acc_file.h | 54 const size_t getOffset() const { return m_file_offset; }; in getOffset() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BinaryStreamWriter.h | 178 uint64_t getOffset() const { return Offset; } getOffset() function
|
H A D | BinaryStreamReader.h | 248 uint64_t bytesRemaining() const { return getLength() - getOffset(); } in getOffset() function
|
H A D | DataExtractor.h | 693 static uint64_t &getOffset(Cursor &C) { return C.Offset; } in getOffset() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DwarfStringPoolEntry.h | 78 uint64_t getOffset() const { return getEntry().Offset; } getOffset() function
|
H A D | SelectionDAGAddressAnalysis.h | 57 int64_t getOffset() const { return *Offset; } in getOffset() function
|
H A D | MachineMemOperand.h | 230 int64_t getOffset() const { return PtrInfo.Offset; } in getOffset() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | StringTableBuilder.h | 70 size_t getOffset(StringRef S) const { in getOffset() function
|
H A D | MCFixup.h | 102 uint32_t getOffset() const { return Offset; } in getOffset() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | MachOUniversal.h | 71 uint64_t getOffset() const { in getOffset() function
|
H A D | GOFF.h | 87 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 D | StringTableBuilder.cpp | 194 size_t StringTableBuilder::getOffset(CachedHashStringRef S) const { getOffset() function in StringTableBuilder
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | InputSection.cpp | 326 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 D | AliasAnalysis.h | 128 constexpr int32_t getOffset() const { in getOffset() function
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeEmitter.cpp | 223 int32_t ByteCodeEmitter::getOffset(LabelTy Label) { in getOffset() function in ByteCodeEmitter
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | Address.h | 244 llvm::Value *getOffset() const { return Offset; } in getOffset() function
|