OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsILP32
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCAsmInfo.h
26
explicit AArch64MCAsmInfoDarwin(bool
IsILP32
);
AArch64ELFObjectWriter.cpp
33
AArch64ELFObjectWriter(uint8_t OSABI, bool
IsILP32
);
40
bool
IsILP32
;
45
AArch64ELFObjectWriter::AArch64ELFObjectWriter(uint8_t OSABI, bool
IsILP32
)
46
: MCELFObjectTargetWriter(/*Is64Bit*/ !
IsILP32
, OSABI, ELF::EM_AARCH64,
48
IsILP32
(
IsILP32
) {}
51
IsILP32
? ELF::R_AARCH64_P32_##rtype : ELF::R_AARCH64_##rtype
56
// assumes
IsILP32
is true
139
if (
IsILP32
) {
155
if (
IsILP32
) {
[
all
...]
AArch64MCTargetDesc.h
52
createAArch64ELFObjectWriter(uint8_t OSABI, bool
IsILP32
);
56
bool
IsILP32
);
AArch64MCAsmInfo.cpp
33
AArch64MCAsmInfoDarwin::AArch64MCAsmInfoDarwin(bool
IsILP32
) {
43
CodePointerSize =
IsILP32
? 4 : 8;
AArch64AsmBackend.cpp
718
bool
IsILP32
;
721
bool IsLittleEndian, bool
IsILP32
)
723
IsILP32
(
IsILP32
) {}
727
return createAArch64ELFObjectWriter(OSABI,
IsILP32
);
761
bool
IsILP32
= STI.getTargetTriple().getEnvironment() == Triple::GNUILP32;
763
IsILP32
);
774
bool
IsILP32
= STI.getTargetTriple().getEnvironment() == Triple::GNUILP32;
776
IsILP32
);
AArch64MachObjectWriter.cpp
40
AArch64MachObjectWriter(uint32_t CPUType, uint32_t CPUSubtype, bool
IsILP32
)
41
: MCMachObjectTargetWriter(!
IsILP32
/* is64Bit */, CPUType, CPUSubtype) {}
412
bool
IsILP32
) {
414
IsILP32
);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp
269
bool
IsILP32
;
274
IsILP32
= STI.getTargetTriple().getEnvironment() == Triple::GNUILP32;
Completed in 44 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026