OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBundlingEnabled
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/MC/
MCELFStreamer.cpp
52
if (Assembler.
isBundlingEnabled
() && Assembler.getRelaxAll()) {
131
if (Section && Assembler.
isBundlingEnabled
() && Section->hasInstructions() &&
500
if (Assembler.
isBundlingEnabled
()) {
550
if (Assembler.
isBundlingEnabled
() && Assembler.getRelaxAll()) {
573
if (!getAssembler().
isBundlingEnabled
())
593
if (!getAssembler().
isBundlingEnabled
())
MCObjectStreamer.cpp
105
if (!F || (Assembler->
isBundlingEnabled
() && !Assembler->getRelaxAll() &&
164
if (F && !(getAssembler().
isBundlingEnabled
() &&
253
(Assembler.
isBundlingEnabled
() && Sec->isBundleLocked())) {
268
if (getAssembler().getRelaxAll() && getAssembler().
isBundlingEnabled
())
MCAssembler.cpp
361
if (Assembler.
isBundlingEnabled
() && F->hasInstructions()) {
393
assert(
isBundlingEnabled
() &&
/external/llvm/include/llvm/MC/
MCAssembler.h
290
bool
isBundlingEnabled
() const { return BundleAlignSize != 0; }
Completed in 5513 milliseconds