Home
last modified time | relevance | path

Searched refs:orc_rt (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Ddebug.h20 namespace orc_rt {
34 const char *Types = ::orc_rt::DebugTypes.load(std::memory_order_relaxed); \
39 if (Types == &DebugTypesAll || ::orc_rt::debugTypeEnabled(TYPE, Types)) { \
H A Dstring_pool.h25 namespace orc_rt {
164 template <> struct hash<orc_rt::PooledStringPtr> {
165 size_t operator()(const orc_rt::PooledStringPtr &A) const {
166 return hash<orc_rt::PooledStringPtr::PoolEntryPtr>()(A.S);
H A Dexecutor_address.h25 namespace orc_rt {
33 template <typename T> using rawPtr = orc_rt::identity<T *>;
255 template <> struct hash<orc_rt::ExecutorAddr> {
256 size_t operator()(const orc_rt::ExecutorAddr &A) const {
H A Drtti.cpp19 namespace orc_rt { namespace
H A Dcoff_platform.h26 namespace orc_rt {
H A Djit_dispatch.h19 namespace orc_rt {
H A Dmacho_platform.h32 namespace orc_rt {
H A Dstl_extras.h20 namespace orc_rt {
H A Dresolve.cpp22 using namespace orc_rt;
H A Ddebug.cpp21 namespace orc_rt { namespace
H A Ddlfcn_wrapper.cpp19 using namespace orc_rt;
H A Drun_program_wrapper.cpp19 using namespace orc_rt;
H A Drtti.h62 namespace orc_rt {
H A Dadt.h21 namespace orc_rt {
H A Delfnix_platform.h33 namespace orc_rt {
H A Dunique_function.h26 namespace orc_rt {
H A Dinterval_set.h18 namespace orc_rt {
H A Drecord_section_tracker.h22 namespace orc_rt {
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dsimple_packed_serialization_utils.h17 using BST = orc_rt::SPSSerializationTraits<SPSTagT, T>; in blobSerializationRoundTrip()
21 orc_rt::SPSOutputBuffer OB(Buffer.get(), Size); in blobSerializationRoundTrip()
25 orc_rt::SPSInputBuffer IB(Buffer.get(), Size); in blobSerializationRoundTrip()
H A Dbitmask_enum_test.cpp19 using namespace orc_rt;
27 namespace orc_rt { namespace
H A Dexecutor_symbol_def_test.cpp13 using namespace orc_rt;
H A Drtti_test.cpp20 using namespace orc_rt;
H A Dstring_pool_test.cpp12 using namespace orc_rt;
H A Dadt_test.cpp19 using namespace orc_rt;
H A Dexecutor_address_test.cpp20 using namespace orc_rt;

12