OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FileType
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/bugpoint/
ToolRunner.h
49
enum
FileType
{ AsmFile, ObjectFile, CFile };
56
/// either a .s file, or a .c file, specified by
FileType
), with the specified
64
FileType
fileType
, const std::string &InputFile,
72
Error MakeSharedObject(const std::string &InputFile,
FileType
fileType
,
121
virtual Expected<CC::
FileType
> OutputCode(const std::string &Bitcode,
176
Expected<CC::
FileType
> OutputCode(const std::string &Bitcode,
/src/external/apache2/llvm/dist/llvm/tools/dsymutil/
LinkUtils.h
53
OutputFileType
FileType
= OutputFileType::Object;
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIOWindows.cpp
45
DWORD
FileType
= GetFileType(FileHandle);
47
if (
FileType
== FILE_TYPE_UNKNOWN) {
54
if (
FileType
!= FILE_TYPE_DISK) {
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp
33
SrcMgr::CharacteristicKind
FileType
;
35
IncludedFile(FileID Id, SrcMgr::CharacteristicKind
FileType
,
37
: Id(Id),
FileType
(
FileType
), DirLookup(DirLookup) {}
60
void Process(FileID FileId, SrcMgr::CharacteristicKind
FileType
,
73
SrcMgr::CharacteristicKind
FileType
,
76
SrcMgr::CharacteristicKind
FileType
) override;
82
SrcMgr::CharacteristicKind
FileType
) override;
88
SrcMgr::CharacteristicKind
FileType
,
119
SrcMgr::CharacteristicKind
FileType
,
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-ml/
llvm-ml.cpp
298
StringRef
FileType
= InputArgs.getLastArgValue(OPT_filetype, "obj");
304
sys::path::replace_extension(DefaultOutputFilename,
FileType
);
320
if (
FileType
== "s") {
351
} else if (
FileType
== "null") {
353
} else if (
FileType
== "obj") {
/src/sys/external/bsd/acpica/dist/tools/acpisrc/
asmain.c
126
/* Return the
filetype
-- file or a directory */
291
UINT32
FileType
;
466
if (AsExaminePaths (ConversionTable, SourcePath, TargetPath, &
FileType
))
473
if (
FileType
== S_IFDIR)
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
Object.h
31
uint32_t
FileType
;
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
ToolChain.h
116
enum
FileType
{ FT_Object, FT_Static, FT_Shared };
189
FileType
Type,
434
FileType
Type = ToolChain::FT_Static) const;
438
FileType
Type = ToolChain::FT_Static) const;
442
FileType
Type = ToolChain::FT_Static) const;
/src/external/apache2/llvm/dist/clang/lib/Frontend/
PrintPreprocessedOutput.cpp
90
SrcMgr::CharacteristicKind
FileType
;
110
FileType
= SrcMgr::C_User;
126
SrcMgr::CharacteristicKind
FileType
,
133
SrcMgr::CharacteristicKind
FileType
) override;
205
if (
FileType
== SrcMgr::C_System)
207
else if (
FileType
== SrcMgr::C_ExternCSystem)
290
FileType
= NewFileType;
335
SrcMgr::CharacteristicKind
FileType
) {
/src/external/apache2/llvm/dist/clang/tools/driver/
cc1as_main.cpp
112
enum
FileType
{
117
FileType
OutputType;
282
Opts.OutputType =
FileType
(OutputType);
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp
1262
auto
FileType
= CGFT_ObjectFile;
1264
if (TheTargetMachine->addPassesToEmitFile(pass, dest, nullptr,
FileType
)) {
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Minidump.h
192
support::ulittle32_t
FileType
;
/src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceFileWriter.cpp
1459
ulittle32_t
FileType
;
1497
FixedInfo.
FileType
= GetField(VersionInfoFixed::FtFileType)[0];
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
globals.h
413
enum class
FileType
: uint8_t
/src/sys/external/bsd/acpica/dist/compiler/
asltypes.h
430
UINT8
FileType
;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
4882
QualType
FileType
= GetType(File);
4883
if (
FileType
.isNull()) {
4889
if (const TypedefType *Typedef =
FileType
->getAs<TypedefType>())
4892
const TagType *Tag =
FileType
->getAs<TagType>();
Completed in 39 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026