Home
last modified time | relevance | path

Searched refs:edges_empty (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp866 if (!B->edges_empty()) in preserveInitializerSections()
901 if (B->edges_empty()) in registerObjectPlatformSectionsInBootstrap()
H A DMachOPlatform.cpp990 if (!B->edges_empty()) in preserveImportantSections()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp302 if (!B->edges_empty()) { in dump()
H A DEHFrameSupport.cpp660 if (B.edges_empty()) in deregisterEHFrames()
H A DELF_riscv.cpp886 if (BlockToFix.edges_empty()) in addSingleRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h337 bool edges_empty() const { return Edges.empty(); } in edges_empty() function