Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp32 StringRef llvm::logicalview::emptyString() { return StringRef(); } in emptyString() function in llvm::logicalview
H A DLVElement.cpp249 StringRef BaseTypename = BaseType ? BaseType->getName() : emptyString(); in resolveFullname()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h62 StringRef emptyString();
H A DLVElement.h317 void resolveFullname(LVElement *BaseType, StringRef Name = emptyString());