Searched defs:InputFile (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Dprutils.c719 PrPushInputFileStack( FILE *InputFile, char *Filename) argument
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DInputFiles.h64 class InputFile { class in namespace:lld::coff
98 InputFile(COFFLinkerContext &c, Kind k, MemoryBufferRef m, bool lazy = false) function in class:lld::coff::InputFile
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h39 class InputFile { class in namespace:llvm::pdb
57 InputFile(PDBFile *Pdb) { PdbOrObj = Pdb; } function in class:llvm::pdb::InputFile
58 InputFile(object::COFFObjectFile *Obj) { PdbOrObj = Obj; } function in class:llvm::pdb::InputFile
59 InputFile(MemoryBuffer *Buffer) { PdbOrObj = Buffer; } function in class:llvm::pdb::InputFile
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp182 SmallString<32> InputFile, OutputFile; local
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp274 static Error saveNonDebugInfo(const Options &Opts, ObjectFile &InputFile, argument
250 saveSeparateDebugInfo(const Options &Opts, ObjectFile &InputFile) argument
297 splitDebugIntoSeparateFile(const Options &Opts, ObjectFile &InputFile) argument
313 addSectionsFromLinkedData(objcopy::ConfigManager &Config, ObjectFile &InputFile, DebugInfoBits &LinkedDebugInfoBits) argument
356 saveSeparateLinkedDebugInfo(const Options &Opts, ObjectFile &InputFile, DebugInfoBits LinkedDebugInfoBits) argument
386 saveSingleLinkedDebugInfo(const Options &Opts, ObjectFile &InputFile, DebugInfoBits LinkedDebugInfoBits) argument
407 saveLinkedDebugInfo(const Options &Opts, ObjectFile &InputFile, DebugInfoBits LinkedDebugInfoBits) argument
428 saveCopyOfFile(const Options &Opts, ObjectFile &InputFile) argument
443 applyCLOptions(const struct Options &Opts, ObjectFile &InputFile) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h109 class InputFile { class in namespace:llvm::lto
[all...]
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DInputFiles.h54 class InputFile { class in namespace:lld::elf
[all...]
H A DInputFiles.cpp199 InputFile::InputFile(Kind k, MemoryBufferRef m) function in class:InputFile
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp627 auto InputFile = getToolChain().getInputFilename(II); local
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DInputFiles.h105 class InputFile { class in namespace:lld::macho
137 InputFile(Kind kind, MemoryBufferRef mb, bool lazy = false) function in class:lld::macho::InputFile
[all...]
H A DInputFiles.cpp288 InputFile::InputFile(Kind kind, const InterfaceFile &interface) function in class:InputFile
[all...]
/freebsd-current/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp111 std::string InputFile; member in struct:__anon1069::AssemblerInvocation
/freebsd-current/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp165 ExecuteProgram(const std::string &Bitcode, const std::vector<std::string> &Args, const std::string &InputFile, const std::string &OutputFile, const std::vector<std::string> &CCArgs, const std::vector<std::string> &SharedLibs, unsigned Timeout, unsigned MemoryLimit) argument
310 ExecuteProgram( const std::string &Bitcode, const std::vector<std::string> &Args, const std::string &InputFile, const std::string &OutputFile, const std::vector<std::string> &CCArgs, const std::vector<std::string> &SharedLibs, unsigned Timeout, unsigned MemoryLimit) argument
482 ExecuteProgram(const std::string &Bitcode, const std::vector<std::string> &Args, const std::string &InputFile, const std::string &OutputFile, const std::vector<std::string> &ArgsForCC, const std::vector<std::string> &SharedLibs, unsigned Timeout, unsigned MemoryLimit) argument
553 ExecuteProgram(const std::string &Bitcode, const std::vector<std::string> &Args, const std::string &InputFile, const std::string &OutputFile, const std::vector<std::string> &CCArgs, const std::vector<std::string> &SharedLibs, unsigned Timeout, unsigned MemoryLimit) argument
622 ExecuteProgram(const std::string &ProgramFile, const std::vector<std::string> &Args, FileType fileType, const std::string &InputFile, const std::string &OutputFile, const std::vector<std::string> &ArgsForCC, unsigned Timeout, unsigned MemoryLimit) argument
765 MakeSharedObject(const std::string &InputFile, FileType fileType, std::string &OutputFile, const std::vector<std::string> &ArgsForCC) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h78 class InputFile { class in namespace:clang::serialization
89 InputFile(FileEntryRef File, bool isOverridden = false, function in class:clang::serialization::InputFile
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp619 StringRef InputFile = Input.getFile(); local
687 StringRef InputFile = Input.getFile(); local
252 ReadOriginalFileName(CompilerInstance &CI, std::string &InputFile, bool IsModuleMap = false) argument
H A DCompilerInstance.cpp986 StringRef InputFile = Input.getFile(); local
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp139 Lexer::Lexer(FileID FID, const llvm::MemoryBufferRef &InputFile, argument
206 llvm::MemoryBufferRef InputFile = SM.getBufferOrFake(SpellingFID); local
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp525 static std::unique_ptr<SymbolRemapper> create(StringRef InputFile) { argument
1381 getInputFileBuf(const StringRef &InputFile) { argument

Completed in 177 milliseconds