Home
last modified time | relevance | path

Searched refs:getOrCreateLocalMachOHeader (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DMachO.h60 LLVM_ABI Expected<Symbol &> getOrCreateLocalMachOHeader(LinkGraph &G);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO.cpp113 Expected<Symbol &> getOrCreateLocalMachOHeader(LinkGraph &G) { in getOrCreateLocalMachOHeader() function
H A DCompactUnwindSupport.h638 if (auto LocalCUBase = getOrCreateLocalMachOHeader(G)) { in getOrCreateCompactUnwindBase()