Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp855 if (!B->edges_empty()) in preserveInitializerSections()
890 if (B->edges_empty()) in registerObjectPlatformSectionsInBootstrap()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp282 if (!B->edges_empty()) { in dump()
H A DEHFrameSupport.cpp667 if (B.edges_empty()) in FromEdgeScan()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h331 bool edges_empty() const { return Edges.empty(); } in edges_empty() function