OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isAArch64
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
WinException.h
39
bool
isAArch64
= false;
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ARMWinEHPrinter.h
27
bool
isAArch64
;
178
Decoder(ScopedPrinter &SW, bool
isAArch64
) : SW(SW),
180
isAArch64
(
isAArch64
) {}
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ARMWinEH.h
433
bool
isAArch64
;
435
ExceptionDataRecord(const support::ulittle32_t *Data, bool
isAArch64
) :
436
Data(Data),
isAArch64
(
isAArch64
) {}
463
assert(!
isAArch64
&& "Fragments are only supported on ARMv7 WinEH");
469
if (
isAArch64
)
478
if (
isAArch64
)
512
if (XR.
isAArch64
)
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h
724
bool
isAArch64
() const {
731
bool
isAArch64
(int PointerWidth) const {
733
if (!
isAArch64
())
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp
1117
bool
isAArch64
= CGM.getTarget().getTriple().
isAArch64
();
1118
if (
isAArch64
)
1133
FI.getReturnInfo().setInReg(
isAArch64
);
4383
return !CGM.getTarget().getTriple().
isAArch64
() ||
Completed in 24 milliseconds
Indexes created Fri Jun 26 00:24:39 UTC 2026