OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIEValue
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp
218
if (V.getType() ==
DIEValue
::isBaseTypeRef) {
241
void DIEHash::hashAttribute(const
DIEValue
&Value, dwarf::Tag Tag) {
252
case
DIEValue
::isNone:
253
llvm_unreachable("Expected valid
DIEValue
");
258
case
DIEValue
::isEntry:
261
case
DIEValue
::isInteger: {
286
case
DIEValue
::isString:
292
case
DIEValue
::isInlineString:
298
case
DIEValue
::isBlock:
299
case
DIEValue
::isLoc
[
all
...]
DIEHash.h
29
#define HANDLE_DIE_HASH_ATTR(NAME)
DIEValue
NAME;
76
/// Hashes the data in a block like
DIEValue
, e.g. DW_FORM_block or
84
void hashAttribute(const
DIEValue
&Value, dwarf::Tag Tag);
DIE.cpp
188
for (const
DIEValue
&V : values())
221
DIEValue
DIE::findAttribute(dwarf::Attribute Attribute) const {
227
return
DIEValue
();
326
void
DIEValue
::emitValue(const AsmPrinter *AP) const {
329
llvm_unreachable("Expected valid
DIEValue
");
334
#include "llvm/CodeGen/
DIEValue
.def"
338
unsigned
DIEValue
::SizeOf(const AsmPrinter *AP) const {
341
llvm_unreachable("Expected valid
DIEValue
");
345
#include "llvm/CodeGen/
DIEValue
.def"
351
void
DIEValue
::print(raw_ostream &O) const
[
all
...]
DwarfUnit.h
93
DIEValue
(Attribute, Form, std::forward<T>(Value)));
DwarfDebug.cpp
2316
if (
DIEValue
SpecVal = Die->findAttribute(dwarf::DW_AT_specification)) {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DIE.h
369
class
DIEValue
{
374
#include "llvm/CodeGen/
DIEValue
.def"
429
#include "llvm/CodeGen/
DIEValue
.def"
438
void copyVal(const
DIEValue
&X) {
450
#include "llvm/CodeGen/
DIEValue
.def"
455
DIEValue
() = default;
457
DIEValue
(const
DIEValue
&X) : Ty(X.Ty), Attribute(X.Attribute), Form(X.Form) {
461
DIEValue
&operator=(const
DIEValue
&X)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinkerCompileUnit.h
38
assert(Old.getType() ==
DIEValue
::isInteger);
39
*I =
DIEValue
(Old.getAttribute(), Old.getForm(), DIEInteger(New));
/src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp
1008
DIEValue
Value;
1022
Value =
DIEValue
(dwarf::Attribute(AttrSpec.Attr),
1025
Value =
DIEValue
(dwarf::Attribute(AttrSpec.Attr),
1630
V =
DIEValue
(V.getAttribute(), V.getForm(), Offset);
Completed in 61 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026