Home
last modified time | relevance | path

Searched refs:IsDll (Results 1 – 24 of 24) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/build-system/project_tree_builder/
H A Dmsvc_traits.hpp295 static bool IsDll(void) in IsDll() function
320 static bool IsDll(void) in IsDll() function
345 static bool IsDll(void) in IsDll() function
370 static bool IsDll(void) in IsDll() function
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/build-system/project_tree_builder/
H A Dmsvc_traits.hpp295 static bool IsDll(void) in IsDll() function
320 static bool IsDll(void) in IsDll() function
345 static bool IsDll(void) in IsDll() function
370 static bool IsDll(void) in IsDll() function
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/sources/a68k/
H A DA68k.dev10 IsDll=0
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp206 bool IsDll = Tok.K == KwLibrary; // Check before parseName. in parseOne() local
218 Info.OutputFile += IsDll ? ".dll" : ".exe"; in parseOne()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp206 bool IsDll = Tok.K == KwLibrary; // Check before parseName. in parseOne() local
218 Info.OutputFile += IsDll ? ".dll" : ".exe"; in parseOne()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp206 bool IsDll = Tok.K == KwLibrary; // Check before parseName. in parseOne() local
218 Info.OutputFile += IsDll ? ".dll" : ".exe"; in parseOne()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Object/
H A DCOFFModuleDefinition.cpp206 bool IsDll = Tok.K == KwLibrary; // Check before parseName. in parseOne() local
218 Info.OutputFile += IsDll ? ".dll" : ".exe"; in parseOne()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp206 bool IsDll = Tok.K == KwLibrary; // Check before parseName. in parseOne() local
218 Info.OutputFile += IsDll ? ".dll" : ".exe"; in parseOne()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Object/
H A DCOFFModuleDefinition.cpp206 bool IsDll = Tok.K == KwLibrary; // Check before parseName. in parseOne() local
218 Info.OutputFile += IsDll ? ".dll" : ".exe"; in parseOne()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Object/
H A DCOFFModuleDefinition.cpp206 bool IsDll = Tok.K == KwLibrary; // Check before parseName. in parseOne() local
218 Info.OutputFile += IsDll ? ".dll" : ".exe"; in parseOne()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp206 bool IsDll = Tok.K == KwLibrary; // Check before parseName. in parseOne() local
218 Info.OutputFile += IsDll ? ".dll" : ".exe"; in parseOne()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp206 bool IsDll = Tok.K == KwLibrary; // Check before parseName. in parseOne() local
218 Info.OutputFile += IsDll ? ".dll" : ".exe"; in parseOne()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp201 bool IsDll = Tok.K == KwLibrary; // Check before parseName. in parseOne() local
213 Info.OutputFile += IsDll ? ".dll" : ".exe"; in parseOne()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp206 bool IsDll = Tok.K == KwLibrary; // Check before parseName. in parseOne() local
218 Info.OutputFile += IsDll ? ".dll" : ".exe"; in parseOne()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp206 bool IsDll = Tok.K == KwLibrary; // Check before parseName. in parseOne() local
218 Info.OutputFile += IsDll ? ".dll" : ".exe"; in parseOne()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp206 bool IsDll = Tok.K == KwLibrary; // Check before parseName. in parseOne() local
218 Info.OutputFile += IsDll ? ".dll" : ".exe"; in parseOne()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp206 bool IsDll = Tok.K == KwLibrary; // Check before parseName. in parseOne() local
218 Info.OutputFile += IsDll ? ".dll" : ".exe"; in parseOne()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Object/
H A DCOFFModuleDefinition.cpp206 bool IsDll = Tok.K == KwLibrary; // Check before parseName. in parseOne() local
218 Info.OutputFile += IsDll ? ".dll" : ".exe"; in parseOne()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Object/
H A DCOFFModuleDefinition.cpp207 bool IsDll = Tok.K == KwLibrary; // Check before parseName.
219 Info.OutputFile += IsDll ? ".dll" : ".exe";
/dports/devel/llvm70/llvm-7.0.1.src/lib/Object/
H A DCOFFModuleDefinition.cpp207 bool IsDll = Tok.K == KwLibrary; // Check before parseName.
219 Info.OutputFile += IsDll ? ".dll" : ".exe";
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/PortableExecutable/
H A DPEHeaders.cs214 public bool IsDll property in System.Reflection.PortableExecutable.PEHeaders
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/
H A DPeHandler.cpp132 bool IsDll() const { return (Flags & PE_IMAGE_FILE_DLL) != 0; } in IsDll() function
934 if (_header.IsDll()) in GetArchiveProperty()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/
H A DPeHandler.cpp147 bool IsDll() const { return (Flags & PE_IMAGE_FILE_DLL) != 0; } in IsDll() function
949 if (_header.IsDll()) in GetArchiveProperty()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/ref/
H A DSystem.Reflection.Metadata.cs3287 public bool IsDll { get { throw null; } } property in System.Reflection.PortableExecutable.PEHeaders