OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasTargetMachine
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/
TargetMachineC.cpp
83
return unwrap(T)->
hasTargetMachine
();
/external/llvm/include/llvm/Support/
TargetRegistry.h
260
///
hasTargetMachine
- Check if this target supports code generation.
261
bool
hasTargetMachine
() const { return TargetMachineCtorFn != 0; }
[
all
...]
Completed in 41 milliseconds