Home
last modified time | relevance | path

Searched refs:AddNewSourceBuffer (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DParser.cpp30 SM.AddNewSourceBuffer(std::move(Buf), SMLoc()); in parseAssemblyInto()
149 SM.AddNewSourceBuffer(std::move(Buf), SMLoc()); in parseSummaryIndexAssemblyInto()
192 SM.AddNewSourceBuffer(std::move(Buf), SMLoc()); in parseConstantValue()
209 SM.AddNewSourceBuffer(std::move(Buf), SMLoc()); in parseType()
221 SM.AddNewSourceBuffer(std::move(Buf), SMLoc()); in parseTypeAtBeginning()
236 SM.AddNewSourceBuffer(std::move(Buf), SMLoc()); in parseDIExpressionBodyAtBeginning()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp117 SrcMgr.AddNewSourceBuffer(std::move(*FileOrErr), SMLoc()); in TableGenMain()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp107 SrcMgr.AddNewSourceBuffer(std::move(Buffer), SMLoc()); in initializeRecordStreamer()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h144 unsigned AddNewSourceBuffer(std::unique_ptr<MemoryBuffer> F, in AddNewSourceBuffer() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp197 In(SM.getMemoryBuffer(SM.AddNewSourceBuffer(std::move(Contents), SMLoc())) in MIRParserImpl()
533 BlockSM.AddNewSourceBuffer( in initializeMachineFunction()
563 InsnSM.AddNewSourceBuffer( in initializeMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp58 unsigned BufNum = SrcMgr.AddNewSourceBuffer(std::move(Buffer), SMLoc()); in addInlineAsmDiagBuffer()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp386 SrcMgr.AddNewSourceBuffer(std::move(*BufferPtr), SMLoc()); in main()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp49 return AddNewSourceBuffer(std::move(*NewBufOrErr), IncludeLoc); in AddIncludeFile()
H A DYAMLParser.cpp883 SM.AddNewSourceBuffer(std::move(InputBufferOwner), SMLoc()); in peekNext()
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp362 Mgr.AddNewSourceBuffer( in emitReplacementWarnings()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp428 unsigned BufferIndex = SrcMgr.AddNewSourceBuffer(std::move(*Buffer), SMLoc()); in ExecuteAssemblerImpl()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp436 SrcMgr.AddNewSourceBuffer(std::move(*BufferPtr), SMLoc()); in main()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp600 TempSrcMgr.AddNewSourceBuffer(std::move(Buffer), llvm::SMLoc()); in ParseMicrosoftAsmStatement()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1221 SrcMgr.AddNewSourceBuffer(std::move(Instantiation), Tok.getEndLoc()); in expandMacros()
3253 CurBuffer = SrcMgr.AddNewSourceBuffer(std::move(Instantiation), SMLoc()); in handleMacroEntry()
3320 CurBuffer = SrcMgr.AddNewSourceBuffer(std::move(MacroValue), Lexer.getLoc()); in handleMacroInvocation()
6898 CurBuffer = SrcMgr.AddNewSourceBuffer(std::move(Expansion), EndLoc); in expandStatement()
6924 CurBuffer = SrcMgr.AddNewSourceBuffer(std::move(Instantiation), SMLoc()); in instantiateMacroLikeBody()
H A DAsmParser.cpp2910 CurBuffer = SrcMgr.AddNewSourceBuffer(std::move(Instantiation), SMLoc()); in handleMacroEntry()
5689 CurBuffer = SrcMgr.AddNewSourceBuffer(std::move(Instantiation), SMLoc()); in instantiateMacroLikeBody()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1800 unsigned BufferID = SM.AddNewSourceBuffer(std::move(CmdLine), SMLoc()); in readCheckFile()
2560 SM.AddNewSourceBuffer(std::move(CmdLineDefsDiagBuffer), SMLoc()); in defineCmdlineVariables()