OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasInstructions
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCAssembler.h
459
///
HasInstructions
- Whether this section has had instructions emitted into
461
unsigned
HasInstructions
: 1;
475
bool
hasInstructions
() const { return
HasInstructions
; }
476
void setHasInstructions(bool Value) {
HasInstructions
= Value; }
/external/llvm/lib/MC/
MachObjectWriter.cpp
215
if (SD.
hasInstructions
())
Completed in 37 milliseconds