OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDWOId
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFCompileUnit.cpp
31
OS << ", DWO_id = " << format("0x%016" PRIx64, *
getDWOId
());
DWARFUnit.cpp
538
auto DWOId =
getDWOId
();
DWARFContext.cpp
712
if (!DWOCU->
getDWOId
()) {
720
if (DWOCU->
getDWOId
() == Hash)
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h
92
Optional<uint64_t>
getDWOId
() const { return DWOId; }
396
Optional<uint64_t>
getDWOId
() {
398
return getHeader().
getDWOId
();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
362
uint64_t
getDWOId
() const { return DWOId; }
DwarfDebug.cpp
1075
if (DIUnit->
getDWOId
()) {
1078
DIUnit->
getDWOId
());
1416
if (CUNode->
getDWOId
())
DwarfCompileUnit.cpp
1344
Asm->emitInt64(
getDWOId
());
/src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfo.cpp
565
if (CU->
getDWOId
())
578
CU->
getDWOId
(), CU->getSplitDebugInlining(),
AsmWriter.cpp
2138
Printer.printInt("dwoId", N->
getDWOId
());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp
835
if (CU->
getDWOId
())
1169
if (CU->
getDWOId
())
/src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp
386
if (llvm::Optional<uint64_t> DWOId = CU->
getDWOId
()) {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h
1479
uint64_t
getDWOId
() const { return DWOId; }
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
1774
Record.push_back(N->
getDWOId
());
Completed in 47 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026