OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVersion
(Results
1 - 25
of
60
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
ObjCRuntime.h
77
const VersionTuple &
getVersion
() const { return Version; }
102
if (getKind() == GNUstep &&
getVersion
() >= VersionTuple(1, 6)) {
109
(
getVersion
() >= VersionTuple(10, 0)) &&
110
(
getVersion
() < VersionTuple(10, 6)))
145
return
getVersion
() >= VersionTuple(10, 7);
163
case FragileMacOSX: return
getVersion
() >= VersionTuple(10, 7);
164
case MacOSX: return
getVersion
() >= VersionTuple(10, 7);
165
case iOS: return
getVersion
() >= VersionTuple(5);
169
case GNUstep: return
getVersion
() >= VersionTuple(1, 6);
197
return
getVersion
() >= VersionTuple(10, 10)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFCompileUnit.cpp
22
<< ", version = " << format("0x%04x",
getVersion
());
23
if (
getVersion
() >= 5)
29
if (
getVersion
() >= 5 && (getUnitType() == dwarf::DW_UT_skeleton ||
DWARFTypeUnit.cpp
36
<< ", version = " << format("0x%04x",
getVersion
());
37
if (
getVersion
() >= 5)
DWARFDebugLine.cpp
74
uint16_t DwarfVersion =
getVersion
();
85
uint16_t DwarfVersion =
getVersion
();
96
uint16_t DwarfVersion =
getVersion
();
126
<< format(" version: %u\n",
getVersion
());
127
if (!versionIsSupported(
getVersion
()))
129
if (
getVersion
() >= 5)
135
<< format(
getVersion
() >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst)
148
uint32_t DirBase =
getVersion
() >= 5 ? 0 : 1;
158
uint32_t FileBase =
getVersion
() >= 5 ? 0 : 1;
353
sizeof(
getVersion
()) + sizeofPrologueLength()
[
all
...]
DWARFUnit.cpp
277
bool VersionOK = DWARFContext::isSupportedVersion(
getVersion
());
284
Context.setMaxVersionIfGreater(
getVersion
());
453
if (IsDWO ||
getVersion
() >= 5) {
468
if (
getVersion
() >= 5) {
489
StringRef Data = Header.
getVersion
() >= 5
494
Header.
getVersion
() >= 5 ? DW_SECT_LOCLISTS : DW_SECT_EXT_LOC))
499
std::make_unique<DWARFDebugLoclists>(DWARFData, Header.
getVersion
());
501
} else if (
getVersion
() >= 5) {
506
getVersion
());
526
auto DWOFileName =
getVersion
() >=
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
DarwinSDKInfo.h
25
const llvm::VersionTuple &
getVersion
() const { return Version; }
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Availability.h
51
VersionTuple
getVersion
() const { return Version; }
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
InfoStream.h
41
PdbRaw_ImplVer
getVersion
() const;
/src/external/bsd/openldap/dist/contrib/ldapc++/src/
LdifReader.h
32
inline int
getVersion
() const
/src/external/apache2/llvm/dist/clang/lib/Basic/
ObjCRuntime.cpp
42
if (value.
getVersion
() > VersionTuple(0)) {
43
out << '-' << value.
getVersion
();
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugAddr.h
85
uint16_t
getVersion
() const { return Version; }
DWARFUnitIndex.h
142
uint32_t
getVersion
() const { return Header.Version; }
DWARFUnit.h
83
uint16_t
getVersion
() const { return FormParams.Version; }
191
uint8_t
getVersion
() const { return FormParams.Version; }
284
uint16_t
getVersion
() const { return Header.
getVersion
(); }
DWARFListTable.h
96
uint16_t
getVersion
() const { return HeaderData.Version; }
DWARFDebugLine.h
100
uint16_t
getVersion
() const { return FormParams.Version; }
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Win64EH.h
107
uint8_t
getVersion
() const {
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
StackMapPrinter.h
21
W.printNumber("LLVM StackMap Version", SMP.
getVersion
());
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfReader.h
380
virtual uint64_t
getVersion
() const = 0;
422
uint64_t
getVersion
() const override { return GET_VERSION(FormatVersion); }
484
uint64_t
getVersion
() const { return Index->
getVersion
(); }
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
InfoStream.cpp
103
PdbRaw_ImplVer InfoStream::
getVersion
() const {
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
RISCVToolchain.cpp
111
const GCCVersion &Version = GCCInstallation.
getVersion
();
Myriad.cpp
258
const GCCVersion &Version = GCCInstallation.
getVersion
();
Solaris.cpp
283
const GCCVersion &Version = GCCInstallation.
getVersion
();
/src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
NamedConf.py
175
def
getVersion
(self):
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
dwarf2yaml.cpp
74
AddrTables.back().Version = AddrTable.
getVersion
();
216
NewUnit.Version = CU->
getVersion
();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.cpp
38
PGOReader ? PGOReader->
getVersion
() : llvm::IndexedInstrProf::Version);
146
if (PGOReader->
getVersion
() <= 4)
148
if (PGOReader->
getVersion
() <= 5)
838
ProfileVersion = PGOReader->
getVersion
();
Completed in 32 milliseconds
1
2
3
Indexes created Tue Jun 16 00:25:01 UTC 2026