HomeSort by relevance Sort by last modified time
    Searched refs:PE (Results 1 - 25 of 331) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-pe/
export_dynamic_warning.d 1 #name: PE-COFF --export-dynamic warning
2 #target: *-*-mingw32 *-*-cygwin *-*-pe
4 #warning: warning: --export-dynamic is not supported for PE\+? targets, did you mean --export-all-symbols\?
image_size.d 1 #name: PE-COFF SizeOfImage
pr19803.d 5 # The MCORE-PE target does not support -shared.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/pe/
peseh-x64-2.d 2 #name: PE x64 SEH test 2
peseh-x64.d 2 #name: PE x64 SEH test 1
peseh-x64-3.d 2 #name: PE x64 SEH test 3
peseh-x64-4.d 2 #name: PE x64 SEH test named sections
big-obj.d 3 #name: PE x64 big obj
5 .*: *file format pe-bigobj-.*
peseh-x64-5.d 3 #name: PE x64 SEH test sections flags xdata
peseh-x64-6.d 3 #name: PE x64 SEH test sections flags pdata
  /external/clang/test/SemaCXX/
vla-consruct.cpp 4 # ifndef PE
25 # ifdef PE
for-range-dereference.cpp 68 PrivateEnd PE;
71 for (auto i : PE) { } // expected-error{{'end' is a private member of 'PrivateEnd'}}
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
BlockFrequencyImpl.h 158 PE = GraphTraits< Inverse<BlockT *> >::child_end(BB);
160 if (PI == PE)
166 if (PI != PE)
195 PE = GraphTraits< Inverse<BlockT *> >::child_end(BB);
196 PI != PE; ++PI) {
239 PE = GraphTraits< Inverse<BlockT *> >::child_end(Head);
240 PI != PE; ++PI) {
291 PE = GraphTraits< Inverse<BlockT *> >::child_end(BB);
292 PI != PE; ++PI) {
  /external/llvm/lib/CodeGen/AsmPrinter/
ErlangGCPrinter.cpp 86 for (GCFunctionInfo::iterator PI = MD.begin(), PE = MD.end(); PI != PE;
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
copy-3.d 6 #not-target: *-*-*aout *-*-*coff *-*-cygwin* *-*-darwin *-*-mingw* *-*-go32 *-*-*pe hppa*-*-hpux* m68k-*-netbsd m68k-*-openbsd* ns32k-*-netbsd powerpc-*-aix* rs6000-*-* rx-*-*
7 # The .text # section in PE/COFF has a fixed set of flags and these
  /prebuilts/go/darwin-x86/src/debug/pe/
section.go 5 package pe package
14 // SectionHeader32 represents real PE COFF section header.
44 // Reloc represents a PE COFF relocation.
83 // Section provides access to PE COFF section.
98 // Data reads and returns the contents of the PE section s.
108 // Open returns a new ReadSeeker reading the PE section s.
  /prebuilts/go/linux-x86/src/debug/pe/
section.go 5 package pe package
14 // SectionHeader32 represents real PE COFF section header.
44 // Reloc represents a PE COFF relocation.
83 // Section provides access to PE COFF section.
98 // Data reads and returns the contents of the PE section s.
108 // Open returns a new ReadSeeker reading the PE section s.
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 152 static bool classof(const PreprocessedEntity *PE) {
153 return PE->getKind() == MacroDefinitionKind;
189 static bool classof(const PreprocessedEntity *PE) {
190 return PE->getKind() == MacroExpansionKind;
257 static bool classof(const PreprocessedEntity *PE) {
258 return PE->getKind() == InclusionDirectiveKind;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PreprocessingRecord.h 151 static bool classof(const PreprocessedEntity *PE) {
152 return PE->getKind() == MacroDefinitionKind;
188 static bool classof(const PreprocessedEntity *PE) {
189 return PE->getKind() == MacroExpansionKind;
256 static bool classof(const PreprocessedEntity *PE) {
257 return PE->getKind() == InclusionDirectiveKind;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
PreprocessingRecord.h 151 static bool classof(const PreprocessedEntity *PE) {
152 return PE->getKind() == MacroDefinitionKind;
188 static bool classof(const PreprocessedEntity *PE) {
189 return PE->getKind() == MacroExpansionKind;
256 static bool classof(const PreprocessedEntity *PE) {
257 return PE->getKind() == InclusionDirectiveKind;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
PreprocessingRecord.h 151 static bool classof(const PreprocessedEntity *PE) {
152 return PE->getKind() == MacroDefinitionKind;
188 static bool classof(const PreprocessedEntity *PE) {
189 return PE->getKind() == MacroExpansionKind;
256 static bool classof(const PreprocessedEntity *PE) {
257 return PE->getKind() == InclusionDirectiveKind;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
PreprocessingRecord.h 151 static bool classof(const PreprocessedEntity *PE) {
152 return PE->getKind() == MacroDefinitionKind;
188 static bool classof(const PreprocessedEntity *PE) {
189 return PE->getKind() == MacroExpansionKind;
256 static bool classof(const PreprocessedEntity *PE) {
257 return PE->getKind() == InclusionDirectiveKind;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
PreprocessingRecord.h 151 static bool classof(const PreprocessedEntity *PE) {
152 return PE->getKind() == MacroDefinitionKind;
188 static bool classof(const PreprocessedEntity *PE) {
189 return PE->getKind() == MacroExpansionKind;
256 static bool classof(const PreprocessedEntity *PE) {
257 return PE->getKind() == InclusionDirectiveKind;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
PreprocessingRecord.h 151 static bool classof(const PreprocessedEntity *PE) {
152 return PE->getKind() == MacroDefinitionKind;
188 static bool classof(const PreprocessedEntity *PE) {
189 return PE->getKind() == MacroExpansionKind;
256 static bool classof(const PreprocessedEntity *PE) {
257 return PE->getKind() == InclusionDirectiveKind;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
PreprocessingRecord.h 151 static bool classof(const PreprocessedEntity *PE) {
152 return PE->getKind() == MacroDefinitionKind;
188 static bool classof(const PreprocessedEntity *PE) {
189 return PE->getKind() == MacroExpansionKind;
256 static bool classof(const PreprocessedEntity *PE) {
257 return PE->getKind() == InclusionDirectiveKind;

Completed in 3494 milliseconds

1 2 3 4 5 6 7 8 91011>>