OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasDataInCodeSupport
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCAsmBackend.h
39
unsigned
HasDataInCodeSupport
: 1;
72
///
hasDataInCodeSupport
- Check whether this target implements data-in-code
74
bool
hasDataInCodeSupport
() const {
75
return
HasDataInCodeSupport
;
/external/llvm/lib/MC/
MCMachOStreamer.cpp
148
if (!getAssembler().getBackend().
hasDataInCodeSupport
())
160
if (!getAssembler().getBackend().
hasDataInCodeSupport
())
Completed in 166 milliseconds