Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h107 Optional<uint64_t> getAsReferenceUVal() const;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp162 if (auto Val = FormValue.getValue().getAsReferenceUVal()) in dumpDebugInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp635 Optional<uint64_t> DWARFFormValue::getAsReferenceUVal() const { in getAsReferenceUVal() function in DWARFFormValue
DDWARFAcceleratorTable.cpp544 return Off->getAsReferenceUVal(); in getDIEUnitOffset()