OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBundleLocked
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/MC/
MCELFStreamer.cpp
115
if (CurSection && CurSection->
isBundleLocked
())
300
if (getCurrentSectionData()->
isBundleLocked
())
310
if (getCurrentSectionData()->
isBundleLocked
())
452
if (SD->
isBundleLocked
() && !SD->isBundleGroupBeforeFirstInst())
456
else if (!SD->
isBundleLocked
() && Fixups.size() == 0) {
506
else if (SD->
isBundleLocked
())
520
else if (!SD->
isBundleLocked
())
MCObjectStreamer.cpp
218
(Assembler.isBundlingEnabled() && SD->
isBundleLocked
())) {
/external/llvm/include/llvm/MC/
MCAssembler.h
650
bool
isBundleLocked
() const {
[
all
...]
Completed in 30 milliseconds