OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Machine
(Results
1 - 25
of
65
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
target_ocaml.c
205
/*===---- Target
Machine
--------------------------------------------------===*/
209
static void llvm_finalize_target_machine(value
Machine
) {
210
LLVMDisposeTargetMachine(TargetMachine_val(
Machine
));
222
static value llvm_alloc_targetmachine(LLVMTargetMachineRef
Machine
) {
225
TargetMachine_val(V) =
Machine
;
235
LLVMTargetMachineRef
Machine
;
252
Machine
=
256
return llvm_alloc_targetmachine(
Machine
);
266
LLVMTargetRef llvm_targetmachine_target(value
Machine
) {
267
return LLVMGetTargetMachineTarget(TargetMachine_val(
Machine
));
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSlotTracker.h
37
SlotTracker *
Machine
= nullptr;
41
ModuleSlotTracker(SlotTracker &
Machine
, const Module *M,
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCWinCOFFObjectWriter.h
26
const unsigned
Machine
;
39
unsigned getMachine() const { return
Machine
; }
/src/external/apache2/llvm/dist/llvm/utils/vim/ftplugin/
mir.vim
2
" Language: LLVM
Machine
IR
/src/external/apache2/llvm/dist/llvm/lib/Object/
COFFImportFile.cpp
32
static bool is32bit(MachineTypes
Machine
) {
33
switch (
Machine
) {
35
llvm_unreachable("unsupported
machine
");
45
static uint16_t getImgRelRelocation(MachineTypes
Machine
) {
46
switch (
Machine
) {
48
llvm_unreachable("unsupported
machine
");
93
MachineTypes
Machine
, bool MinGW) {
104
if (
Machine
== IMAGE_FILE_MACHINE_I386 && Sym.startswith("_"))
140
MachineTypes
Machine
;
149
:
Machine
(M), ImportName(S), Library(S.drop_back(4))
[
all
...]
COFFModuleDefinition.cpp
149
: Lex(S),
Machine
(M), MingwDef(B) {}
244
if (
Machine
== IMAGE_FILE_MACHINE_I386) {
289
if (
Machine
== IMAGE_FILE_MACHINE_I386 && !isDecorated(E.AliasTarget, MingwDef))
356
MachineTypes
Machine
;
362
MachineTypes
Machine
,
364
return Parser(MB.getBuffer(),
Machine
, MingwDef).parse();
ELF.cpp
22
StringRef llvm::object::getELFRelocationTypeName(uint32_t
Machine
,
24
switch (
Machine
) {
177
uint32_t llvm::object::getELFRelativeRelocationType(uint32_t
Machine
) {
178
switch (
Machine
) {
223
StringRef llvm::object::getELFSectionTypeName(uint32_t
Machine
, unsigned Type) {
224
switch (
Machine
) {
318
// the bitmap represents a relocation to be applied to a corresponding
machine
320
// represents the
machine
word immediately following the initial address, and
/src/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-dlltool/
DlltoolDriver.cpp
98
llvm::errs() << "error: no target
machine
specified\n"
122
COFF::MachineTypes
Machine
= IMAGE_FILE_MACHINE_UNKNOWN;
124
Machine
= getEmulation(Arg->getValue());
126
if (
Machine
== IMAGE_FILE_MACHINE_UNKNOWN) {
132
parseCOFFModuleDefinition(*MB,
Machine
, true);
163
if (
Machine
== IMAGE_FILE_MACHINE_I386 && Args.getLastArg(OPT_k)) {
181
writeImportLibrary(Def->OutputFile, Path, Def->Exports,
Machine
, true))
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFFModuleDefinition.h
46
parseCOFFModuleDefinition(MemoryBufferRef MB, COFF::MachineTypes
Machine
,
COFFImportFile.h
108
COFF::MachineTypes
Machine
, bool MinGW);
/src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp
812
/// will reset the state of the
machine
back to just the module contents.
877
ModuleSlotTracker::ModuleSlotTracker(SlotTracker &
Machine
, const Module *M,
879
: M(M), F(F),
Machine
(&
Machine
) {}
890
return
Machine
;
895
Machine
= MachineStorage.get();
896
return
Machine
;
908
Machine
->purgeFunction();
909
Machine
->incorporateFunction(&F);
915
return
Machine
->getLocalSlot(V)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-lib/
LibDriver.cpp
148
uint16_t
Machine
= (*Obj)->getMachine();
149
if (
Machine
!= COFF::IMAGE_FILE_MACHINE_I386 &&
150
Machine
!= COFF::IMAGE_FILE_MACHINE_AMD64 &&
151
Machine
!= COFF::IMAGE_FILE_MACHINE_ARMNT &&
152
Machine
!= COFF::IMAGE_FILE_MACHINE_ARM64) {
154
"unknown
machine
: " + std::to_string(
Machine
));
157
return static_cast<COFF::MachineTypes>(
Machine
);
220
// Check that all input files have the same
machine
type.
222
// have the same
machine
type
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Passes/
PassBuilderBindings.cpp
49
TargetMachine *
Machine
= unwrap(TM);
56
PassBuilder PB(
Machine
, PassOpts->PTO, None, &PIC);
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBExtras.h
38
raw_ostream &operator<<(raw_ostream &OS, const PDB_Machine &
Machine
);
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
COFFYAML.cpp
360
NMachine(IO &) :
Machine
(COFF::MachineTypes(0)) {}
361
NMachine(IO &, uint16_t M) :
Machine
(COFF::MachineTypes(M)) {}
363
uint16_t denormalize(IO &) { return
Machine
; }
365
COFF::MachineTypes
Machine
;
416
if (H.
Machine
== COFF::IMAGE_FILE_MACHINE_I386) {
420
} else if (H.
Machine
== COFF::IMAGE_FILE_MACHINE_AMD64) {
424
} else if (H.
Machine
== COFF::IMAGE_FILE_MACHINE_ARMNT) {
428
} else if (H.
Machine
== COFF::IMAGE_FILE_MACHINE_ARM64) {
491
MappingNormalization<NMachine, uint16_t> NM(IO, H.
Machine
);
495
IO.mapRequired("
Machine
", NM->Machine)
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
Reader.cpp
207
Obj->CoffFileHeader.
Machine
= CBFH->
Machine
;
/src/external/apache2/llvm/dist/llvm/lib/MC/
WinCOFFObjectWriter.cpp
164
Header.
Machine
= TargetObjectWriter->getMachine();
246
Header.
Machine
= TargetObjectWriter->getMachine();
498
W.write<uint16_t>(Header.
Machine
);
509
W.write<uint16_t>(Header.
Machine
);
794
if ((Header.
Machine
== COFF::IMAGE_FILE_MACHINE_AMD64 &&
796
(Header.
Machine
== COFF::IMAGE_FILE_MACHINE_I386 &&
798
(Header.
Machine
== COFF::IMAGE_FILE_MACHINE_ARMNT &&
800
(Header.
Machine
== COFF::IMAGE_FILE_MACHINE_ARM64 &&
804
if (Header.
Machine
== COFF::IMAGE_FILE_MACHINE_ARMNT) {
1170
:
Machine
(Machine_) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
COFF.h
66
uint16_t
Machine
;
81
uint16_t
Machine
;
144
///
Machine
is based on a 32bit word architecture.
156
/// This file should only be run on a uniprocessor
machine
.
711
uint16_t
Machine
;
/src/external/gpl3/gcc/dist/libgcc/config/aarch64/
crti.S
0
#
Machine
description for AArch64 architecture.
crtn.S
0
#
Machine
description for AArch64 architecture.
/src/external/gpl3/gcc.old/dist/libgcc/config/aarch64/
crti.S
0
#
Machine
description for AArch64 architecture.
crtn.S
0
#
Machine
description for AArch64 architecture.
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
DbiStream.cpp
197
uint16_t
Machine
= Header->MachineType;
198
return static_cast<PDB_Machine>(
Machine
);
PDBFile.cpp
407
PDB_Machine
Machine
= DbiS->getMachineType();
408
if (
Machine
== PDB_Machine::Amd64)
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp
60
/// Save the
machine
or CPU type when dumping a compile symbols.
241
W.printEnum("
Machine
", unsigned(Compile2.
Machine
), getCPUTypeNames());
242
CompilationCPUType = Compile2.
Machine
;
266
W.printEnum("
Machine
", unsigned(Compile3.
Machine
), getCPUTypeNames());
267
CompilationCPUType = Compile3.
Machine
;
Completed in 30 milliseconds
1
2
3
Indexes created Tue Jun 09 00:24:00 UTC 2026