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.cpp61 StringRef s = getCurrentMB().getBuffer(); in getLine()
75 std::string filename = std::string(getCurrentMB().getBufferIdentifier()); in getCurrentLocation()
259 MemoryBufferRef ScriptLexer::getCurrentMB() { in getCurrentMB() function in ScriptLexer
H A DScriptLexer.h81 MemoryBufferRef getCurrentMB();
H A DScriptParser.cpp297 name, e, 0, getCurrentMB().getBufferIdentifier().str()); in readDefsym()
339 std::string filename = std::string(getCurrentMB().getBufferIdentifier()); in addFile()