OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasNoDeadStrip
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCAsmInfo.h
274
///
HasNoDeadStrip
- True if this target supports the MachO .no_dead_strip
276
bool
HasNoDeadStrip
; // Defaults to false.
530
bool
hasNoDeadStrip
() const { return
HasNoDeadStrip
; }
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
[
all
...]
Completed in 211 milliseconds