Home
last modified time | relevance | path

Searched refs:ParentIdx (Results 1 – 25 of 78) sorted by relevance

1234

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h28 uint32_t ParentIdx = UINT32_MAX; variable
44 uint32_t ParentIdx);
50 if (ParentIdx == UINT32_MAX) in getParentIdx()
53 return ParentIdx; in getParentIdx()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/SPIRV/libSPIRV/
H A DSPIRVDebugInfoExt.h524 ParentIdx = 5, enumerator
545 ParentIdx = 5, enumerator
560 ParentIdx = 5, enumerator
576 ParentIdx = 5, enumerator
588 ParentIdx = 1, enumerator
599 ParentIdx = 1, enumerator
653 ParentIdx = 5, enumerator
669 ParentIdx = 5, enumerator
683 ParentIdx = 5, enumerator
698 ParentIdx = 3, enumerator
[all …]
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/libSPIRV/
H A DSPIRV.debug.h338 ParentIdx = 5, enumerator
374 ParentIdx = 5, enumerator
390 ParentIdx = 5, enumerator
402 ParentIdx = 1, enumerator
413 ParentIdx = 1, enumerator
483 ParentIdx = 5, enumerator
497 ParentIdx = 5, enumerator
512 ParentIdx = 3, enumerator
555 ParentIdx = 5, enumerator
770 ParentIdx = 7, enumerator
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp24 uint64_t UEndOffset, uint32_t ParentIdx) { in extractFast() argument
26 this->ParentIdx = ParentIdx; in extractFast()
H A DDWARFUnit.cpp773 if (Optional<uint32_t> ParentIdx = Die->getParentIdx()) { in getParent() local
774 assert(*ParentIdx < DieArray.size() && in getParent()
776 return DWARFDie(this, &DieArray[*ParentIdx]); in getParent()
799 Optional<uint32_t> ParentIdx = Die->getParentIdx(); in getPreviousSibling() local
800 if (!ParentIdx) in getPreviousSibling()
804 assert(*ParentIdx < DieArray.size() && in getPreviousSibling()
809 if (PrevDieIdx == *ParentIdx) in getPreviousSibling()
813 while (DieArray[PrevDieIdx].getParentIdx() != *ParentIdx) { in getPreviousSibling()
818 assert(PrevDieIdx >= *ParentIdx && in getPreviousSibling()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dlua.h83 uint ParentIdx; variable
125 …ade_table_entry() : Name(NULL), ShortName(NULL), ParentIdx(UINT_MAX), DerivatorIdx(UINT_MAX), Inst… in ade_table_entry()
139 ate.ParentIdx = ADE_INDEX(this); in AddSubentry()
145 ade_table_entry *new_this = &Ade_table_entries[ate.ParentIdx]; in AddSubentry()
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/
H A DLLVMToSPIRVDbgTran.cpp590 Ops[ParentIdx] = Scope->getId(); in transDbgTypeDef()
630 Ops[ParentIdx] = getScope(ET->getScope())->getId(); in transDbgEnumType()
669 Ops[ParentIdx] = getScope(CT->getScope())->getId(); in transDbgCompositeType()
829 Ops[ParentIdx] = Parent->getId(); in transDbgGlobalVariable()
857 Ops[ParentIdx] = SPIRVCU->getId(); in transDbgFunction()
859 Ops[ParentIdx] = getScope(Scope)->getId(); in transDbgFunction()
910 Ops[ParentIdx] = getScope(S->getScope())->getId(); in transDbgScope()
917 Ops[ParentIdx] = getScope(S->getScope())->getId(); in transDbgScope()
999 Ops[ParentIdx] = getScope(Var->getScope())->getId(); in transDbgLocalVariable()
1045 Ops[ParentIdx] = getScope(IE->getScope())->getId(); in transDbgImportedEntry()
[all …]
H A DSPIRVToLLVMDbgTran.cpp251 DIScope *ParentScope = getScope(BM->getEntry(Ops[ParentIdx])); in transTypeComposite()
320 DIScope *Scope = getScope(BM->getEntry(Ops[ParentIdx])); in transTypeMember()
360 DIScope *Scope = getScope(BM->getEntry(Ops[ParentIdx])); in transTypeEnum()
430 DIScope *ParentScope = getScope(BM->getEntry(Ops[ParentIdx])); in transLexicalBlock()
462 DIScope *Scope = getScope(BM->getEntry(Ops[ParentIdx])); in transFunction()
539 DIScope *Scope = getScope(BM->getEntry(Ops[ParentIdx])); in transFunctionDecl()
607 DIScope *Parent = getScope(BM->getEntry(Ops[ParentIdx])); in transGlobalVariable()
648 DIScope *Scope = getScope(BM->getEntry(Ops[ParentIdx])); in transLocalVariable()
675 DIScope *Scope = getScope(BM->getEntry(Ops[ParentIdx])); in transTypedef()
778 DIScope *Scope = getScope(BM->getEntry(Ops[ParentIdx])); in transImportedEntry()
[all …]
/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/
H A DhandleBox.c82 ClassIdx, SizeIdx, ParentIdx in handleBoxFunc() enumerator
110 case ParentIdx: in handleBoxFunc()
/dports/devel/llvm80/llvm-8.0.1.src/tools/dsymutil/
H A DCompileUnit.cpp21 Idx = U.getInfo(Idx).ParentIdx; in inFunctionScope()
46 !inFunctionScope(*this, I.ParentIdx)) in markEverythingAsKept()
/dports/devel/llvm70/llvm-7.0.1.src/tools/dsymutil/
H A DCompileUnit.cpp21 Idx = U.getInfo(Idx).ParentIdx;
46 !inFunctionScope(*this, I.ParentIdx)) in CFString()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scripting/
H A Dlua.cpp153 …if(ade_manager::getInstance()->getEntry(i).ParentIdx == UINT_MAX) //WMC - oh hey, we're done wit… in CreateLuaState()
219 if (ate->ParentIdx == UINT_MAX) in OutputLuaDocumentation()
/dports/devel/llvm90/llvm-9.0.1.src/tools/dsymutil/
H A DCompileUnit.cpp20 Idx = U.getInfo(Idx).ParentIdx; in inFunctionScope()
53 !inFunctionScope(*this, I.ParentIdx)) in markEverythingAsKept()
/dports/devel/llvm10/llvm-10.0.1.src/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp19 Idx = U.getInfo(Idx).ParentIdx; in inFunctionScope()
52 !inFunctionScope(*this, I.ParentIdx)) in markEverythingAsKept()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp19 Idx = U.getInfo(Idx).ParentIdx; in inFunctionScope()
52 !inFunctionScope(*this, I.ParentIdx)) in markEverythingAsKept()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp19 Idx = U.getInfo(Idx).ParentIdx; in inFunctionScope()
52 !inFunctionScope(*this, I.ParentIdx)) in markEverythingAsKept()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp19 Idx = U.getInfo(Idx).ParentIdx; in inFunctionScope()
60 !inFunctionScope(*this, I.ParentIdx)) in markEverythingAsKept()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp19 Idx = U.getInfo(Idx).ParentIdx; in inFunctionScope()
60 !inFunctionScope(*this, I.ParentIdx)) in markEverythingAsKept()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp19 Idx = U.getInfo(Idx).ParentIdx; in inFunctionScope()
60 !inFunctionScope(*this, I.ParentIdx)) in markEverythingAsKept()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp19 Idx = U.getInfo(Idx).ParentIdx; in inFunctionScope()
60 !inFunctionScope(*this, I.ParentIdx)) in markEverythingAsKept()
/dports/devel/llvm11/llvm-11.0.1.src/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp19 Idx = U.getInfo(Idx).ParentIdx; in inFunctionScope()
60 !inFunctionScope(*this, I.ParentIdx)) in markEverythingAsKept()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp19 Idx = U.getInfo(Idx).ParentIdx; in inFunctionScope()
60 !inFunctionScope(*this, I.ParentIdx)) in markEverythingAsKept()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp19 Idx = U.getInfo(Idx).ParentIdx; in inFunctionScope()
60 !inFunctionScope(*this, I.ParentIdx)) in markEverythingAsKept()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp19 Idx = U.getInfo(Idx).ParentIdx; in inFunctionScope()
60 !inFunctionScope(*this, I.ParentIdx)) in markEverythingAsKept()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp19 Idx = U.getInfo(Idx).ParentIdx; in inFunctionScope()
60 !inFunctionScope(*this, I.ParentIdx)) in markEverythingAsKept()

1234