OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUnitType
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFCompileUnit.cpp
24
OS << ", unit_type = " << dwarf::UnitTypeString(
getUnitType
());
29
if (getVersion() >= 5 && (
getUnitType
() == dwarf::DW_UT_skeleton ||
30
getUnitType
() == dwarf::DW_UT_split_compile))
DWARFTypeUnit.cpp
38
OS << ", unit_type = " << dwarf::UnitTypeString(
getUnitType
());
DWARFVerifier.cpp
200
uint8_t UnitType = Unit.
getUnitType
();
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h
100
uint8_t
getUnitType
() const { return UnitType; }
294
uint8_t
getUnitType
() const { return Header.
getUnitType
(); }
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
dwarf2yaml.cpp
218
NewUnit.Type = (dwarf::UnitType)CU->
getUnitType
();
Completed in 20 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026