Searched refs:AddNewSourceBuffer (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | Parser.cpp | 32 SM.AddNewSourceBuffer(std::move(Buf), SMLoc()); in parseAssemblyInto() 116 SM.AddNewSourceBuffer(std::move(Buf), SMLoc()); in parseSummaryIndexAssemblyInto() 152 SM.AddNewSourceBuffer(std::move(Buf), SMLoc()); in parseConstantValue() 169 SM.AddNewSourceBuffer(std::move(Buf), SMLoc()); in parseType() 181 SM.AddNewSourceBuffer(std::move(Buf), SMLoc()); in parseTypeAtBeginning()
|
| /freebsd-12.1/contrib/llvm/lib/TableGen/ |
| H A D | Main.cpp | 92 SrcMgr.AddNewSourceBuffer(std::move(*FileOrErr), SMLoc()); in TableGenMain()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | ModuleSymbolTable.cpp | 109 SrcMgr.AddNewSourceBuffer(std::move(Buffer), SMLoc()); in initializeRecordStreamer()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 181 SM.AddNewSourceBuffer(std::move(Contents), SMLoc()))->getBuffer(), in MIRParserImpl() 384 BlockSM.AddNewSourceBuffer( in initializeMachineFunction() 408 InsnSM.AddNewSourceBuffer( in initializeMachineFunction()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | SourceMgr.h | 152 unsigned AddNewSourceBuffer(std::unique_ptr<MemoryBuffer> F, in AddNewSourceBuffer() function
|
| /freebsd-12.1/contrib/llvm/tools/llvm-mca/ |
| H A D | llvm-mca.cpp | 291 SrcMgr.AddNewSourceBuffer(std::move(*BufferPtr), SMLoc()); in main()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | SourceMgr.cpp | 59 return AddNewSourceBuffer(std::move(*NewBufOrErr), IncludeLoc); in AddIncludeFile()
|
| H A D | FileCheck.cpp | 765 SM.AddNewSourceBuffer(std::move(CmdLine), SMLoc()); in ReadCheckFile()
|
| H A D | YAMLParser.cpp | 782 SM.AddNewSourceBuffer(std::move(InputBufferOwner), SMLoc()); in init()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 345 SrcMgr.AddNewSourceBuffer(std::move(*BufferPtr), SMLoc()); in main()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinterInlineAsm.cpp | 98 unsigned BufNum = SrcMgr.AddNewSourceBuffer(std::move(Buffer), SMLoc()); in addInlineAsmDiagBuffer()
|
| /freebsd-12.1/contrib/llvm/tools/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 340 SrcMgr.AddNewSourceBuffer(std::move(*Buffer), SMLoc()); in ExecuteAssembler()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseStmtAsm.cpp | 600 TempSrcMgr.AddNewSourceBuffer(std::move(Buffer), llvm::SMLoc()); in ParseMicrosoftAsmStatement()
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 2767 CurBuffer = SrcMgr.AddNewSourceBuffer(std::move(Instantiation), SMLoc()); in handleMacroEntry() 5407 CurBuffer = SrcMgr.AddNewSourceBuffer(std::move(Instantiation), SMLoc()); in instantiateMacroLikeBody()
|