OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GNUILP32
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCAsmInfo.cpp
76
CodePointerSize = T.getEnvironment() == Triple::
GNUILP32
? 4 : 8;
AArch64AsmBackend.cpp
761
bool IsILP32 = STI.getTargetTriple().getEnvironment() == Triple::
GNUILP32
;
774
bool IsILP32 = STI.getTargetTriple().getEnvironment() == Triple::
GNUILP32
;
AArch64MCCodeEmitter.cpp
602
auto Reloc = STI.getTargetTriple().getEnvironment() == Triple::
GNUILP32
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h
213
GNUILP32
,
736
getEnvironment() == Triple::
GNUILP32
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetMachine.cpp
230
std::string Ptr32 = TT.getEnvironment() == Triple::
GNUILP32
? "-p:32:32" : "";
324
TT.getEnvironment() != Triple::
GNUILP32
&&
AArch64Subtarget.h
495
TargetTriple.getEnvironment() == Triple::
GNUILP32
;
/src/external/apache2/llvm/dist/llvm/lib/Support/
Triple.cpp
246
case
GNUILP32
: return "gnu_ilp32";
553
.StartsWith("gnu_ilp32", Triple::
GNUILP32
)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
186
if (TgtM.getTargetTriple().getEnvironment() == Triple::
GNUILP32
) {
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp
274
IsILP32 = STI.getTargetTriple().getEnvironment() == Triple::
GNUILP32
;
Completed in 43 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026