Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp253 ObjectFile &InputFile) { in saveSeparateDebugInfo()
276 static Error saveNonDebugInfo(const Options &Opts, ObjectFile &InputFile, in saveNonDebugInfo()
300 ObjectFile &InputFile) { in splitDebugIntoSeparateFile()
316 ObjectFile &InputFile, in addSectionsFromLinkedData()
358 saveSeparateLinkedDebugInfo(const Options &Opts, ObjectFile &InputFile, in saveSeparateLinkedDebugInfo()
389 ObjectFile &InputFile, in saveSingleLinkedDebugInfo()
409 static Error saveLinkedDebugInfo(const Options &Opts, ObjectFile &InputFile, in saveLinkedDebugInfo()
430 static Error saveCopyOfFile(const Options &Opts, ObjectFile &InputFile) { in saveCopyOfFile()
445 static Error applyCLOptions(const struct Options &Opts, ObjectFile &InputFile) { in applyCLOptions()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h33 class InputFile; variable
58 InputFile(PDBFile *Pdb) { PdbOrObj = Pdb; } in InputFile() function
59 InputFile(object::COFFObjectFile *Obj) { PdbOrObj = Obj; } in InputFile() function
60 InputFile(MemoryBuffer *Buffer) { PdbOrObj = Buffer; } in InputFile() function
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp167 const std::string &InputFile, in ExecuteProgram()
252 const std::string &InputFile, const std::string &OutputFile, in ExecuteProgram()
308 const std::string &InputFile, const std::string &OutputFile, in ExecuteProgram()
477 const std::string &InputFile, in ExecuteProgram()
548 const std::string &InputFile, in ExecuteProgram()
616 const std::string &InputFile, in ExecuteProgram()
754 Error CC::MakeSharedObject(const std::string &InputFile, FileType fileType, in MakeSharedObject()
H A DExecutionDriver.cpp82 InputFile("input", cl::init("/dev/null"), variable
/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/lld/COFF/
H A DLTO.h38 class InputFile; variable
H A DInputFiles.h33 class InputFile; variable
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.h37 class InputFile; variable
H A DThunks.h18 class InputFile; variable
H A DSymbolTable.h19 class InputFile; variable
H A DInputFiles.h27 class InputFile; variable
H A DInputFiles.cpp209 InputFile::InputFile(Ctx &ctx, Kind k, MemoryBufferRef m) in InputFile() function in InputFile
350 const SmallVector<std::unique_ptr<InputFile>, 0> &files) { in doParseFiles()
363 const SmallVector<std::unique_ptr<InputFile>, 0> &files) { in parseFiles()
H A DTarget.h25 class InputFile; variable
/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbolTable.h23 class InputFile; variable
H A DDriver.h29 class InputFile; variable
H A DInputFiles.h32 class InputFile; variable
64 class InputFile; variable
H A DMapFile.cpp135 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.cpp404 std::string &InputFile, in ReadOriginalFileName()
774 StringRef InputFile = Input.getFile(); in BeginSourceFile() local
841 StringRef InputFile = Input.getFile(); in BeginSourceFile() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp162 SmallString<32> InputFile, OutputFile; in collectAddressSymbols() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp78 std::optional<llvm::MemoryBufferRef> InputFile = in EnterSourceFile() local
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h374 friend InputFile; variable

12