Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DAvailability.h51 VersionTuple getVersion() const { return Version; } in getVersion() function
H A DExprObjC.h1709 VersionTuple getVersion() { return VersionToCheck; } in getVersion() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAddr.h85 uint16_t getVersion() const { return Version; } in getVersion() function
H A DDWARFUnit.h83 uint16_t getVersion() const { return FormParams.Version; } in getVersion() function
191 uint8_t getVersion() const { return FormParams.Version; } in getVersion() function
285 uint16_t getVersion() const { return Header.getVersion(); } in getVersion() function
H A DDWARFUnitIndex.h142 uint32_t getVersion() const { return Header.Version; } in getVersion() function
H A DDWARFListTable.h96 uint16_t getVersion() const { return HeaderData.Version; } in getVersion() function
H A DDWARFDebugLine.h100 uint16_t getVersion() const { return FormParams.Version; } in getVersion() function
H A DDWARFDebugFrame.h593 uint8_t getVersion() const { return Version; } in getVersion() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp103 PdbRaw_ImplVer InfoStream::getVersion() const { in getVersion() function in InfoStream
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDarwinSDKInfo.h114 const llvm::VersionTuple &getVersion() const { return Version; } in getVersion() function
H A DObjCRuntime.h77 const VersionTuple &getVersion() const { return Version; } in getVersion() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h429 uint64_t getVersion() const override { return GET_VERSION(FormatVersion); } in getVersion() function
491 uint64_t getVersion() const { return Index->getVersion(); } in getVersion() function
H A DGCOV.h200 GCOV::GCOVVersion getVersion() const { return version; } in getVersion() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.h246 const GCCVersion &getVersion() const { return Version; } in getVersion() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DWin64EH.h107 uint8_t getVersion() const { in getVersion() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h346 unsigned getVersion() const { return 3; } in getVersion() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp113 unsigned APValue::LValueBase::getVersion() const { in getVersion() function in APValue::LValueBase
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1059 uint8_t XCOFFTracebackTable::getVersion() const { in getVersion() function in llvm::object::XCOFFTracebackTable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h986 template <support::endianness Endian> uint32_t getVersion() const { in getVersion() function
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp70 static ArrayRef<uint8_t> getVersion() { in getVersion() function