Home
last modified time | relevance | path

Searched refs:getCurrentMB (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp41 StringRef s = getCurrentMB().getBuffer(); in getLine()
54 StringRef s = getCurrentMB().getBuffer(); in getLineNumber()
84 std::string filename = std::string(getCurrentMB().getBufferIdentifier()); in getCurrentLocation()
304 MemoryBufferRef ScriptLexer::getCurrentMB() { in getCurrentMB() function in ScriptLexer
H A DScriptLexer.h34 MemoryBufferRef getCurrentMB();
H A DScriptParser.cpp303 name, e, 0, getCurrentMB().getBufferIdentifier().str()); in readDefsym()
344 std::string filename = std::string(getCurrentMB().getBufferIdentifier()); in addFile()