OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CPUType
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h
37
unsigned
CPUType
;
/external/llvm/include/llvm/MC/
MCMachObjectWriter.h
29
const uint32_t
CPUType
;
53
uint32_t getCPUType() const { return
CPUType
; }
144
uint32_t
CPUType
= TargetObjectWriter->getCPUType() &
146
return
CPUType
== object::mach::CTM_ARM;
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
[
all
...]
/external/llvm/include/llvm/Object/
MachOFormat.h
113
uint32_t
CPUType
;
Completed in 1206 milliseconds