Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h226 virtual bool isFiled() const { return false; } in isFiled() function
H A DLVElement.h176 bool isFiled() const override { return FilenameIndex != 0; } in isFiled() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp219 if (!isFiled()) { in setFileLine()