Searched refs:EpilogueBegin (Results 1 - 9 of 9) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/debug/
H A DEpilogueBegin.java34 public interface EpilogueBegin extends DebugItem { interface in inherits:DebugItem
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/debug/
H A DImmutableEpilogueBegin.java35 import org.jf.dexlib2.iface.debug.EpilogueBegin;
39 public class ImmutableEpilogueBegin extends ImmutableDebugItem implements EpilogueBegin {
45 public static ImmutableEpilogueBegin of(@Nonnull EpilogueBegin epilogueBegin) {
H A DImmutableDebugItem.java65 return ImmutableEpilogueBegin.of((EpilogueBegin)debugItem);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/debug/
H A DBuilderEpilogueBegin.java36 import org.jf.dexlib2.iface.debug.EpilogueBegin;
38 public class BuilderEpilogueBegin extends BuilderDebugItem implements EpilogueBegin {
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
H A DDWARFDebugLine.cpp54 EpilogueBegin = false;
67 EpilogueBegin = false;
76 << (EpilogueBegin ? " epilogue_begin" : "")
366 state.EpilogueBegin = true;
H A DDWARFDebugLine.h126 EpilogueBegin:1; member in struct:llvm::DWARFDebugLine::Row
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h142 EpilogueBegin:1; member in struct:llvm::DWARFDebugLine::Row
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp137 EpilogueBegin = false;
151 EpilogueBegin = false;
159 << (EpilogueBegin ? " epilogue_begin" : "")
439 State.Row.EpilogueBegin = true;
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp982 if (Row.EpilogueBegin) {
3065 NextLine.EpilogueBegin = 0;

Completed in 381 milliseconds