HomeSort by relevance Sort by last modified time
    Searched refs:SecName (Results 1 - 18 of 18) sorted by null

  /external/llvm/test/MC/COFF/
section-comdat.s 7 .section secName, "dr", discard, "Symbol1"
12 .section secName, "dr", one_only, "Symbol2"
17 .section SecName, "dr", same_size, "Symbol3"
22 .section SecName, "dr", same_contents, "Symbol4"
27 .section SecName, "dr", associative, "assocSym"
32 .section SecName, "dr", largest, "Symbol6"
37 .section SecName, "dr", newest, "Symbol7"
57 // CHECK: Name: secName
64 // CHECK: Name: secName
71 // CHECK: Name: SecName
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
RawTypes.h 65 support::ulittle16_t SecName; // Byte index of the segment or group name
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 129 StringRef SecName = MSec.getSectionName();
131 if (SegName == "__LD" && SecName == "__compact_unwind")
135 if (SecName == "__jump_table")
138 if (SecName == "__pointers")
142 if (SegName == "__TEXT" && SecName == "__eh_frame")
145 if (SegName == "__DATA" && SecName == "__nl_symbol_ptr")
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
RawTypes.h 65 support::ulittle16_t SecName; // Byte index of the segment or group name
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
RawTypes.h 65 support::ulittle16_t SecName; // Byte index of the segment or group name
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
RawTypes.h 65 support::ulittle16_t SecName; // Byte index of the segment or group name
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
RawTypes.h 65 support::ulittle16_t SecName; // Byte index of the segment or group name
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
RawTypes.h 65 support::ulittle16_t SecName; // Byte index of the segment or group name
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
RawTypes.h 65 support::ulittle16_t SecName; // Byte index of the segment or group name
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
RawTypes.h 65 support::ulittle16_t SecName; // Byte index of the segment or group name
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
RawTypes.h 65 support::ulittle16_t SecName; // Byte index of the segment or group name
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 372 StringRef SecName;
373 Sec->getName(SecName);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 843 StringRef SecName;
844 RSec->getName(SecName);
845 // llvm::dbgs() << "Name: '" << SecName
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 539 ErrorOr<StringRef> SecName = EF.getSectionName(SymSec);
540 if (std::error_code EC = SecName.getError())
542 Target = *SecName;
    [all...]
  /external/llvm/tools/llvm-pdbdump/
LLVMOutputStyle.cpp 674 P.printNumber("SecName", M.SecName);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Misc.py     [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]

Completed in 2042 milliseconds