OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCPUType
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Object/
MachOUniversal.h
55
uint32_t
getCPUType
() const { return Header.cputype; }
/external/llvm/include/llvm/MC/
MCMachObjectWriter.h
59
uint32_t
getCPUType
() const { return CPUType; }
159
uint32_t CPUType = TargetObjectWriter->
getCPUType
();
/external/llvm/lib/Object/
MachOObjectFile.cpp
298
static unsigned
getCPUType
(const MachOObjectFile *O) {
[
all
...]
Completed in 191 milliseconds