Home
last modified time | relevance | path

Searched defs:InputFile (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp305 saveNonDebugInfo(Opts, InputFile, *SeparateDebugFileCRC32OrErr)) in splitDebugIntoSeparateFile() argument
258 saveSeparateDebugInfo(const Options & Opts,ObjectFile & InputFile) saveSeparateDebugInfo() argument
281 saveNonDebugInfo(const Options & Opts,ObjectFile & InputFile,uint32_t GnuDebugLinkCRC32) saveNonDebugInfo() argument
321 addSectionsFromLinkedData(objcopy::ConfigManager & Config,ObjectFile & InputFile,DebugInfoBits & LinkedDebugInfoBits) addSectionsFromLinkedData() argument
363 saveSeparateLinkedDebugInfo(const Options & Opts,ObjectFile & InputFile,DebugInfoBits LinkedDebugInfoBits) saveSeparateLinkedDebugInfo() argument
394 saveSingleLinkedDebugInfo(const Options & Opts,ObjectFile & InputFile,DebugInfoBits LinkedDebugInfoBits) saveSingleLinkedDebugInfo() argument
414 saveLinkedDebugInfo(const Options & Opts,ObjectFile & InputFile,DebugInfoBits LinkedDebugInfoBits) saveLinkedDebugInfo() argument
435 saveCopyOfFile(const Options & Opts,ObjectFile & InputFile) saveCopyOfFile() argument
450 applyCLOptions(const struct Options & Opts,ObjectFile & InputFile) applyCLOptions() argument
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h32 class InputFile; variable
57 InputFile(PDBFile *Pdb) { PdbOrObj = Pdb; } in InputFile() function
58 InputFile(object::COFFObjectFile *Obj) { PdbOrObj = Obj; } in InputFile() function
59 InputFile(MemoryBuffer *Buffer) { PdbOrObj = Buffer; } in InputFile() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.h24 class InputFile; global() variable
H A DDumpOutputStyle.h29 class InputFile; global() variable
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp167 const std::string &InputFile, in ExecuteProgram() argument
254 const std::string &InputFile, const std::string &OutputFile, in ExecuteProgram() argument
312 const std::string &InputFile, const std::string &OutputFile, in ExecuteProgram() argument
484 const std::string &InputFile, in ExecuteProgram() argument
555 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) ExecuteProgram() argument
625 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) ExecuteProgram() argument
765 MakeSharedObject(const std::string & InputFile,FileType fileType,std::string & OutputFile,const std::vector<std::string> & ArgsForCC) MakeSharedObject() argument
[all...]
H A DExecutionDriver.cpp82 InputFile("input", cl::init("/dev/null"), variable
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.h37 class InputFile; variable
H A DThunks.h17 class InputFile; variable
H A DSymbolTable.h19 class InputFile; variable
H A DWriter.h17 class InputFile; variable
H A DInputFiles.h27 class InputFile; variable
H A DTarget.h26 class InputFile; global() variable
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.h38 class InputFile; variable
H A DInputFiles.h33 class InputFile; variable
132 : InputFile(ctx, ObjectKind, m, lazy) {} in InputFile() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbolTable.h23 class InputFile; variable
H A DDriver.h26 class InputFile; variable
H A DInputFiles.h32 class InputFile; variable
64 class InputFile; variable
[all...]
H A DMapFile.cpp137 const DenseMap<lld::macho::InputFile *, uint32_t> &readerToFileOrdinal, in printStubsEntries()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dprutils.c744 FILE *InputFile, in PrPushInputFileStack()
H A Daslsupport.l353 FILE *InputFile, in AslPushInputFileStack()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp116 FrontendInputFile InputFile(includes[i], IK); in createChainedIncludesSource() local
H A DFrontendAction.cpp253 std::string &InputFile, in ReadOriginalFileName()
625 StringRef InputFile = Input.getFile(); in BeginSourceFile() local
693 StringRef InputFile = Input.getFile(); in BeginSourceFile() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp181 SmallString<32> InputFile, OutputFile; printSymbolizedStackTrace() local
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h257 friend InputFile; variable
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp79 std::optional<llvm::MemoryBufferRef> InputFile = in EnterSourceFile() local

12