Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp105 if (HasContent) { in dump()
199 HasContent = !Data.getData().empty(); in parse()
200 HasError = HasContent && !parseImpl(Data); in parse()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFGdbIndex.h76 bool HasContent = false; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp482 bool HasContent = in isRequiredForExecution() local
487 return HasContent && !IsDiscardable; in isRequiredForExecution()