HomeSort by: relevance | last modified time | path
    Searched refs:sameSection (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DebugHandlerBase.cpp 302 Entries.front().getInstr()->getParent()->sameSection(&MF->front())) {
DwarfCompileUnit.cpp 626 if (MBB->sameSection(EndMBB) || MBB->isEndSection()) {
629 {MBB->sameSection(BeginMBB) ? BeginLabel
631 MBB->sameSection(EndMBB) ? EndLabel : MBBSectionRange.EndLabel});
633 if (MBB->sameSection(EndMBB))
AsmPrinter.cpp 1360 !MBB.sameSection(&MF->front())))
1366 if (!MBB.sameSection(&MF->front())) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 615 bool sameSection(const MachineBasicBlock *MBB) const {

Completed in 21 milliseconds