Home
last modified time | relevance | path

Searched refs:Orphan (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/tools/llvm-cfi-verify/
H A DGraphBuilder.cpp102 for (const auto &Orphan : Result.OrphanedNodes) { in PrintTo() local
103 *os << " Orphan (0x" << std::hex << Orphan in PrintTo()
104 << ") Path: " << HexStringifyContainer(Result.flattenAddress(Orphan)) in PrintTo()
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dlma-offset.s37 ## Orphan section .text will be inserted here.
H A Dlinkorder.s30 ## Orphan section .text.bar precedes .text.foo. However, don't swap the order of .rodata.*
H A Dsections-nonalloc.s20 ## Orphan placement places other3, .symtab, .shstrtab and .strtab after other2.