Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h124 Optional<uint64_t> getAsCStringOffset() const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp313 if (auto Val = FormValue.getValue().getAsCStringOffset()) in dumpDebugInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp754 Optional<uint64_t> DWARFFormValue::getAsCStringOffset() const { in getAsCStringOffset() function in DWARFFormValue