HomeSort by relevance Sort by last modified time
    Searched full:abbrev (Results 276 - 300 of 621) sorted by null

<<11121314151617181920>>

  /external/elfutils/libdw/
dwarf_getabbrev.c 99 /* A duplicate abbrev code at a different offset,
libdwP.h 464 if (die->abbrev == NULL || readp != NULL)
474 if (die->abbrev == NULL)
475 die->abbrev = __libdw_findabbrev (die->cu, code);
477 return die->abbrev;
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnitIndex.cpp 111 CASE(ABBREV);
DWARFContext.cpp 299 if (Abbrev)
300 return Abbrev.get();
304 Abbrev.reset(new DWARFDebugAbbrev());
305 Abbrev->extract(abbrData);
306 return Abbrev.get();
  /external/llvm/test/MC/ARM/
dwarf-asm-multiple-sections.s 18 // DWARF: Abbrev table for offset: 0x00000000
  /external/llvm/test/MC/MachO/
gen-dwarf.s 18 // CHECK: Abbrev table for offset: 0x00000000
  /external/skia/tools/rebaseline/
toggle_legacy_flag.py 44 branch = subprocess.check_output(['git', 'rev-parse', '--abbrev-ref', 'HEAD'])
  /external/skqp/tools/rebaseline/
toggle_legacy_flag.py 44 branch = subprocess.check_output(['git', 'rev-parse', '--abbrev-ref', 'HEAD'])
  /external/strace/
bpf_filter.c 148 if (abbrev(tcp)) {
nlattr.c 114 if (abbrev(tcp) && elt == max_strlen) {
poll.c 74 abbrev(tcp) ? max_strlen : -1U;
sysctl.c 160 if (abbrev(tcp) && max_cnt > max_strlen)
  /external/strace/tests/
filtering_syscall-syntax.test 42 check_e "invalid system call '$1'" -e abbrev="$2"
  /external/strace/tests-m32/
filtering_syscall-syntax.test 42 check_e "invalid system call '$1'" -e abbrev="$2"
  /external/strace/tests-mx32/
filtering_syscall-syntax.test 42 check_e "invalid system call '$1'" -e abbrev="$2"
  /toolchain/binutils/binutils-2.27/binutils/
dwarf.h 77 abbrev = 0, enumerator in enum:dwarf_section_display_enum
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
dwarfreloc.exp 29 # <1><57>: Abbrev Number: 2 (DW_TAG_variable)
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.h 244 struct Abbrev {
271 const Abbrev& abbrev);
283 // Skips the die with attributes specified in ABBREV starting at
286 const Abbrev& abbrev);
316 std::vector<Abbrev>* abbrevs_;
    [all...]
  /external/owasp/sanitizer/tools/findbugs/src/xsl/
fancy-hist.xsl 29 <xsl:key name="lbc-code-key" match="/BugCollection/BugInstance" use="concat(@category,@abbrev)" />
30 <xsl:key name="lbc-bug-key" match="/BugCollection/BugInstance" use="concat(@category,@abbrev,@type)" />
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 603 void EmitRecordWithPath(unsigned Abbrev, RecordDataRef Record,
754 uint64_t Emit(unsigned Code, unsigned Abbrev = 0) {
757 Writer->Stream.EmitRecord(Code, *Record, Abbrev);
763 uint64_t EmitStmt(unsigned Code, unsigned Abbrev = 0) {
766 Writer->Stream.EmitRecord(Code, *Record, Abbrev);
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 753 BitCodeAbbrev *Abbrev = new BitCodeAbbrev();
754 Abbrev->Add(BitCodeAbbrevOp(IDENTIFIER_INDEX));
755 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32));
756 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob));
757 unsigned IDTableAbbrev = Stream.EmitAbbrev(Abbrev);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 624 void EmitRecordWithPath(unsigned Abbrev, RecordDataRef Record,
784 uint64_t Emit(unsigned Code, unsigned Abbrev = 0) {
787 Writer->Stream.EmitRecord(Code, *Record, Abbrev);
793 uint64_t EmitStmt(unsigned Code, unsigned Abbrev = 0) {
796 Writer->Stream.EmitRecord(Code, *Record, Abbrev);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/
ASTWriter.h 624 void EmitRecordWithPath(unsigned Abbrev, RecordDataRef Record,
780 uint64_t Emit(unsigned Code, unsigned Abbrev = 0) {
783 Writer->Stream.EmitRecord(Code, *Record, Abbrev);
789 uint64_t EmitStmt(unsigned Code, unsigned Abbrev = 0) {
792 Writer->Stream.EmitRecord(Code, *Record, Abbrev);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Serialization/
ASTWriter.h 624 void EmitRecordWithPath(unsigned Abbrev, RecordDataRef Record,
780 uint64_t Emit(unsigned Code, unsigned Abbrev = 0) {
783 Writer->Stream.EmitRecord(Code, *Record, Abbrev);
789 uint64_t EmitStmt(unsigned Code, unsigned Abbrev = 0) {
792 Writer->Stream.EmitRecord(Code, *Record, Abbrev);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Serialization/
ASTWriter.h 624 void EmitRecordWithPath(unsigned Abbrev, RecordDataRef Record,
781 uint64_t Emit(unsigned Code, unsigned Abbrev = 0) {
784 Writer->Stream.EmitRecord(Code, *Record, Abbrev);
790 uint64_t EmitStmt(unsigned Code, unsigned Abbrev = 0) {
793 Writer->Stream.EmitRecord(Code, *Record, Abbrev);
    [all...]

Completed in 1073 milliseconds

<<11121314151617181920>>