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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFCompileUnit.cpp 27 OS << " DWO_id = " << format("0x%016" PRIx64, *getDWOId());
DWARFContext.cpp 601 if (!DWOCU->getDWOId()) {
609 if (DWOCU->getDWOId() == Hash)
    [all...]
DWARFUnit.cpp 362 auto DWOId = getDWOId();
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 150 uint64_t DWARFUnit::getDWOId() {
306 if (!DWOCU || DWOCU->getDWOId() != getDWOId()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 87 Optional<uint64_t> getDWOId() const { return DWOId; }
446 Optional<uint64_t> getDWOId() {
448 return getHeader().getDWOId();
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 210 uint64_t getDWOId();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 303 uint64_t getDWOId() const { return DWOId; }
DwarfDebug.cpp 590 if (DIUnit->getDWOId()) {
593 DIUnit->getDWOId());
    [all...]
DwarfCompileUnit.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 508 if (CU->getDWOId())
857 if (CU->getDWOId())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 333 if (llvm::Optional<uint64_t> DWOId = CU->getDWOId()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 552 if (CU->getDWOId())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 442 if (DIUnit->getDWOId()) {
445 DIUnit->getDWOId());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DebugInfo.cpp 480 if (CU->getDWOId())
493 CU->getDWOId(), CU->getSplitDebugInlining(),
    [all...]
AsmWriter.cpp     [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 838 milliseconds