/openbsd-src/gnu/llvm/llvm/tools/llvm-cat/ |
H A D | llvm-cat.cpp | 60 for (const auto &InputFilename : InputFilenames) { in main() local 73 for (const auto &InputFilename : InputFilenames) { in main() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | FileUtilities.h | 129 FilePermissionsApplier(StringRef InputFilename, sys::fs::file_status Status) in FilePermissionsApplier() 132 StringRef InputFilename; variable
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-split/ |
H A D | llvm-split.cpp | 30 static cl::opt<std::string> InputFilename(cl::Positional, variable
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-modextract/ |
H A D | llvm-modextract.cpp | 37 static cl::opt<std::string> InputFilename(cl::Positional, variable
|
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | InterfaceStubs.cpp | 52 SmallString<128> InputFilename(Input.getFilename()); in ConstructJob() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-bcanalyzer/ |
H A D | llvm-bcanalyzer.cpp | 43 static cl::opt<std::string> InputFilename(cl::Positional, variable
|
/openbsd-src/gnu/llvm/llvm/examples/BrainF/ |
H A D | BrainFDriver.cpp | 61 InputFilename(cl::Positional, cl::desc("<input brainf>")); variable
|
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | obj2yaml.cpp | 26 InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-")); variable
|
/openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
H A D | Main.cpp | 40 InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-")); variable
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-as/ |
H A D | llvm-as.cpp | 35 static cl::opt<std::string> InputFilename(cl::Positional, variable
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/ |
H A D | llvm-reduce.cpp | 56 static cl::opt<std::string> InputFilename(cl::Positional, variable
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlistener/ |
H A D | llvm-jitlistener.cpp | 215 InputFilename(cl::Positional, cl::desc("<input IR file>"), variable
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-cfi-verify/ |
H A D | llvm-cfi-verify.cpp | 38 cl::opt<std::string> InputFilename(cl::Positional, cl::desc("<input file>"), variable
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-dis/ |
H A D | llvm-dis.cpp | 182 for (std::string InputFilename : InputFilenames) { in main() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 655 cl::opt<std::string> InputFilename(cl::Positional, variable 716 cl::list<std::string> InputFilename(cl::Positional, variable 731 cl::list<std::string> InputFilename(cl::Positional, variable 754 cl::list<std::string> InputFilename(cl::Positional, variable
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | FileUtilities.cpp | 329 FilePermissionsApplier::create(StringRef InputFilename) { in create()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVReader.h | 79 std::string InputFilename; variable
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-extract/ |
H A D | llvm-extract.cpp | 47 static cl::opt<std::string> InputFilename(cl::Positional, variable
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-mc/ |
H A D | llvm-mc.cpp | 48 static cl::opt<std::string> InputFilename(cl::Positional, variable
|
/openbsd-src/gnu/llvm/llvm/tools/opt/ |
H A D | opt.cpp | 95 InputFilename(cl::Positional, cl::desc("<input bitcode file>"), variable
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 71 static cl::opt<std::string> InputFilename(cl::Positional, variable
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-ml/ |
H A D | llvm-ml.cpp | 212 std::string InputFilename; in main() local
|
/openbsd-src/gnu/llvm/llvm/tools/llc/ |
H A D | llc.cpp | 69 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-")); variable
|
/openbsd-src/gnu/llvm/llvm/tools/verify-uselistorder/ |
H A D | verify-uselistorder.cpp | 58 static cl::opt<std::string> InputFilename(cl::Positional, variable
|
/openbsd-src/gnu/llvm/llvm/utils/FileCheck/ |
H A D | FileCheck.cpp | 38 InputFilename("input-file", cl::desc("File to check (defaults to stdin)"), variable
|