Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFGdbIndex.cpp104 if (HasContent) { in dump()
197 HasContent = !Data.getData().empty(); in parse()
198 HasError = HasContent && !parseImpl(Data); in parse()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFGdbIndex.h76 bool HasContent = false; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp469 bool HasContent = in isRequiredForExecution() local
474 return HasContent && !IsDiscardable; in isRequiredForExecution()