OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CUNode
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
DIBuilder.cpp
35
: M(m), VMContext(M.getContext()),
CUNode
(CU),
70
if (!
CUNode
) {
76
CUNode
->replaceEnumTypes(MDTuple::get(VMContext, AllEnumTypes));
89
CUNode
->replaceRetainedTypes(MDTuple::get(VMContext, RetainValues));
99
CUNode
->replaceGlobalVariables(MDTuple::get(VMContext, AllGVs));
102
CUNode
->replaceImportedEntities(MDTuple::get(
109
CUNode
->replaceMacros(MDTuple::get(VMContext, I.second.getArrayRef()));
150
assert(!
CUNode
&& "Can only make one compile unit per DIBuilder instance");
151
CUNode
= DICompileUnit::getDistinct(
159
NMD->addOperand(
CUNode
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h
40
const DICompileUnit *
CUNode
;
100
uint16_t getLanguage() const { return
CUNode
->getSourceLanguage(); }
101
const DICompileUnit *getCUNode() const { return
CUNode
; }
DwarfDebug.cpp
1211
for (DICompileUnit *
CUNode
: M->debug_compile_units()) {
1216
CUNode
->getImportedEntities(), [](const DIImportedEntity *IE) {
1220
if (!HasNonLocalImportedEntities &&
CUNode
->getEnumTypes().empty() &&
1221
CUNode
->getRetainedTypes().empty() &&
1222
CUNode
->getGlobalVariables().empty() &&
CUNode
->getMacros().empty())
1225
DwarfCompileUnit &CU = getOrCreateDwarfCompileUnit(
CUNode
);
1228
for (auto *GVE :
CUNode
->getGlobalVariables()) {
1238
for (auto *GVE :
CUNode
->getGlobalVariables()) {
1244
for (auto *Ty :
CUNode
->getEnumTypes())
[
all
...]
DwarfCompileUnit.cpp
322
DD->addAccelName(*
CUNode
, GV->getName(), *VariableDIE);
328
DD->addAccelName(*
CUNode
, GV->getLinkageName(), *VariableDIE);
371
if (
CUNode
->isDebugDirectivesOnly())
499
DD->addSubprogramNames(*
CUNode
, SP, *SPDie);
670
DD->addSubprogramNames(*
CUNode
, InlinedSP, *ScopeDIE);
1348
switch (
CUNode
->getNameTableKind()) {
1357
!
CUNode
->isDebugDirectivesOnly() &&
DwarfUnit.cpp
92
: DIEUnit(UnitTag),
CUNode
(Node), Asm(A), DD(DW), DU(DWU),
255
if (
CUNode
->isDebugDirectivesOnly())
638
DD->addAccelType(*
CUNode
, Ty->getName(), TyDIE, Flags);
1059
DD->addAccelNamespace(*
CUNode
, Name, NDie);
1185
!
CUNode
->getDebugInfoForProfiling();
1389
DD->addAccelType(*
CUNode
, Name, *IndexTyDie, /*Flags*/ 0);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp
123
emitProfileNotes(NamedMDNode *
CUNode
, bool HasExecOrFork,
613
NamedMDNode *
CUNode
= M.getNamedMetadata("llvm.dbg.cu");
614
if (!
CUNode
|| (!Options.EmitNotes && !Options.EmitData))
621
emitProfileNotes(
CUNode
, HasExecOrFork, GetBFI, GetBPI, this->GetTLI);
813
NamedMDNode *
CUNode
, bool HasExecOrFork,
827
for (unsigned i = 0, e =
CUNode
->getNumOperands(); i != e; ++i) {
832
auto *CU = cast<DICompileUnit>(
CUNode
->getOperand(i));
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DIBuilder.h
45
DICompileUnit *
CUNode
; ///< The one compile unit created by this DIBuiler.
101
/// If \p CU is given a value other than nullptr, then set \p
CUNode
to CU.
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp
6148
llvm::NamedMDNode *
CUNode
= TheModule.getNamedMetadata("llvm.dbg.cu");
6149
if (!
CUNode
)
6158
for (int i = 0, e =
CUNode
->getNumOperands(); i != e; ++i) {
6159
llvm::MDNode *CU =
CUNode
->getOperand(i);
Completed in 36 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026