OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FileFormat
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-elfabi/
llvm-elfabi.cpp
24
enum class
FileFormat
{ TBE, ELF };
33
cl::opt<
FileFormat
> InputFileFormat(
35
cl::values(clEnumValN(
FileFormat
::TBE, "tbe",
37
clEnumValN(
FileFormat
::ELF, "elf",
110
InputFileFormat ==
FileFormat
::ELF) {
121
InputFileFormat ==
FileFormat
::TBE) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
CommonConfig.h
28
enum class
FileFormat
{
148
FileFormat
InputFormat =
FileFormat
::Unspecified;
150
FileFormat
OutputFormat =
FileFormat
::Unspecified;
Completed in 15 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026