OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDwarf64
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.cpp
77
if (SecOffset > UINT32_MAX && !Asm->
isDwarf64
())
AsmPrinterDwarf.cpp
163
assert(!
isDwarf64
() &&
197
assert(
isDwarf64
() || Value <= UINT32_MAX);
DIE.cpp
828
assert(!AP->
isDwarf64
() &&
833
assert(AP->
isDwarf64
() &&
DwarfDebug.cpp
404
((Asm->TM.Options.MCOptions.Dwarf64 || MMI->getModule()->
isDwarf64
()) &&
3058
if (Asm->
isDwarf64
()) {
3454
assert((!Asm->
isDwarf64
() || (Asm->getDwarfVersion() == 3)) &&
3456
return Asm->
isDwarf64
() ? dwarf::Form::DW_FORM_data8
AsmPrinter.cpp
3580
bool AsmPrinter::
isDwarf64
() const {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
AsmPrinter.h
227
bool
isDwarf64
() const;
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Module.h
827
bool
isDwarf64
() const;
/src/external/apache2/llvm/dist/llvm/lib/IR/
Module.cpp
562
bool Module::
isDwarf64
() const {
Completed in 25 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026