Home
last modified time | relevance | path

Searched refs:hasInstructions (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSection.h137 bool hasInstructions() const { return HasInstructions; }
DMCFragment.h110 bool hasInstructions() const { return HasInstructions; } in hasInstructions() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAssembler.cpp426 if (Assembler.isBundlingEnabled() && F->hasInstructions()) { in layoutFragment()
463 assert(EF.hasInstructions() && in writeFragmentPadding()
816 assert(!FragWithFixups->hasInstructions() || STI != nullptr); in layout()
821 assert(!FragWithFixups->hasInstructions() || STI != nullptr); in layout()
DMCObjectStreamer.cpp126 if (!F.hasInstructions()) in CanReuseDataFragment()
292 return Sec.hasInstructions(); in mayHaveInstructions()
DMCFragment.cpp336 << " Offset:" << Offset << " HasInstructions:" << hasInstructions(); in dump()
DMCELFStreamer.cpp141 if (Section && Assembler.isBundlingEnabled() && Section->hasInstructions() && in setSectionAlignmentForBundling()
DWasmObjectWriter.cpp621 if (Frag.hasInstructions()) in addData()
1420 if (Frag.hasInstructions() || Frag.getKind() != MCFragment::FT_Data) in writeObject()
DMachObjectWriter.cpp840 if (Sec.hasInstructions()) in writeObject()
/external/llvm/include/llvm/MC/
DMCSection.h145 bool hasInstructions() const { return HasInstructions; }
DMCFragment.h112 bool hasInstructions() const { return HasInstructions; }
/external/llvm/lib/MC/
DMCObjectStreamer.cpp106 F->hasInstructions())) { in getOrCreateDataFragment()
225 return Sec.hasInstructions(); in mayHaveInstructions()
DMCAssembler.cpp361 if (Assembler.isBundlingEnabled() && F->hasInstructions()) { in layoutFragment()
395 assert(F.hasInstructions() && in writeFragmentPadding()
DMCFragment.cpp342 << " HasInstructions:" << hasInstructions() in dump()
DMCELFStreamer.cpp131 if (Section && Assembler.isBundlingEnabled() && Section->hasInstructions() && in setSectionAlignmentForBundling()
DMachObjectWriter.cpp808 if (Sec.hasInstructions()) in writeObject()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAssembler.h475 bool hasInstructions() const { return HasInstructions; } in hasInstructions() function
/external/swiftshader/third_party/LLVM/lib/MC/
DMachObjectWriter.cpp215 if (SD.hasInstructions()) in WriteSection()