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