HomeSort by relevance Sort by last modified time
    Searched full:_begin (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/test/CodeGen/ARM/Windows/
mov32t-bundling.ll 3 @_begin = external global i8
10 br i1 icmp uge (i32 sub (i32 ptrtoint (i8* @_end to i32), i32 ptrtoint (i8* @_begin to i32)), i32 4), label %if.then, label %if.end
22 ; CHECK: movw r0, :lower16:_begin
23 ; CHECK-NEXT: movt r0, :upper16:_begin
  /external/llvm/test/CodeGen/X86/
inalloca-invoke.ll 28 ; CHECK: calll _begin
41 ; CHECK: calll _begin
  /external/llvm/include/llvm/MC/
MCSectionELF.h 68 return (SectionName.str() + '_' + Group->getName() + "_begin").str();
69 return SectionName.str() + "_begin";
MCSectionCOFF.h 64 return SectionName.str() + "_begin";
MCSectionMachO.h 57 return StringRef(getSegmentName().str() + getSectionName().str() + "_begin");
  /external/compiler-rt/lib/profile/
InstrProfiling.h 61 (__llvm_profile_ ## Range ## _end() - __llvm_profile_ ## Range ## _begin())
  /external/markdown/markdown/extensions/
imagelinks.py 34 md.preprocessors.add("imagelink", ImageLinkPreprocessor(md), "_begin")
fenced_code.py 81 "_begin")
meta.py 55 md.preprocessors.add("meta", MetaPreprocessor(md), "_begin")
toc.py 133 md.treeprocessors.add("toc", tocext, "_begin")
codehilite.py 219 md.treeprocessors.add("hilite", hiliter, "_begin")
  /external/markdown/
regression-tests.py 177 """ Test adding an OrderedDict item using "_begin". """
178 self.odict.add('zero', 'CRAZY', '_begin')
  /external/chromium_org/third_party/markdown/extensions/
admonition.py 92 '_begin')
meta.py 90 md.preprocessors.add("meta", MetaPreprocessor(md), "_begin")
footnotes.py 118 "_begin")
  /external/markdown/markdown/
odict.py 124 if location == '_begin':
  /external/openssl/crypto/perlasm/
x86nasm.pl 97 my $begin="${::lbdecor}_${func}_begin";
x86masm.pl 99 my $begin="${::lbdecor}_${func}_begin";
x86gas.pl 103 my $begin="${::lbdecor}_${func}_begin";
  /external/chromium_org/third_party/boringssl/src/crypto/perlasm/
x86masm.pl 101 my $begin="${::lbdecor}_${func}_begin";
x86nasm.pl 99 my $begin="${::lbdecor}_${func}_begin";
x86gas.pl 105 my $begin="${::lbdecor}_${func}_begin";
  /external/chromium_org/third_party/markdown/
odict.py 188 if location == '_begin':
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 520 std::string BeginFn = getLowerName().str() + "_begin()";
539 OS << "A->" << getLowerName() << "_begin(), "
744 << "_iterator I = SA->" << getLowerName() << "_begin(), E = SA->"
768 << "_iterator i = SA->" << getLowerName() << "_begin(), e = SA->"
    [all...]
  /external/markdown/docs/
writing_extensions.txt 439 * The special strings ``"_begin"`` and ``"_end"`` insert that item at the
452 >>> od['one'] = 1 # The same as: od.add('one', 1, '_begin')

Completed in 1055 milliseconds

1 2