Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAddr.h82 uint16_t getVersion() const { return Version; } in getVersion() function
H A DDWARFUnit.h91 uint16_t getVersion() const { return FormParams.Version; } in getVersion() function
199 uint8_t getVersion() const { return FormParams.Version; } in getVersion() function
325 uint16_t getVersion() const { return Header.getVersion(); } in getVersion() function
H A DDWARFUnitIndex.h176 uint32_t getVersion() const { return Header.Version; } in getVersion() function
H A DDWARFListTable.h95 uint16_t getVersion() const { return HeaderData.Version; } in getVersion() function
H A DDWARFDebugLine.h96 uint16_t getVersion() const { return FormParams.Version; } in getVersion() function
H A DDWARFDebugFrame.h595 uint8_t getVersion() const { return Version; } in getVersion() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h256 uint64_t getVersion() const override { return 0; } in getVersion() function
368 uint64_t getVersion() const override { return Version; } in getVersion() function
598 uint64_t getVersion() const override { return GET_VERSION(FormatVersion); } in getVersion() function
722 uint64_t getVersion() const override { return Index->getVersion(); } in getVersion() function
H A DGCOV.h197 GCOV::GCOVVersion getVersion() const { return version; } in getVersion() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp101 PdbRaw_ImplVer InfoStream::getVersion() const { in getVersion() function in InfoStream
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDarwinSDKInfo.h154 const llvm::VersionTuple &getVersion() const { return Version; } in getVersion() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAvailability.h52 VersionTuple getVersion() const { return Version; } in getVersion() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DOffloadBinary.h87 uint32_t getVersion() const { return TheHeader->Version; } getVersion() function
H A DStackMapParser.h346 unsigned getVersion() const { return 3; } getVersion() function
H A DDXContainer.h154 uint32_t getVersion() const { in getVersion() function
H A DXCOFFObjectFile.h72 uint16_t getVersion() const { return static_cast<const T *>(this)->Version; } in getVersion() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp144 uint32_t getVersion() const { in getVersion() function in __anon0ee657d00111::SanitizerBinaryMetadata
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DWin64EH.h155 uint8_t getVersion() const { getVersion() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h433 uint16_t getVersion() const { return Format.Version; } in getVersion() function
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h135 static uint8_t getVersion(uint8_t Major, uint8_t Minor) { in getVersion() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp113 unsigned APValue::LValueBase::getVersion() const { in getVersion() function in APValue::LValueBase
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp240 Expected<FileType> getVersion(const Object *File) { in getVersion() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1555 uint8_t XCOFFTracebackTable::getVersion() const { in getVersion() function in llvm::object::XCOFFTracebackTable
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1354 template <llvm::endianness Endian> uint32_t getVersion() const { in getVersion() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp74 static ArrayRef<uint8_t> getVersion() { in getVersion() function