Home
last modified time | relevance | path

Searched defs:getDWOId (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h303 uint64_t getDWOId() const { return DWOId; } in getDWOId() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h87 Optional<uint64_t> getDWOId() const { return DWOId; } in getDWOId() function
446 Optional<uint64_t> getDWOId() { in getDWOId() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp150 uint64_t DWARFUnit::getDWOId() { in getDWOId() function in llvm::DWARFUnit