HomeSort by relevance Sort by last modified time
    Searched refs:getAsReference (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 75 Optional<uint64_t> getAsReference(const DWARFUnit *U) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 99 Optional<uint64_t> getAsReference() const;
194 return V->getAsReference();
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugInfoEntry.cpp 165 Optional<uint64_t> Ref = formValue.getAsReference(u);
291 Optional<uint64_t> Result = FormValue.getAsReference(U);
DWARFFormValue.cpp 539 Optional<uint64_t> DWARFFormValue::getAsReference(const DWARFUnit *U) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFFormValue.cpp 569 Optional<uint64_t> DWARFFormValue::getAsReference() const {
DWARFVerifier.cpp 460 Optional<uint64_t> RefVal = AttrValue.Value.getAsReference();
485 Optional<uint64_t> RefVal = AttrValue.Value.getAsReference();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DwarfLinker.cpp 128 uint64_t RefOffset = *RefValue.getAsReference();
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 323 milliseconds