Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp785 llvm::SmallString<256> PathStore(PathRef); in emitObjName() local
791 llvm::sys::path::remove_dots(PathStore, /*remove_dot_dot=*/true); in emitObjName()
792 PathRef = PathStore; in emitObjName()