Created
June 5, 2018 21:51
-
-
Save radare/c42ca8fdaa6b511f130c9a20073ed28b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 16%] Built target embedded_lld_lib | |
[ 63%] Built target embedded_softfloat | |
[ 69%] Built target embedded_lld_coff | |
[ 70%] Built target embedded_lld_mingw | |
[ 86%] Built target embedded_lld_elf | |
[ 90%] Built target embedded_lld_wasm | |
[ 91%] Built target zig_cpp | |
[ 92%] Linking CXX executable zig | |
Undefined symbols for architecture x86_64: | |
"_LLVMABIAlignmentOfType", referenced from: | |
get_pointer_to_type_extra(CodeGen*, TypeTableEntry*, bool, bool, PtrLen, unsigned int, unsigned int, unsigned int) in analyze.cpp.o | |
get_abi_alignment(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
get_struct_type(CodeGen*, char const*, char const**, TypeTableEntry**, unsigned long) in analyze.cpp.o | |
get_slice_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
resolve_enum_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
resolve_union_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
resolve_struct_zero_bits(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
... | |
"_LLVMABISizeOfType", referenced from: | |
get_maybe_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
get_array_type(CodeGen*, TypeTableEntry*, unsigned long long) in analyze.cpp.o | |
get_struct_type(CodeGen*, char const*, char const**, TypeTableEntry**, unsigned long) in analyze.cpp.o | |
get_error_union_type(CodeGen*, TypeTableEntry*, TypeTableEntry*) in analyze.cpp.o | |
resolve_struct_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
resolve_union_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
"_LLVMAddAlias", referenced from: | |
fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o | |
"_LLVMAddAttributeAtIndex", referenced from: | |
addLLVMAttr(LLVMOpaqueValue*, unsigned int, char const*) in codegen.cpp.o | |
addLLVMAttrStr(LLVMOpaqueValue*, unsigned int, char const*, char const*) in codegen.cpp.o | |
addLLVMAttrInt(LLVMOpaqueValue*, unsigned int, char const*, unsigned long long) in codegen.cpp.o | |
"_LLVMAddCallSiteAttribute", referenced from: | |
addLLVMCallsiteAttr(LLVMOpaqueValue*, unsigned int, char const*) in codegen.cpp.o | |
"_LLVMAddCase", referenced from: | |
ir_render_switch_br(CodeGen*, IrExecutable*, IrInstructionSwitchBr*) in codegen.cpp.o | |
add_error_range_check(CodeGen*, TypeTableEntry*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o | |
"_LLVMAddFunction", referenced from: | |
fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o | |
get_memcpy_fn_val(CodeGen*) in codegen.cpp.o | |
get_memset_fn_val(CodeGen*) in codegen.cpp.o | |
get_arithmetic_overflow_fn(CodeGen*, TypeTableEntry*, char const*, char const*) in codegen.cpp.o | |
get_float_fn(CodeGen*, TypeTableEntry*, ZigLLVMFnId) in codegen.cpp.o | |
get_stacksave_fn_val(CodeGen*) in codegen.cpp.o | |
get_stackrestore_fn_val(CodeGen*) in codegen.cpp.o | |
... | |
"_LLVMAddGlobal", referenced from: | |
do_code_gen(CodeGen*) in codegen.cpp.o | |
generate_error_name_table(CodeGen*) in codegen.cpp.o | |
generate_enum_name_tables(CodeGen*) in codegen.cpp.o | |
render_const_val_global(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o | |
"_LLVMAddIncoming", referenced from: | |
ir_render_phi(CodeGen*, IrExecutable*, IrInstructionPhi*) in codegen.cpp.o | |
gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o | |
"_LLVMAppendBasicBlock", referenced from: | |
build_all_basic_blocks(CodeGen*, FnTableEntry*) in codegen.cpp.o | |
ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o | |
ir_render_union_field_ptr(CodeGen*, IrExecutable*, IrInstructionUnionFieldPtr*) in codegen.cpp.o | |
ir_render_unwrap_maybe(CodeGen*, IrExecutable*, IrInstructionUnwrapMaybe*) in codegen.cpp.o | |
ir_render_unwrap_err_payload(CodeGen*, IrExecutable*, IrInstructionUnwrapErrPayload*) in codegen.cpp.o | |
ir_render_align_cast(CodeGen*, IrExecutable*, IrInstructionAlignCast*) in codegen.cpp.o | |
gen_overflow_op(CodeGen*, TypeTableEntry*, AddSubMul, LLVMOpaqueValue*, LLVMOpaqueValue*) in codegen.cpp.o | |
... | |
"_LLVMArrayType", referenced from: | |
get_array_type(CodeGen*, TypeTableEntry*, unsigned long long) in analyze.cpp.o | |
gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
"_LLVMBuildAShr", referenced from: | |
ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o | |
gen_overflow_shl_op(CodeGen*, TypeTableEntry*, LLVMOpaqueValue*, LLVMOpaqueValue*) in codegen.cpp.o | |
gen_overflow_shr_op(CodeGen*, TypeTableEntry*, LLVMOpaqueValue*, LLVMOpaqueValue*) in codegen.cpp.o | |
render_shl_with_overflow(CodeGen*, IrInstructionOverflowOp*) in codegen.cpp.o | |
"_LLVMBuildAdd", referenced from: | |
ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o | |
"_LLVMBuildAlloca", referenced from: | |
build_alloca(CodeGen*, TypeTableEntry*, char const*, unsigned int) in codegen.cpp.o | |
get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o | |
get_merge_err_ret_traces_fn_val(CodeGen*) in codegen.cpp.o | |
"_LLVMBuildAnd", referenced from: | |
ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o | |
ir_render_align_cast(CodeGen*, IrExecutable*, IrInstructionAlignCast*) in codegen.cpp.o | |
gen_assign_raw(CodeGen*, LLVMOpaqueValue*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o | |
gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o | |
add_error_range_check(CodeGen*, TypeTableEntry*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o | |
"_LLVMBuildAtomicRMW", referenced from: | |
ir_render_atomic_rmw(CodeGen*, IrExecutable*, IrInstructionAtomicRmw*) in codegen.cpp.o | |
"_LLVMBuildBitCast", referenced from: | |
ir_render_decl_var(CodeGen*, IrExecutable*, IrInstructionDeclVar*) in codegen.cpp.o | |
ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o | |
ir_render_elem_ptr(CodeGen*, IrExecutable*, IrInstructionElemPtr*) in codegen.cpp.o | |
ir_render_union_field_ptr(CodeGen*, IrExecutable*, IrInstructionUnionFieldPtr*) in codegen.cpp.o | |
ir_render_truncate(CodeGen*, IrExecutable*, IrInstructionTruncate*) in codegen.cpp.o | |
ir_render_memset(CodeGen*, IrExecutable*, IrInstructionMemset*) in codegen.cpp.o | |
ir_render_memcpy(CodeGen*, IrExecutable*, IrInstructionMemcpy*) in codegen.cpp.o | |
... | |
"_LLVMBuildBr", referenced from: | |
ir_render_br(CodeGen*, IrExecutable*, IrInstructionBr*) in codegen.cpp.o | |
gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o | |
get_merge_err_ret_traces_fn_val(CodeGen*) in codegen.cpp.o | |
"_LLVMBuildCall", referenced from: | |
ir_render_decl_var(CodeGen*, IrExecutable*, IrInstructionDeclVar*) in codegen.cpp.o | |
ir_render_call(CodeGen*, IrExecutable*, IrInstructionCall*) in codegen.cpp.o | |
ir_render_asm(CodeGen*, IrExecutable*, IrInstructionAsm*) in codegen.cpp.o | |
ir_render_clz(CodeGen*, IrExecutable*, IrInstructionClz*) in codegen.cpp.o | |
ir_render_ctz(CodeGen*, IrExecutable*, IrInstructionCtz*) in codegen.cpp.o | |
ir_render_memset(CodeGen*, IrExecutable*, IrInstructionMemset*) in codegen.cpp.o | |
ir_render_memcpy(CodeGen*, IrExecutable*, IrInstructionMemcpy*) in codegen.cpp.o | |
... | |
"_LLVMBuildCondBr", referenced from: | |
ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o | |
ir_render_cond_br(CodeGen*, IrExecutable*, IrInstructionCondBr*) in codegen.cpp.o | |
ir_render_union_field_ptr(CodeGen*, IrExecutable*, IrInstructionUnionFieldPtr*) in codegen.cpp.o | |
ir_render_unwrap_maybe(CodeGen*, IrExecutable*, IrInstructionUnwrapMaybe*) in codegen.cpp.o | |
ir_render_unwrap_err_payload(CodeGen*, IrExecutable*, IrInstructionUnwrapErrPayload*) in codegen.cpp.o | |
ir_render_align_cast(CodeGen*, IrExecutable*, IrInstructionAlignCast*) in codegen.cpp.o | |
gen_overflow_op(CodeGen*, TypeTableEntry*, AddSubMul, LLVMOpaqueValue*, LLVMOpaqueValue*) in codegen.cpp.o | |
... | |
"_LLVMBuildExactSDiv", referenced from: | |
gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o | |
"_LLVMBuildExactUDiv", referenced from: | |
ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o | |
gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o | |
"_LLVMBuildExtractValue", referenced from: | |
ir_render_cmpxchg(CodeGen*, IrExecutable*, IrInstructionCmpxchg*) in codegen.cpp.o | |
ir_render_overflow_op(CodeGen*, IrExecutable*, IrInstructionOverflowOp*) in codegen.cpp.o | |
gen_overflow_op(CodeGen*, TypeTableEntry*, AddSubMul, LLVMOpaqueValue*, LLVMOpaqueValue*) in codegen.cpp.o | |
"_LLVMBuildFAdd", referenced from: | |
ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o | |
gen_rem(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, RemKind) in codegen.cpp.o | |
"_LLVMBuildFCmp", referenced from: | |
ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o | |
gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o | |
gen_rem(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, RemKind) in codegen.cpp.o | |
"_LLVMBuildFDiv", referenced from: | |
gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o | |
"_LLVMBuildFMul", referenced from: | |
ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o | |
"_LLVMBuildFNeg", referenced from: | |
ir_render_un_op(CodeGen*, IrExecutable*, IrInstructionUnOp*) in codegen.cpp.o | |
"_LLVMBuildFPExt", referenced from: | |
gen_widen_or_shorten(CodeGen*, bool, TypeTableEntry*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o | |
"_LLVMBuildFPToSI", referenced from: | |
ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o | |
"_LLVMBuildFPToUI", referenced from: | |
ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o | |
"_LLVMBuildFPTrunc", referenced from: | |
gen_widen_or_shorten(CodeGen*, bool, TypeTableEntry*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o | |
"_LLVMBuildFRem", referenced from: | |
gen_rem(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, RemKind) in codegen.cpp.o | |
"_LLVMBuildFSub", referenced from: | |
ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o | |
"_LLVMBuildFence", referenced from: | |
ir_render_fence(CodeGen*, IrExecutable*, IrInstructionFence*) in codegen.cpp.o | |
"_LLVMBuildICmp", referenced from: | |
ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o | |
ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o | |
ir_render_union_field_ptr(CodeGen*, IrExecutable*, IrInstructionUnionFieldPtr*) in codegen.cpp.o | |
ir_render_bool_not(CodeGen*, IrExecutable*, IrInstructionBoolNot*) in codegen.cpp.o | |
ir_render_test_err(CodeGen*, IrExecutable*, IrInstructionTestErr*) in codegen.cpp.o | |
ir_render_unwrap_err_payload(CodeGen*, IrExecutable*, IrInstructionUnwrapErrPayload*) in codegen.cpp.o | |
ir_render_align_cast(CodeGen*, IrExecutable*, IrInstructionAlignCast*) in codegen.cpp.o | |
... | |
"_LLVMBuildInBoundsGEP", referenced from: | |
do_code_gen(CodeGen*) in codegen.cpp.o | |
ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o | |
ir_render_elem_ptr(CodeGen*, IrExecutable*, IrInstructionElemPtr*) in codegen.cpp.o | |
ir_render_err_name(CodeGen*, IrExecutable*, IrInstructionErrName*) in codegen.cpp.o | |
ir_render_slice(CodeGen*, IrExecutable*, IrInstructionSlice*) in codegen.cpp.o | |
ir_render_container_init_list(CodeGen*, IrExecutable*, IrInstructionContainerInitList*) in codegen.cpp.o | |
ir_render_enum_tag_name(CodeGen*, IrExecutable*, IrInstructionTagName*) in codegen.cpp.o | |
... | |
"_LLVMBuildIntToPtr", referenced from: | |
ir_render_int_to_ptr(CodeGen*, IrExecutable*, IrInstructionIntToPtr*) in codegen.cpp.o | |
ir_render_field_parent_ptr(CodeGen*, IrExecutable*, IrInstructionFieldParentPtr*) in codegen.cpp.o | |
ir_render_atomic_rmw(CodeGen*, IrExecutable*, IrInstructionAtomicRmw*) in codegen.cpp.o | |
"_LLVMBuildLShr", referenced from: | |
ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o | |
ir_render_load_ptr(CodeGen*, IrExecutable*, IrInstructionLoadPtr*) in codegen.cpp.o | |
gen_overflow_shl_op(CodeGen*, TypeTableEntry*, LLVMOpaqueValue*, LLVMOpaqueValue*) in codegen.cpp.o | |
gen_overflow_shr_op(CodeGen*, TypeTableEntry*, LLVMOpaqueValue*, LLVMOpaqueValue*) in codegen.cpp.o | |
render_shl_with_overflow(CodeGen*, IrInstructionOverflowOp*) in codegen.cpp.o | |
"_LLVMBuildLoad", referenced from: | |
gen_load_untyped(CodeGen*, LLVMOpaqueValue*, unsigned int, bool, char const*) in codegen.cpp.o | |
get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o | |
get_merge_err_ret_traces_fn_val(CodeGen*) in codegen.cpp.o | |
"_LLVMBuildMul", referenced from: | |
ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o | |
ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o | |
"_LLVMBuildNSWAdd", referenced from: | |
ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o | |
gen_rem(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, RemKind) in codegen.cpp.o | |
"_LLVMBuildNSWMul", referenced from: | |
ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o | |
gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o | |
"_LLVMBuildNSWNeg", referenced from: | |
ir_render_un_op(CodeGen*, IrExecutable*, IrInstructionUnOp*) in codegen.cpp.o | |
"_LLVMBuildNSWSub", referenced from: | |
ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o | |
ir_render_slice(CodeGen*, IrExecutable*, IrInstructionSlice*) in codegen.cpp.o | |
gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o | |
"_LLVMBuildNUWAdd", referenced from: | |
ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o | |
get_new_stack_addr(CodeGen*, LLVMOpaqueValue*) in codegen.cpp.o | |
get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o | |
get_add_error_return_trace_addr_fn(CodeGen*) in codegen.cpp.o | |
get_merge_err_ret_traces_fn_val(CodeGen*) in codegen.cpp.o | |
"_LLVMBuildNUWMul", referenced from: | |
ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o | |
ir_render_elem_ptr(CodeGen*, IrExecutable*, IrInstructionElemPtr*) in codegen.cpp.o | |
"_LLVMBuildNUWNeg", referenced from: | |
ir_render_un_op(CodeGen*, IrExecutable*, IrInstructionUnOp*) in codegen.cpp.o | |
"_LLVMBuildNUWSub", referenced from: | |
ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o | |
ir_render_field_parent_ptr(CodeGen*, IrExecutable*, IrInstructionFieldParentPtr*) in codegen.cpp.o | |
get_new_stack_addr(CodeGen*, LLVMOpaqueValue*) in codegen.cpp.o | |
get_merge_err_ret_traces_fn_val(CodeGen*) in codegen.cpp.o | |
"_LLVMBuildNeg", referenced from: | |
ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o | |
ir_render_un_op(CodeGen*, IrExecutable*, IrInstructionUnOp*) in codegen.cpp.o | |
"_LLVMBuildNot", referenced from: | |
ir_render_un_op(CodeGen*, IrExecutable*, IrInstructionUnOp*) in codegen.cpp.o | |
ir_render_cmpxchg(CodeGen*, IrExecutable*, IrInstructionCmpxchg*) in codegen.cpp.o | |
"_LLVMBuildOr", referenced from: | |
ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o | |
gen_assign_raw(CodeGen*, LLVMOpaqueValue*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o | |
gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o | |
"_LLVMBuildPhi", referenced from: | |
ir_render_phi(CodeGen*, IrExecutable*, IrInstructionPhi*) in codegen.cpp.o | |
gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o | |
"_LLVMBuildPtrToInt", referenced from: | |
ir_render_ptr_to_int(CodeGen*, IrExecutable*, IrInstructionPtrToInt*) in codegen.cpp.o | |
ir_render_field_parent_ptr(CodeGen*, IrExecutable*, IrInstructionFieldParentPtr*) in codegen.cpp.o | |
ir_render_align_cast(CodeGen*, IrExecutable*, IrInstructionAlignCast*) in codegen.cpp.o | |
ir_render_atomic_rmw(CodeGen*, IrExecutable*, IrInstructionAtomicRmw*) in codegen.cpp.o | |
get_new_stack_addr(CodeGen*, LLVMOpaqueValue*) in codegen.cpp.o | |
get_return_err_fn(CodeGen*) in codegen.cpp.o | |
"_LLVMBuildRet", referenced from: | |
ir_render_return(CodeGen*, IrExecutable*, IrInstructionReturn*) in codegen.cpp.o | |
ir_render_coro_alloc_fail(CodeGen*, IrExecutable*, IrInstructionCoroAllocFail*) in codegen.cpp.o | |
get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o | |
"_LLVMBuildRetVoid", referenced from: | |
ir_render_return(CodeGen*, IrExecutable*, IrInstructionReturn*) in codegen.cpp.o | |
get_return_err_fn(CodeGen*) in codegen.cpp.o | |
get_add_error_return_trace_addr_fn(CodeGen*) in codegen.cpp.o | |
get_merge_err_ret_traces_fn_val(CodeGen*) in codegen.cpp.o | |
"_LLVMBuildSDiv", referenced from: | |
gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o | |
"_LLVMBuildSExt", referenced from: | |
gen_widen_or_shorten(CodeGen*, bool, TypeTableEntry*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o | |
"_LLVMBuildSIToFP", referenced from: | |
ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o | |
"_LLVMBuildSRem", referenced from: | |
gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o | |
gen_rem(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, RemKind) in codegen.cpp.o | |
"_LLVMBuildSelect", referenced from: | |
ir_render_cmpxchg(CodeGen*, IrExecutable*, IrInstructionCmpxchg*) in codegen.cpp.o | |
gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o | |
gen_rem(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, RemKind) in codegen.cpp.o | |
"_LLVMBuildShl", referenced from: | |
ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o | |
gen_assign_raw(CodeGen*, LLVMOpaqueValue*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o | |
gen_overflow_shl_op(CodeGen*, TypeTableEntry*, LLVMOpaqueValue*, LLVMOpaqueValue*) in codegen.cpp.o | |
gen_overflow_shr_op(CodeGen*, TypeTableEntry*, LLVMOpaqueValue*, LLVMOpaqueValue*) in codegen.cpp.o | |
render_shl_with_overflow(CodeGen*, IrInstructionOverflowOp*) in codegen.cpp.o | |
"_LLVMBuildStore", referenced from: | |
gen_store_untyped(CodeGen*, LLVMOpaqueValue*, LLVMOpaqueValue*, unsigned int, bool) in codegen.cpp.o | |
ir_render_call(CodeGen*, IrExecutable*, IrInstructionCall*) in codegen.cpp.o | |
ir_render_coro_alloc_fail(CodeGen*, IrExecutable*, IrInstructionCoroAllocFail*) in codegen.cpp.o | |
get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o | |
get_merge_err_ret_traces_fn_val(CodeGen*) in codegen.cpp.o | |
"_LLVMBuildStructGEP", referenced from: | |
do_code_gen(CodeGen*) in codegen.cpp.o | |
ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o | |
ir_render_elem_ptr(CodeGen*, IrExecutable*, IrInstructionElemPtr*) in codegen.cpp.o | |
ir_render_call(CodeGen*, IrExecutable*, IrInstructionCall*) in codegen.cpp.o | |
ir_render_struct_field_ptr(CodeGen*, IrExecutable*, IrInstructionStructFieldPtr*) in codegen.cpp.o | |
ir_render_union_field_ptr(CodeGen*, IrExecutable*, IrInstructionUnionFieldPtr*) in codegen.cpp.o | |
ir_render_unwrap_maybe(CodeGen*, IrExecutable*, IrInstructionUnwrapMaybe*) in codegen.cpp.o | |
... | |
"_LLVMBuildSub", referenced from: | |
ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o | |
"_LLVMBuildSwitch", referenced from: | |
ir_render_switch_br(CodeGen*, IrExecutable*, IrInstructionSwitchBr*) in codegen.cpp.o | |
add_error_range_check(CodeGen*, TypeTableEntry*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o | |
"_LLVMBuildTrunc", referenced from: | |
ir_render_load_ptr(CodeGen*, IrExecutable*, IrInstructionLoadPtr*) in codegen.cpp.o | |
ir_render_truncate(CodeGen*, IrExecutable*, IrInstructionTruncate*) in codegen.cpp.o | |
gen_widen_or_shorten(CodeGen*, bool, TypeTableEntry*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o | |
"_LLVMBuildUDiv", referenced from: | |
gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o | |
"_LLVMBuildUIToFP", referenced from: | |
ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o | |
"_LLVMBuildURem", referenced from: | |
ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o | |
gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o | |
gen_rem(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, RemKind) in codegen.cpp.o | |
get_new_stack_addr(CodeGen*, LLVMOpaqueValue*) in codegen.cpp.o | |
get_add_error_return_trace_addr_fn(CodeGen*) in codegen.cpp.o | |
get_merge_err_ret_traces_fn_val(CodeGen*) in codegen.cpp.o | |
"_LLVMBuildUnreachable", referenced from: | |
ir_render_unreachable(CodeGen*, IrExecutable*, IrInstructionUnreachable*) in codegen.cpp.o | |
ir_render_call(CodeGen*, IrExecutable*, IrInstructionCall*) in codegen.cpp.o | |
ir_render_err_name(CodeGen*, IrExecutable*, IrInstructionErrName*) in codegen.cpp.o | |
gen_panic(CodeGen*, LLVMOpaqueValue*, LLVMOpaqueValue*) in codegen.cpp.o | |
gen_safety_crash_for_err(CodeGen*, LLVMOpaqueValue*, Scope*) in codegen.cpp.o | |
"_LLVMBuildXor", referenced from: | |
ir_render_bin_op(CodeGen*, IrExecutable*, IrInstructionBinOp*) in codegen.cpp.o | |
"_LLVMBuildZExt", referenced from: | |
ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o | |
gen_assign_raw(CodeGen*, LLVMOpaqueValue*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o | |
gen_widen_or_shorten(CodeGen*, bool, TypeTableEntry*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o | |
"_LLVMByteOrder", referenced from: | |
init(CodeGen*) in codegen.cpp.o | |
"_LLVMConstAllOnes", referenced from: | |
gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
ir_render_memset(CodeGen*, IrExecutable*, IrInstructionMemset*) in codegen.cpp.o | |
ir_render_memcpy(CodeGen*, IrExecutable*, IrInstructionMemcpy*) in codegen.cpp.o | |
ir_render_maybe_wrap(CodeGen*, IrExecutable*, IrInstructionMaybeWrap*) in codegen.cpp.o | |
gen_assign_raw(CodeGen*, LLVMOpaqueValue*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o | |
"_LLVMConstArray", referenced from: | |
generate_error_name_table(CodeGen*) in codegen.cpp.o | |
generate_enum_name_tables(CodeGen*) in codegen.cpp.o | |
gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o | |
"_LLVMConstBitCast", referenced from: | |
generate_error_name_table(CodeGen*) in codegen.cpp.o | |
gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o | |
get_panic_msg_ptr_val(CodeGen*, PanicMsgId) in codegen.cpp.o | |
"_LLVMConstFPToUI", referenced from: | |
pack_const_int(CodeGen*, LLVMOpaqueType*, ConstExprValue*) in codegen.cpp.o | |
"_LLVMConstGEP", referenced from: | |
generate_enum_name_tables(CodeGen*) in codegen.cpp.o | |
"_LLVMConstInBoundsGEP", referenced from: | |
gen_const_ptr_array_recursive(CodeGen*, ConstExprValue*, unsigned long) in codegen.cpp.o | |
gen_const_ptr_struct_recursive(CodeGen*, ConstExprValue*, unsigned long) in codegen.cpp.o | |
gen_const_ptr_union_recursive(CodeGen*, ConstExprValue*) in codegen.cpp.o | |
get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o | |
"_LLVMConstInlineAsm", referenced from: | |
ir_render_asm(CodeGen*, IrExecutable*, IrInstructionAsm*) in codegen.cpp.o | |
"_LLVMConstInt", referenced from: | |
do_code_gen(CodeGen*) in codegen.cpp.o | |
generate_error_name_table(CodeGen*) in codegen.cpp.o | |
generate_enum_name_tables(CodeGen*) in codegen.cpp.o | |
gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
bigint_to_llvm_const(LLVMOpaqueType*, BigInt*) in codegen.cpp.o | |
pack_const_int(CodeGen*, LLVMOpaqueType*, ConstExprValue*) in codegen.cpp.o | |
gen_const_ptr_array_recursive(CodeGen*, ConstExprValue*, unsigned long) in codegen.cpp.o | |
... | |
"_LLVMConstIntOfArbitraryPrecision", referenced from: | |
gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
bigint_to_llvm_const(LLVMOpaqueType*, BigInt*) in codegen.cpp.o | |
"_LLVMConstIntToPtr", referenced from: | |
gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
ir_render_coro_id(CodeGen*, IrExecutable*, IrInstructionCoroId*) in codegen.cpp.o | |
"_LLVMConstNamedStruct", referenced from: | |
generate_error_name_table(CodeGen*) in codegen.cpp.o | |
generate_enum_name_tables(CodeGen*) in codegen.cpp.o | |
gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o | |
"_LLVMConstNeg", referenced from: | |
bigint_to_llvm_const(LLVMOpaqueType*, BigInt*) in codegen.cpp.o | |
"_LLVMConstNot", referenced from: | |
gen_assign_raw(CodeGen*, LLVMOpaqueValue*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o | |
"_LLVMConstNull", referenced from: | |
do_code_gen(CodeGen*) in codegen.cpp.o | |
generate_enum_name_tables(CodeGen*) in codegen.cpp.o | |
gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
bigint_to_llvm_const(LLVMOpaqueType*, BigInt*) in codegen.cpp.o | |
gen_const_ptr_array_recursive(CodeGen*, ConstExprValue*, unsigned long) in codegen.cpp.o | |
gen_const_ptr_struct_recursive(CodeGen*, ConstExprValue*, unsigned long) in codegen.cpp.o | |
gen_const_ptr_union_recursive(CodeGen*, ConstExprValue*) in codegen.cpp.o | |
... | |
"_LLVMConstOr", referenced from: | |
gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
pack_const_int(CodeGen*, LLVMOpaqueType*, ConstExprValue*) in codegen.cpp.o | |
"_LLVMConstPtrToInt", referenced from: | |
pack_const_int(CodeGen*, LLVMOpaqueType*, ConstExprValue*) in codegen.cpp.o | |
"_LLVMConstReal", referenced from: | |
gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
"_LLVMConstShl", referenced from: | |
gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
pack_const_int(CodeGen*, LLVMOpaqueType*, ConstExprValue*) in codegen.cpp.o | |
gen_assign_raw(CodeGen*, LLVMOpaqueValue*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o | |
"_LLVMConstString", referenced from: | |
generate_error_name_table(CodeGen*) in codegen.cpp.o | |
generate_enum_name_tables(CodeGen*) in codegen.cpp.o | |
"_LLVMConstStruct", referenced from: | |
gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
"_LLVMConstZExt", referenced from: | |
pack_const_int(CodeGen*, LLVMOpaqueType*, ConstExprValue*) in codegen.cpp.o | |
gen_assign_raw(CodeGen*, LLVMOpaqueValue*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o | |
"_LLVMCopyStringRepOfTargetData", referenced from: | |
init(CodeGen*) in codegen.cpp.o | |
"_LLVMCountParamTypes", referenced from: | |
get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o | |
"_LLVMCreateBuilder", referenced from: | |
init(CodeGen*) in codegen.cpp.o | |
"_LLVMCreateEnumAttribute", referenced from: | |
addLLVMAttr(LLVMOpaqueValue*, unsigned int, char const*) in codegen.cpp.o | |
addLLVMAttrInt(LLVMOpaqueValue*, unsigned int, char const*, unsigned long long) in codegen.cpp.o | |
addLLVMCallsiteAttr(LLVMOpaqueValue*, unsigned int, char const*) in codegen.cpp.o | |
"_LLVMCreateStringAttribute", referenced from: | |
addLLVMAttrStr(LLVMOpaqueValue*, unsigned int, char const*, char const*) in codegen.cpp.o | |
"_LLVMCreateTargetDataLayout", referenced from: | |
init(CodeGen*) in codegen.cpp.o | |
"_LLVMCreateTargetMachine", referenced from: | |
init(CodeGen*) in codegen.cpp.o | |
"_LLVMDisposeTargetMachine", referenced from: | |
codegen_destroy(CodeGen*) in codegen.cpp.o | |
"_LLVMDoubleType", referenced from: | |
define_builtin_types(CodeGen*) in codegen.cpp.o | |
"_LLVMDumpModule", referenced from: | |
do_code_gen(CodeGen*) in codegen.cpp.o | |
codegen_link(CodeGen*, char const*) in link.cpp.o | |
"_LLVMFP128Type", referenced from: | |
define_builtin_types(CodeGen*) in codegen.cpp.o | |
"_LLVMFloatType", referenced from: | |
define_builtin_types(CodeGen*) in codegen.cpp.o | |
"_LLVMFunctionType", referenced from: | |
get_fn_type(CodeGen*, FnTypeId*) in analyze.cpp.o | |
ir_render_asm(CodeGen*, IrExecutable*, IrInstructionAsm*) in codegen.cpp.o | |
get_memcpy_fn_val(CodeGen*) in codegen.cpp.o | |
get_memset_fn_val(CodeGen*) in codegen.cpp.o | |
get_arithmetic_overflow_fn(CodeGen*, TypeTableEntry*, char const*, char const*) in codegen.cpp.o | |
get_float_fn(CodeGen*, TypeTableEntry*, ZigLLVMFnId) in codegen.cpp.o | |
get_stacksave_fn_val(CodeGen*) in codegen.cpp.o | |
... | |
"_LLVMGetCurrentDebugLocation", referenced from: | |
get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o | |
get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o | |
get_return_err_fn(CodeGen*) in codegen.cpp.o | |
get_add_error_return_trace_addr_fn(CodeGen*) in codegen.cpp.o | |
get_merge_err_ret_traces_fn_val(CodeGen*) in codegen.cpp.o | |
"_LLVMGetDefaultTargetTriple", referenced from: | |
_ZigLLVMGetNativeTarget in libzig_cpp.a(zig_llvm.cpp.o) | |
"_LLVMGetElementType", referenced from: | |
gen_const_ptr_array_recursive(CodeGen*, ConstExprValue*, unsigned long) in codegen.cpp.o | |
ir_render_elem_ptr(CodeGen*, IrExecutable*, IrInstructionElemPtr*) in codegen.cpp.o | |
ir_render_slice(CodeGen*, IrExecutable*, IrInstructionSlice*) in codegen.cpp.o | |
gen_load_untyped(CodeGen*, LLVMOpaqueValue*, unsigned int, bool, char const*) in codegen.cpp.o | |
get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o | |
"_LLVMGetEnumAttributeKindForName", referenced from: | |
addLLVMAttr(LLVMOpaqueValue*, unsigned int, char const*) in codegen.cpp.o | |
addLLVMAttrInt(LLVMOpaqueValue*, unsigned int, char const*, unsigned long long) in codegen.cpp.o | |
addLLVMCallsiteAttr(LLVMOpaqueValue*, unsigned int, char const*) in codegen.cpp.o | |
"_LLVMGetGlobalContext", referenced from: | |
get_struct_type(CodeGen*, char const*, char const**, TypeTableEntry**, unsigned long) in analyze.cpp.o | |
get_slice_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
get_partial_container_type(CodeGen*, Scope*, ContainerKind, AstNode*, char const*, ContainerLayout) in analyze.cpp.o | |
addLLVMAttr(LLVMOpaqueValue*, unsigned int, char const*) in codegen.cpp.o | |
addLLVMAttrStr(LLVMOpaqueValue*, unsigned int, char const*, char const*) in codegen.cpp.o | |
addLLVMAttrInt(LLVMOpaqueValue*, unsigned int, char const*, unsigned long long) in codegen.cpp.o | |
ir_render_coro_suspend(CodeGen*, IrExecutable*, IrInstructionCoroSuspend*) in codegen.cpp.o | |
... | |
"_LLVMGetInsertBlock", referenced from: | |
gen_var_debug_decl(CodeGen*, VariableTableEntry*) in codegen.cpp.o | |
ir_render(CodeGen*, FnTableEntry*) in codegen.cpp.o | |
gen_div(CodeGen*, bool, bool, LLVMOpaqueValue*, LLVMOpaqueValue*, TypeTableEntry*, DivKind) in codegen.cpp.o | |
get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o | |
get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o | |
get_return_err_fn(CodeGen*) in codegen.cpp.o | |
get_add_error_return_trace_addr_fn(CodeGen*) in codegen.cpp.o | |
... | |
"_LLVMGetIntTypeWidth", referenced from: | |
ir_render_load_ptr(CodeGen*, IrExecutable*, IrInstructionLoadPtr*) in codegen.cpp.o | |
gen_assign_raw(CodeGen*, LLVMOpaqueValue*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o | |
"_LLVMGetIntrinsicID", referenced from: | |
get_memcpy_fn_val(CodeGen*) in codegen.cpp.o | |
get_memset_fn_val(CodeGen*) in codegen.cpp.o | |
get_arithmetic_overflow_fn(CodeGen*, TypeTableEntry*, char const*, char const*) in codegen.cpp.o | |
get_float_fn(CodeGen*, TypeTableEntry*, ZigLLVMFnId) in codegen.cpp.o | |
get_stacksave_fn_val(CodeGen*) in codegen.cpp.o | |
get_stackrestore_fn_val(CodeGen*) in codegen.cpp.o | |
get_write_register_fn_val(CodeGen*) in codegen.cpp.o | |
... | |
"_LLVMGetNamedFunction", referenced from: | |
fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o | |
validate_inline_fns(CodeGen*) in codegen.cpp.o | |
"_LLVMGetParam", referenced from: | |
do_code_gen(CodeGen*) in codegen.cpp.o | |
ir_render_get_implicit_allocator(CodeGen*, IrExecutable*, IrInstructionGetImplicitAllocator*) in codegen.cpp.o | |
ir_render_coro_alloc_fail(CodeGen*, IrExecutable*, IrInstructionCoroAllocFail*) in codegen.cpp.o | |
ir_render_coro_alloc_helper(CodeGen*, IrExecutable*, IrInstructionCoroAllocHelper*) in codegen.cpp.o | |
get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o | |
get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o | |
get_return_err_fn(CodeGen*) in codegen.cpp.o | |
... | |
"_LLVMGetParamTypes", referenced from: | |
get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o | |
"_LLVMGetTargetFromTriple", referenced from: | |
init(CodeGen*) in codegen.cpp.o | |
"_LLVMGetTypeKind", referenced from: | |
gen_const_ptr_array_recursive(CodeGen*, ConstExprValue*, unsigned long) in codegen.cpp.o | |
ir_render_elem_ptr(CodeGen*, IrExecutable*, IrInstructionElemPtr*) in codegen.cpp.o | |
ir_render_slice(CodeGen*, IrExecutable*, IrInstructionSlice*) in codegen.cpp.o | |
gen_assign_raw(CodeGen*, LLVMOpaqueValue*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o | |
"_LLVMGetUndef", referenced from: | |
generate_error_name_table(CodeGen*) in codegen.cpp.o | |
gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
ir_render_coro_alloc_fail(CodeGen*, IrExecutable*, IrInstructionCoroAllocFail*) in codegen.cpp.o | |
get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o | |
"_LLVMGetValueName", referenced from: | |
fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o | |
"_LLVMInitializeAArch64AsmParser", referenced from: | |
LLVMInitializeAllAsmParsers() in target.cpp.o | |
llvm::InitializeAllAsmParsers() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmParsers() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeAArch64AsmPrinter", referenced from: | |
LLVMInitializeAllAsmPrinters() in target.cpp.o | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeAArch64Disassembler", referenced from: | |
llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeAArch64Target", referenced from: | |
LLVMInitializeAllTargets() in target.cpp.o | |
llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeAArch64TargetInfo", referenced from: | |
LLVMInitializeAllTargetInfos() in target.cpp.o | |
llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeAArch64TargetMC", referenced from: | |
LLVMInitializeAllTargetMCs() in target.cpp.o | |
llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeAMDGPUAsmParser", referenced from: | |
LLVMInitializeAllAsmParsers() in target.cpp.o | |
llvm::InitializeAllAsmParsers() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmParsers() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeAMDGPUAsmPrinter", referenced from: | |
LLVMInitializeAllAsmPrinters() in target.cpp.o | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeAMDGPUDisassembler", referenced from: | |
llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeAMDGPUTarget", referenced from: | |
LLVMInitializeAllTargets() in target.cpp.o | |
llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeAMDGPUTargetInfo", referenced from: | |
LLVMInitializeAllTargetInfos() in target.cpp.o | |
llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeAMDGPUTargetMC", referenced from: | |
LLVMInitializeAllTargetMCs() in target.cpp.o | |
llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeARMAsmParser", referenced from: | |
LLVMInitializeAllAsmParsers() in target.cpp.o | |
llvm::InitializeAllAsmParsers() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmParsers() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeARMAsmPrinter", referenced from: | |
LLVMInitializeAllAsmPrinters() in target.cpp.o | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeARMDisassembler", referenced from: | |
llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeARMTarget", referenced from: | |
LLVMInitializeAllTargets() in target.cpp.o | |
llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeARMTargetInfo", referenced from: | |
LLVMInitializeAllTargetInfos() in target.cpp.o | |
llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeARMTargetMC", referenced from: | |
LLVMInitializeAllTargetMCs() in target.cpp.o | |
llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeBPFAsmParser", referenced from: | |
LLVMInitializeAllAsmParsers() in target.cpp.o | |
llvm::InitializeAllAsmParsers() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmParsers() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeBPFAsmPrinter", referenced from: | |
LLVMInitializeAllAsmPrinters() in target.cpp.o | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeBPFDisassembler", referenced from: | |
llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeBPFTarget", referenced from: | |
LLVMInitializeAllTargets() in target.cpp.o | |
llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeBPFTargetInfo", referenced from: | |
LLVMInitializeAllTargetInfos() in target.cpp.o | |
llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeBPFTargetMC", referenced from: | |
LLVMInitializeAllTargetMCs() in target.cpp.o | |
llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeHexagonAsmParser", referenced from: | |
LLVMInitializeAllAsmParsers() in target.cpp.o | |
llvm::InitializeAllAsmParsers() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmParsers() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeHexagonAsmPrinter", referenced from: | |
LLVMInitializeAllAsmPrinters() in target.cpp.o | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeHexagonDisassembler", referenced from: | |
llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeHexagonTarget", referenced from: | |
LLVMInitializeAllTargets() in target.cpp.o | |
llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeHexagonTargetInfo", referenced from: | |
LLVMInitializeAllTargetInfos() in target.cpp.o | |
llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeHexagonTargetMC", referenced from: | |
LLVMInitializeAllTargetMCs() in target.cpp.o | |
llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeLanaiAsmParser", referenced from: | |
LLVMInitializeAllAsmParsers() in target.cpp.o | |
llvm::InitializeAllAsmParsers() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmParsers() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeLanaiAsmPrinter", referenced from: | |
LLVMInitializeAllAsmPrinters() in target.cpp.o | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeLanaiDisassembler", referenced from: | |
llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeLanaiTarget", referenced from: | |
LLVMInitializeAllTargets() in target.cpp.o | |
llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeLanaiTargetInfo", referenced from: | |
LLVMInitializeAllTargetInfos() in target.cpp.o | |
llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeLanaiTargetMC", referenced from: | |
LLVMInitializeAllTargetMCs() in target.cpp.o | |
llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeMSP430AsmPrinter", referenced from: | |
LLVMInitializeAllAsmPrinters() in target.cpp.o | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeMSP430Target", referenced from: | |
LLVMInitializeAllTargets() in target.cpp.o | |
llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeMSP430TargetInfo", referenced from: | |
LLVMInitializeAllTargetInfos() in target.cpp.o | |
llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeMSP430TargetMC", referenced from: | |
LLVMInitializeAllTargetMCs() in target.cpp.o | |
llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeMipsAsmParser", referenced from: | |
LLVMInitializeAllAsmParsers() in target.cpp.o | |
llvm::InitializeAllAsmParsers() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmParsers() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeMipsAsmPrinter", referenced from: | |
LLVMInitializeAllAsmPrinters() in target.cpp.o | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeMipsDisassembler", referenced from: | |
llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeMipsTarget", referenced from: | |
LLVMInitializeAllTargets() in target.cpp.o | |
llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeMipsTargetInfo", referenced from: | |
LLVMInitializeAllTargetInfos() in target.cpp.o | |
llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeMipsTargetMC", referenced from: | |
LLVMInitializeAllTargetMCs() in target.cpp.o | |
llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeNVPTXAsmPrinter", referenced from: | |
LLVMInitializeAllAsmPrinters() in target.cpp.o | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeNVPTXTarget", referenced from: | |
LLVMInitializeAllTargets() in target.cpp.o | |
llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeNVPTXTargetInfo", referenced from: | |
LLVMInitializeAllTargetInfos() in target.cpp.o | |
llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeNVPTXTargetMC", referenced from: | |
LLVMInitializeAllTargetMCs() in target.cpp.o | |
llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializePowerPCAsmParser", referenced from: | |
LLVMInitializeAllAsmParsers() in target.cpp.o | |
llvm::InitializeAllAsmParsers() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmParsers() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializePowerPCAsmPrinter", referenced from: | |
LLVMInitializeAllAsmPrinters() in target.cpp.o | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializePowerPCDisassembler", referenced from: | |
llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializePowerPCTarget", referenced from: | |
LLVMInitializeAllTargets() in target.cpp.o | |
llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializePowerPCTargetInfo", referenced from: | |
LLVMInitializeAllTargetInfos() in target.cpp.o | |
llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializePowerPCTargetMC", referenced from: | |
LLVMInitializeAllTargetMCs() in target.cpp.o | |
llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeSparcAsmParser", referenced from: | |
LLVMInitializeAllAsmParsers() in target.cpp.o | |
llvm::InitializeAllAsmParsers() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmParsers() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeSparcAsmPrinter", referenced from: | |
LLVMInitializeAllAsmPrinters() in target.cpp.o | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeSparcDisassembler", referenced from: | |
llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeSparcTarget", referenced from: | |
LLVMInitializeAllTargets() in target.cpp.o | |
llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeSparcTargetInfo", referenced from: | |
LLVMInitializeAllTargetInfos() in target.cpp.o | |
llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeSparcTargetMC", referenced from: | |
LLVMInitializeAllTargetMCs() in target.cpp.o | |
llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeSystemZAsmParser", referenced from: | |
LLVMInitializeAllAsmParsers() in target.cpp.o | |
llvm::InitializeAllAsmParsers() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmParsers() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeSystemZAsmPrinter", referenced from: | |
LLVMInitializeAllAsmPrinters() in target.cpp.o | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeSystemZDisassembler", referenced from: | |
llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeSystemZTarget", referenced from: | |
LLVMInitializeAllTargets() in target.cpp.o | |
llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeSystemZTargetInfo", referenced from: | |
LLVMInitializeAllTargetInfos() in target.cpp.o | |
llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeSystemZTargetMC", referenced from: | |
LLVMInitializeAllTargetMCs() in target.cpp.o | |
llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeX86AsmParser", referenced from: | |
LLVMInitializeAllAsmParsers() in target.cpp.o | |
llvm::InitializeAllAsmParsers() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmParsers() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeX86AsmPrinter", referenced from: | |
LLVMInitializeAllAsmPrinters() in target.cpp.o | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeX86Disassembler", referenced from: | |
llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeX86Target", referenced from: | |
LLVMInitializeAllTargets() in target.cpp.o | |
llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeX86TargetInfo", referenced from: | |
LLVMInitializeAllTargetInfos() in target.cpp.o | |
llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeX86TargetMC", referenced from: | |
LLVMInitializeAllTargetMCs() in target.cpp.o | |
llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeXCoreAsmPrinter", referenced from: | |
LLVMInitializeAllAsmPrinters() in target.cpp.o | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllAsmPrinters() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeXCoreDisassembler", referenced from: | |
llvm::InitializeAllDisassemblers() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeXCoreTarget", referenced from: | |
LLVMInitializeAllTargets() in target.cpp.o | |
llvm::InitializeAllTargets() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargets() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeXCoreTargetInfo", referenced from: | |
LLVMInitializeAllTargetInfos() in target.cpp.o | |
llvm::InitializeAllTargetInfos() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetInfos() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInitializeXCoreTargetMC", referenced from: | |
LLVMInitializeAllTargetMCs() in target.cpp.o | |
llvm::InitializeAllTargetMCs() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::InitializeAllTargetMCs() in libembedded_lld_coff.a(Driver.cpp.o) | |
"_LLVMInt128Type", referenced from: | |
gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
"_LLVMInt1Type", referenced from: | |
get_maybe_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
define_builtin_types(CodeGen*) in codegen.cpp.o | |
gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
ir_render_decl_var(CodeGen*, IrExecutable*, IrInstructionDeclVar*) in codegen.cpp.o | |
ir_render_clz(CodeGen*, IrExecutable*, IrInstructionClz*) in codegen.cpp.o | |
ir_render_ctz(CodeGen*, IrExecutable*, IrInstructionCtz*) in codegen.cpp.o | |
ir_render_memset(CodeGen*, IrExecutable*, IrInstructionMemset*) in codegen.cpp.o | |
... | |
"_LLVMInt32Type", referenced from: | |
ir_render_decl_var(CodeGen*, IrExecutable*, IrInstructionDeclVar*) in codegen.cpp.o | |
ir_render_memset(CodeGen*, IrExecutable*, IrInstructionMemset*) in codegen.cpp.o | |
ir_render_memcpy(CodeGen*, IrExecutable*, IrInstructionMemcpy*) in codegen.cpp.o | |
ir_render_coro_id(CodeGen*, IrExecutable*, IrInstructionCoroId*) in codegen.cpp.o | |
ir_render_coro_promise(CodeGen*, IrExecutable*, IrInstructionCoroPromise*) in codegen.cpp.o | |
gen_assign_raw(CodeGen*, LLVMOpaqueValue*, TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o | |
get_memcpy_fn_val(CodeGen*) in codegen.cpp.o | |
... | |
"_LLVMInt8Type", referenced from: | |
get_opaque_type(CodeGen*, Scope*, AstNode*, char const*) in analyze.cpp.o | |
resolve_struct_zero_bits(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
resolve_union_zero_bits(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
ir_render_decl_var(CodeGen*, IrExecutable*, IrInstructionDeclVar*) in codegen.cpp.o | |
ir_render_elem_ptr(CodeGen*, IrExecutable*, IrInstructionElemPtr*) in codegen.cpp.o | |
ir_render_memset(CodeGen*, IrExecutable*, IrInstructionMemset*) in codegen.cpp.o | |
... | |
"_LLVMIntType", referenced from: | |
resolve_struct_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
make_int_type(CodeGen*, bool, unsigned int) in analyze.cpp.o | |
define_builtin_types(CodeGen*) in codegen.cpp.o | |
pack_const_int(CodeGen*, LLVMOpaqueType*, ConstExprValue*) in codegen.cpp.o | |
get_memcpy_fn_val(CodeGen*) in codegen.cpp.o | |
get_memset_fn_val(CodeGen*) in codegen.cpp.o | |
get_write_register_fn_val(CodeGen*) in codegen.cpp.o | |
... | |
"_LLVMMDNode", referenced from: | |
gen_set_stack_pointer(CodeGen*, LLVMOpaqueValue*) in codegen.cpp.o | |
"_LLVMMDString", referenced from: | |
gen_set_stack_pointer(CodeGen*, LLVMOpaqueValue*) in codegen.cpp.o | |
"_LLVMMetadataTypeInContext", referenced from: | |
get_write_register_fn_val(CodeGen*) in codegen.cpp.o | |
"_LLVMModuleCreateWithName", referenced from: | |
init(CodeGen*) in codegen.cpp.o | |
"_LLVMOffsetOfElement", referenced from: | |
get_maybe_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
get_struct_type(CodeGen*, char const*, char const**, TypeTableEntry**, unsigned long) in analyze.cpp.o | |
get_error_union_type(CodeGen*, TypeTableEntry*, TypeTableEntry*) in analyze.cpp.o | |
get_slice_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
resolve_struct_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
resolve_union_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
ir_render_field_parent_ptr(CodeGen*, IrExecutable*, IrInstructionFieldParentPtr*) in codegen.cpp.o | |
... | |
"_LLVMPointerSize", referenced from: | |
init(CodeGen*) in codegen.cpp.o | |
"_LLVMPointerType", referenced from: | |
get_pointer_to_type_extra(CodeGen*, TypeTableEntry*, bool, bool, PtrLen, unsigned int, unsigned int, unsigned int) in analyze.cpp.o | |
get_fn_type(CodeGen*, FnTypeId*) in analyze.cpp.o | |
resolve_struct_zero_bits(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
resolve_union_zero_bits(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o | |
ir_render_decl_var(CodeGen*, IrExecutable*, IrInstructionDeclVar*) in codegen.cpp.o | |
ir_render_elem_ptr(CodeGen*, IrExecutable*, IrInstructionElemPtr*) in codegen.cpp.o | |
... | |
"_LLVMPositionBuilderAtEnd", referenced from: | |
build_all_basic_blocks(CodeGen*, FnTableEntry*) in codegen.cpp.o | |
ir_render(CodeGen*, FnTableEntry*) in codegen.cpp.o | |
ir_render_cast(CodeGen*, IrExecutable*, IrInstructionCast*) in codegen.cpp.o | |
ir_render_union_field_ptr(CodeGen*, IrExecutable*, IrInstructionUnionFieldPtr*) in codegen.cpp.o | |
ir_render_unwrap_maybe(CodeGen*, IrExecutable*, IrInstructionUnwrapMaybe*) in codegen.cpp.o | |
ir_render_unwrap_err_payload(CodeGen*, IrExecutable*, IrInstructionUnwrapErrPayload*) in codegen.cpp.o | |
ir_render_align_cast(CodeGen*, IrExecutable*, IrInstructionAlignCast*) in codegen.cpp.o | |
... | |
"_LLVMPrintModuleToFile", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"_LLVMSetAlignment", referenced from: | |
do_code_gen(CodeGen*) in codegen.cpp.o | |
generate_error_name_table(CodeGen*) in codegen.cpp.o | |
generate_enum_name_tables(CodeGen*) in codegen.cpp.o | |
render_const_val_global(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o | |
build_alloca(CodeGen*, TypeTableEntry*, char const*, unsigned int) in codegen.cpp.o | |
gen_store_untyped(CodeGen*, LLVMOpaqueValue*, LLVMOpaqueValue*, unsigned int, bool) in codegen.cpp.o | |
... | |
"_LLVMSetCurrentDebugLocation", referenced from: | |
get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o | |
get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o | |
get_return_err_fn(CodeGen*) in codegen.cpp.o | |
get_add_error_return_trace_addr_fn(CodeGen*) in codegen.cpp.o | |
get_merge_err_ret_traces_fn_val(CodeGen*) in codegen.cpp.o | |
"_LLVMSetDataLayout", referenced from: | |
init(CodeGen*) in codegen.cpp.o | |
"_LLVMSetFunctionCallConv", referenced from: | |
fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o | |
get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o | |
get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o | |
get_return_err_fn(CodeGen*) in codegen.cpp.o | |
get_add_error_return_trace_addr_fn(CodeGen*) in codegen.cpp.o | |
get_merge_err_ret_traces_fn_val(CodeGen*) in codegen.cpp.o | |
"_LLVMSetGlobalConstant", referenced from: | |
do_code_gen(CodeGen*) in codegen.cpp.o | |
generate_error_name_table(CodeGen*) in codegen.cpp.o | |
generate_enum_name_tables(CodeGen*) in codegen.cpp.o | |
render_const_val_global(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o | |
"_LLVMSetInitializer", referenced from: | |
generate_error_name_table(CodeGen*) in codegen.cpp.o | |
generate_enum_name_tables(CodeGen*) in codegen.cpp.o | |
render_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
render_const_val_global(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o | |
"_LLVMSetLinkage", referenced from: | |
do_code_gen(CodeGen*) in codegen.cpp.o | |
generate_error_name_table(CodeGen*) in codegen.cpp.o | |
generate_enum_name_tables(CodeGen*) in codegen.cpp.o | |
render_const_val_global(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o | |
get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o | |
get_coro_alloc_helper_fn_val(CodeGen*, LLVMOpaqueType*, TypeTableEntry*) in codegen.cpp.o | |
... | |
"_LLVMSetModuleInlineAsm", referenced from: | |
do_code_gen(CodeGen*) in codegen.cpp.o | |
"_LLVMSetOrdering", referenced from: | |
ir_render_atomic_load(CodeGen*, IrExecutable*, IrInstructionAtomicLoad*) in codegen.cpp.o | |
"_LLVMSetSection", referenced from: | |
do_code_gen(CodeGen*) in codegen.cpp.o | |
fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o | |
"_LLVMSetTailCall", referenced from: | |
gen_panic(CodeGen*, LLVMOpaqueValue*, LLVMOpaqueValue*) in codegen.cpp.o | |
gen_safety_crash_for_err(CodeGen*, LLVMOpaqueValue*, Scope*) in codegen.cpp.o | |
"_LLVMSetTarget", referenced from: | |
init(CodeGen*) in codegen.cpp.o | |
"_LLVMSetUnnamedAddr", referenced from: | |
generate_error_name_table(CodeGen*) in codegen.cpp.o | |
generate_enum_name_tables(CodeGen*) in codegen.cpp.o | |
render_const_val_global(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o | |
get_safety_crash_err_fn(CodeGen*) in codegen.cpp.o | |
"_LLVMSetVolatile", referenced from: | |
gen_store_untyped(CodeGen*, LLVMOpaqueValue*, LLVMOpaqueValue*, unsigned int, bool) in codegen.cpp.o | |
gen_load_untyped(CodeGen*, LLVMOpaqueValue*, unsigned int, bool, char const*) in codegen.cpp.o | |
"_LLVMSizeOfTypeInBits", referenced from: | |
type_size_bits(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
"_LLVMStoreSizeOfType", referenced from: | |
type_size(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
get_pointer_to_type_extra(CodeGen*, TypeTableEntry*, bool, bool, PtrLen, unsigned int, unsigned int, unsigned int) in analyze.cpp.o | |
get_maybe_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
get_array_type(CodeGen*, TypeTableEntry*, unsigned long long) in analyze.cpp.o | |
get_struct_type(CodeGen*, char const*, char const**, TypeTableEntry**, unsigned long) in analyze.cpp.o | |
get_error_union_type(CodeGen*, TypeTableEntry*, TypeTableEntry*) in analyze.cpp.o | |
get_slice_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
... | |
"_LLVMStructCreateNamed", referenced from: | |
get_struct_type(CodeGen*, char const*, char const**, TypeTableEntry**, unsigned long) in analyze.cpp.o | |
get_slice_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
get_partial_container_type(CodeGen*, Scope*, ContainerKind, AstNode*, char const*, ContainerLayout) in analyze.cpp.o | |
"_LLVMStructGetTypeAtIndex", referenced from: | |
gen_const_val(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
"_LLVMStructSetBody", referenced from: | |
get_struct_type(CodeGen*, char const*, char const**, TypeTableEntry**, unsigned long) in analyze.cpp.o | |
get_slice_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
resolve_struct_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
resolve_union_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
"_LLVMStructType", referenced from: | |
get_maybe_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
get_error_union_type(CodeGen*, TypeTableEntry*, TypeTableEntry*) in analyze.cpp.o | |
resolve_union_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
get_arithmetic_overflow_fn(CodeGen*, TypeTableEntry*, char const*, char const*) in codegen.cpp.o | |
"_LLVMTypeOf", referenced from: | |
generate_error_name_table(CodeGen*) in codegen.cpp.o | |
generate_enum_name_tables(CodeGen*) in codegen.cpp.o | |
render_const_val_global(CodeGen*, ConstExprValue*, char const*) in codegen.cpp.o | |
fn_llvm_value(CodeGen*, FnTableEntry*) in codegen.cpp.o | |
gen_store_untyped(CodeGen*, LLVMOpaqueValue*, LLVMOpaqueValue*, unsigned int, bool) in codegen.cpp.o | |
is_llvm_value_unnamed_type(TypeTableEntry*, LLVMOpaqueValue*) in codegen.cpp.o | |
gen_const_ptr_array_recursive(CodeGen*, ConstExprValue*, unsigned long) in codegen.cpp.o | |
... | |
"_LLVMVerifyModule", referenced from: | |
do_code_gen(CodeGen*) in codegen.cpp.o | |
"_LLVMVoidType", referenced from: | |
resolve_struct_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
resolve_enum_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
resolve_union_type(CodeGen*, TypeTableEntry*) in analyze.cpp.o | |
make_int_type(CodeGen*, bool, unsigned int) in analyze.cpp.o | |
define_builtin_types(CodeGen*) in codegen.cpp.o | |
ir_render_asm(CodeGen*, IrExecutable*, IrInstructionAsm*) in codegen.cpp.o | |
get_memcpy_fn_val(CodeGen*) in codegen.cpp.o | |
... | |
"_LLVMX86FP80Type", referenced from: | |
define_builtin_types(CodeGen*) in codegen.cpp.o | |
"llvm::hash_value(llvm::StringRef)", referenced from: | |
llvm::DenseMapInfo<llvm::StringRef>::getHashValue(llvm::StringRef) in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::DenseMapInfo<llvm::StringRef>::getHashValue(llvm::StringRef) in libembedded_lld_elf.a(ScriptParser.cpp.o) | |
llvm::DenseMapInfo<llvm::StringRef>::getHashValue(llvm::StringRef) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
llvm::DenseMapInfo<llvm::StringRef>::getHashValue(llvm::StringRef) in libembedded_lld_elf.a(SymbolTable.cpp.o) | |
llvm::DenseMapInfo<llvm::StringRef>::getHashValue(llvm::StringRef) in libembedded_lld_elf.a(InputSection.cpp.o) | |
llvm::DenseMapInfo<llvm::StringRef>::getHashValue(llvm::StringRef) in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
llvm::DenseMapInfo<llvm::StringRef>::getHashValue(llvm::StringRef) in libembedded_lld_elf.a(LTO.cpp.o) | |
... | |
"llvm::pruneCache(llvm::StringRef, llvm::CachePruningPolicy)", referenced from: | |
lld::elf::BitcodeCompiler::compile() in libembedded_lld_elf.a(LTO.cpp.o) | |
lld::coff::BitcodeCompiler::compile() in libembedded_lld_coff.a(LTO.cpp.o) | |
"llvm::AttrBuilder::addAttribute(llvm::StringRef, llvm::StringRef)", referenced from: | |
_ZigLLVMAddFunctionAttr in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::GlobPattern::create(llvm::StringRef)", referenced from: | |
lld::elf::StringMatcher::StringMatcher(llvm::ArrayRef<llvm::StringRef>) in libembedded_lld_elf.a(Strings.cpp.o) | |
"llvm::Instruction::setIsExact(bool)", referenced from: | |
llvm::BinaryOperator::CreateExact(llvm::Instruction::BinaryOps, llvm::Value*, llvm::Value*, llvm::Twine const&) in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::Instruction::setHasNoSignedWrap(bool)", referenced from: | |
llvm::IRBuilder<llvm::ConstantFolder, llvm::IRBuilderDefaultInserter>::CreateInsertNUWNSWBinOp(llvm::Instruction::BinaryOps, llvm::Value*, llvm::Value*, llvm::Twine const&, bool, bool) in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::Instruction::setHasNoUnsignedWrap(bool)", referenced from: | |
llvm::IRBuilder<llvm::ConstantFolder, llvm::IRBuilderDefaultInserter>::CreateInsertNUWNSWBinOp(llvm::Instruction::BinaryOps, llvm::Value*, llvm::Value*, llvm::Twine const&, bool, bool) in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::Instruction::Instruction(llvm::Type*, unsigned int, llvm::Use*, unsigned int, llvm::Instruction*)", referenced from: | |
llvm::CallInst::CallInst(llvm::FunctionType*, llvm::Value*, llvm::ArrayRef<llvm::Value*>, llvm::ArrayRef<llvm::OperandBundleDefT<llvm::Value*> >, llvm::Twine const&, llvm::Instruction*) in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::SplitString(llvm::StringRef, llvm::SmallVectorImpl<llvm::StringRef>&, llvm::StringRef)", referenced from: | |
lld::MachOLinkingContext::parsePackedVersion(llvm::StringRef, unsigned int&) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
lld::MachOLinkingContext::parsePackedVersion(llvm::StringRef, unsigned long long&) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
"llvm::StringError::StringError(llvm::Twine const&, std::__1::error_code)", referenced from: | |
std::__1::enable_if<!(std::is_array<llvm::StringError>::value), std::__1::unique_ptr<llvm::StringError, std::__1::default_delete<llvm::StringError> > >::type llvm::make_unique<llvm::StringError, llvm::StringRef&, llvm::object::object_error>(llvm::StringRef&&&, llvm::object::object_error&&) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
std::__1::enable_if<!(std::is_array<llvm::StringError>::value), std::__1::unique_ptr<llvm::StringError, std::__1::default_delete<llvm::StringError> > >::type llvm::make_unique<llvm::StringError, llvm::StringRef&, llvm::object::object_error>(llvm::StringRef&&&, llvm::object::object_error&&) in libembedded_lld_elf.a(InputSection.cpp.o) | |
std::__1::enable_if<!(std::is_array<llvm::StringError>::value), std::__1::unique_ptr<llvm::StringError, std::__1::default_delete<llvm::StringError> > >::type llvm::make_unique<llvm::StringError, llvm::StringRef&, llvm::object::object_error>(llvm::StringRef&&&, llvm::object::object_error&&) in libembedded_lld_elf.a(MipsArchTree.cpp.o) | |
std::__1::enable_if<!(std::is_array<llvm::StringError>::value), std::__1::unique_ptr<llvm::StringError, std::__1::default_delete<llvm::StringError> > >::type llvm::make_unique<llvm::StringError, llvm::StringRef&, llvm::object::object_error>(llvm::StringRef&&&, llvm::object::object_error&&) in libembedded_lld_elf.a(Relocations.cpp.o) | |
std::__1::enable_if<!(std::is_array<llvm::StringError>::value), std::__1::unique_ptr<llvm::StringError, std::__1::default_delete<llvm::StringError> > >::type llvm::make_unique<llvm::StringError, llvm::StringRef&, llvm::object::object_error>(llvm::StringRef&&&, llvm::object::object_error&&) in libembedded_lld_elf.a(Mips.cpp.o) | |
std::__1::enable_if<!(std::is_array<llvm::StringError>::value), std::__1::unique_ptr<llvm::StringError, std::__1::default_delete<llvm::StringError> > >::type llvm::make_unique<llvm::StringError, llvm::StringRef&, llvm::object::object_error>(llvm::StringRef&&&, llvm::object::object_error&&) in libembedded_lld_elf.a(AMDGPU.cpp.o) | |
"llvm::StringSaver::save(llvm::StringRef)", referenced from: | |
llvm::StringSaver::save(llvm::Twine const&) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::LinkerDriver::doFindFile(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::StringSaver::save(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libembedded_lld_coff.a(Driver.cpp.o) | |
(anonymous namespace)::ScriptParser::addFile(llvm::StringRef) in libembedded_lld_elf.a(ScriptParser.cpp.o) | |
llvm::StringSaver::save(llvm::Twine const&) in libembedded_lld_elf.a(ScriptParser.cpp.o) | |
llvm::StringSaver::save(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libembedded_lld_elf.a(ScriptParser.cpp.o) | |
llvm::StringSaver::save(llvm::Twine const&) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
... | |
"llvm::raw_ostream::flush_nonempty()", referenced from: | |
llvm::raw_ostream::flush() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::raw_ostream::flush() in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::raw_ostream::flush() in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
llvm::raw_ostream::flush() in libembedded_lld_lib.a(ErrorHandler.cpp.o) | |
llvm::raw_ostream::flush() in libembedded_lld_lib.a(Error.cpp.o) | |
llvm::raw_ostream::flush() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
llvm::raw_ostream::flush() in libembedded_lld_elf.a(DriverUtils.cpp.o) | |
... | |
"llvm::raw_ostream::SetBufferAndMode(char*, unsigned long, llvm::raw_ostream::BufferKind)", referenced from: | |
llvm::raw_ostream::SetUnbuffered() in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::raw_ostream::SetUnbuffered() in libembedded_lld_elf.a(DriverUtils.cpp.o) | |
llvm::raw_ostream::SetUnbuffered() in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
llvm::raw_ostream::SetUnbuffered() in libembedded_lld_elf.a(LTO.cpp.o) | |
llvm::raw_ostream::SetUnbuffered() in libembedded_lld_coff.a(LTO.cpp.o) | |
llvm::raw_ostream::SetUnbuffered() in libembedded_lld_lib.a(MachONormalizedFileBinaryWriter.cpp.o) | |
llvm::raw_ostream::SetUnbuffered() in libembedded_lld_lib.a(MachONormalizedFileFromAtoms.cpp.o) | |
... | |
"llvm::raw_ostream::write(char const*, unsigned long)", referenced from: | |
llvm::raw_ostream::operator<<(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::raw_ostream::operator<<(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::raw_ostream::operator<<(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
llvm::raw_ostream::operator<<(llvm::StringRef) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
llvm::raw_ostream::operator<<(llvm::StringRef) in libembedded_lld_lib.a(SymbolTable.cpp.o) | |
llvm::raw_ostream::operator<<(llvm::StringRef) in libembedded_lld_lib.a(ErrorHandler.cpp.o) | |
llvm::raw_ostream::operator<<(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libembedded_lld_lib.a(Error.cpp.o) | |
... | |
"llvm::raw_ostream::write(unsigned char)", referenced from: | |
llvm::raw_ostream::operator<<(char) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
llvm::raw_ostream::operator<<(char) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
llvm::raw_ostream::operator<<(char) in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
llvm::raw_ostream::operator<<(char) in libembedded_lld_elf.a(MapFile.cpp.o) | |
llvm::raw_ostream::operator<<(char) in libembedded_lld_coff.a(MapFile.cpp.o) | |
llvm::raw_ostream::operator<<(char) in libembedded_lld_lib.a(CompactUnwindPass.cpp.o) | |
llvm::raw_ostream::operator<<(char) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
... | |
"llvm::raw_ostream::handle()", referenced from: | |
vtable for MyOStream in libzig_cpp.a(zig_llvm.cpp.o) | |
vtable for llvm::raw_pwrite_stream in libembedded_lld_coff.a(Driver.cpp.o) | |
vtable for llvm::raw_pwrite_stream in libembedded_lld_elf.a(DriverUtils.cpp.o) | |
vtable for llvm::raw_pwrite_stream in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
vtable for llvm::raw_pwrite_stream in libembedded_lld_elf.a(LTO.cpp.o) | |
vtable for llvm::raw_pwrite_stream in libembedded_lld_coff.a(LTO.cpp.o) | |
vtable for llvm::raw_pwrite_stream in libembedded_lld_lib.a(MachONormalizedFileBinaryWriter.cpp.o) | |
... | |
"llvm::raw_ostream::~raw_ostream()", referenced from: | |
MyOStream::~MyOStream() in libzig_cpp.a(zig_llvm.cpp.o) | |
llvm::raw_pwrite_stream::~raw_pwrite_stream() in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::raw_pwrite_stream::~raw_pwrite_stream() in libembedded_lld_elf.a(DriverUtils.cpp.o) | |
llvm::raw_pwrite_stream::~raw_pwrite_stream() in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
llvm::raw_pwrite_stream::~raw_pwrite_stream() in libembedded_lld_elf.a(LTO.cpp.o) | |
llvm::raw_pwrite_stream::~raw_pwrite_stream() in libembedded_lld_coff.a(LTO.cpp.o) | |
llvm::raw_pwrite_stream::~raw_pwrite_stream() in libembedded_lld_lib.a(MachONormalizedFileBinaryWriter.cpp.o) | |
... | |
"llvm::raw_ostream::operator<<(void const*)", referenced from: | |
(anonymous namespace)::RefNameBuilder::RefNameBuilder(lld::File const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
(anonymous namespace)::RefNameBuilder::buildDuplicateNameMap(lld::Atom const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::Reference const*>::NormalizedReference::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::DefinedAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::UndefinedAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::SharedLibraryAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::AbsoluteAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
... | |
"llvm::raw_ostream::operator<<(llvm::FormattedString const&)", referenced from: | |
lld::elf::writeMapFile() in libembedded_lld_elf.a(MapFile.cpp.o) | |
"llvm::raw_ostream::operator<<(llvm::format_object_base const&)", referenced from: | |
lld::mach_o::parse(llvm::ArrayRef<char const*>, lld::MachOLinkingContext&, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
lld::(anonymous namespace)::FileArchive::buildTableOfContents() in libembedded_lld_lib.a(FileArchive.cpp.o) | |
(anonymous namespace)::RefNameBuilder::RefNameBuilder(lld::File const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
(anonymous namespace)::RefNameBuilder::buildDuplicateNameMap(lld::Atom const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::ScalarTraits<(anonymous namespace)::ImplicitHex8>::output((anonymous namespace)::ImplicitHex8 const&, void*, llvm::raw_ostream&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::ScalarTraits<lld::DefinedAtom::Alignment>::output(lld::DefinedAtom::Alignment const&, void*, llvm::raw_ostream&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
lld::Resolver::doDefinedAtom(lld::OwningAtomPtr<lld::DefinedAtom>) in libembedded_lld_lib.a(Resolver.cpp.o) | |
... | |
"llvm::raw_ostream::operator<<(long)", referenced from: | |
llvm::raw_ostream::operator<<(int) in libembedded_lld_coff.a(MinGW.cpp.o) | |
llvm::raw_ostream::operator<<(int) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::raw_ostream::operator<<(int) in libembedded_lld_lib.a(Resolver.cpp.o) | |
llvm::raw_ostream::operator<<(int) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o) | |
llvm::raw_ostream::operator<<(int) in libembedded_lld_lib.a(LayoutPass.cpp.o) | |
llvm::raw_ostream::operator<<(int) in libembedded_lld_lib.a(MachONormalizedFileFromAtoms.cpp.o) | |
llvm::raw_ostream::operator<<(int) in libembedded_lld_lib.a(ArchHandler_arm64.cpp.o) | |
... | |
"llvm::raw_ostream::operator<<(unsigned long)", referenced from: | |
llvm::raw_ostream::operator<<(unsigned int) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
(anonymous namespace)::RefNameBuilder::RefNameBuilder(lld::File const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
(anonymous namespace)::RefNameBuilder::buildDuplicateNameMap(lld::Atom const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::Reference const*>::NormalizedReference::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::DefinedAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::UndefinedAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::SharedLibraryAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
... | |
"llvm::raw_ostream::operator<<(unsigned long long)", referenced from: | |
lld::SymbolTable::addByName(lld::Atom const&) in libembedded_lld_lib.a(SymbolTable.cpp.o) | |
lld::Resolver::doDefinedAtom(lld::OwningAtomPtr<lld::DefinedAtom>) in libembedded_lld_lib.a(Resolver.cpp.o) | |
lld::Resolver::MergedFile::addAtoms(llvm::MutableArrayRef<lld::OwningAtomPtr<lld::Atom> >) in libembedded_lld_lib.a(Resolver.cpp.o) | |
lld::mach_o::printDefinedAtoms(lld::File::AtomRange<lld::DefinedAtom> const&) in libembedded_lld_lib.a(LayoutPass.cpp.o) | |
lld::mach_o::normalized::MachOFileLayout::MachOFileLayout(lld::mach_o::normalized::NormalizedFile const&) in libembedded_lld_lib.a(MachONormalizedFileBinaryWriter.cpp.o) | |
(anonymous namespace)::Util::buildAtomToAddressMap() in libembedded_lld_lib.a(MachONormalizedFileFromAtoms.cpp.o) | |
lld::mach_o::ArchHandler_arm64::generateAtomContent(lld::DefinedAtom const&, bool, std::__1::function<unsigned long long (lld::Atom const&)>, std::__1::function<unsigned long long (lld::Atom const&)>, unsigned long long, llvm::MutableArrayRef<unsigned char>) in libembedded_lld_lib.a(ArchHandler_arm64.cpp.o) | |
... | |
"llvm::ConstantExpr::getShl(llvm::Constant*, llvm::Constant*, bool, bool)", referenced from: | |
llvm::ConstantFolder::CreateShl(llvm::Constant*, llvm::Constant*, bool, bool) const in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::ConstantExpr::getAShr(llvm::Constant*, llvm::Constant*, bool)", referenced from: | |
llvm::ConstantFolder::CreateAShr(llvm::Constant*, llvm::Constant*, bool) const in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::ConstantExpr::getLShr(llvm::Constant*, llvm::Constant*, bool)", referenced from: | |
llvm::ConstantFolder::CreateLShr(llvm::Constant*, llvm::Constant*, bool) const in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DWARFContext::parseCompileUnits()", referenced from: | |
llvm::DWARFContext::getNumCompileUnits() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
llvm::DWARFContext::getCompileUnitAtIndex(unsigned int) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
llvm::DWARFContext::compile_units() in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
"llvm::DWARFContext::DWARFContext(std::__1::unique_ptr<llvm::DWARFObject const, std::__1::default_delete<llvm::DWARFObject const> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >)", referenced from: | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, false> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, false> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, true> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, true> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::GdbIndexSection* lld::elf::createGdbIndex<llvm::object::ELFType<(llvm::support::endianness)1, false> >()::'lambda'(unsigned long)::operator()(unsigned long) const in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
lld::elf::GdbIndexSection* lld::elf::createGdbIndex<llvm::object::ELFType<(llvm::support::endianness)0, false> >()::'lambda'(unsigned long)::operator()(unsigned long) const in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
lld::elf::GdbIndexSection* lld::elf::createGdbIndex<llvm::object::ELFType<(llvm::support::endianness)1, true> >()::'lambda'(unsigned long)::operator()(unsigned long) const in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
... | |
"llvm::DWARFContext::~DWARFContext()", referenced from: | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, false> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, false> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, true> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, true> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::GdbIndexSection* lld::elf::createGdbIndex<llvm::object::ELFType<(llvm::support::endianness)1, false> >()::'lambda'(unsigned long)::operator()(unsigned long) const in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
lld::elf::GdbIndexSection* lld::elf::createGdbIndex<llvm::object::ELFType<(llvm::support::endianness)0, false> >()::'lambda'(unsigned long)::operator()(unsigned long) const in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
lld::elf::GdbIndexSection* lld::elf::createGdbIndex<llvm::object::ELFType<(llvm::support::endianness)1, true> >()::'lambda'(unsigned long)::operator()(unsigned long) const in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
... | |
"llvm::MemoryBuffer::getFileSlice(llvm::Twine const&, unsigned long long, unsigned long long, bool)", referenced from: | |
lld::MachOLinkingContext::getMemoryBuffer(llvm::StringRef) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
"llvm::MemoryBuffer::getMemBuffer(llvm::MemoryBufferRef, bool)", referenced from: | |
tryToLoadPDB(llvm::codeview::GUID const&, llvm::StringRef) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::MemoryBuffer::getMemBuffer(llvm::StringRef, llvm::StringRef, bool)", referenced from: | |
lld::(anonymous namespace)::FileArchive::instantiateMember(llvm::object::Archive::Child, std::__1::unique_ptr<lld::File, std::__1::default_delete<lld::File> >&) const in libembedded_lld_lib.a(FileArchive.cpp.o) | |
"llvm::MemoryBuffer::getFileOrSTDIN(llvm::Twine const&, long long, bool)", referenced from: | |
parseExportsList(llvm::StringRef, lld::MachOLinkingContext&, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
parseOrderFile(llvm::StringRef, lld::MachOLinkingContext&, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
loadFileList(llvm::StringRef, lld::MachOLinkingContext&, bool, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
lld::MachOLinkingContext::getMemoryBuffer(llvm::StringRef) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
lld::mach_o::normalized::isThinObjectFile(llvm::StringRef, lld::MachOLinkingContext::Arch&) in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o) | |
"llvm::MemoryBuffer::getNewMemBuffer(unsigned long, llvm::StringRef)", referenced from: | |
lld::coff::createMemoryBufferForManifestRes(unsigned long) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::MemoryBuffer::getMemBufferCopy(llvm::StringRef, llvm::Twine const&)", referenced from: | |
lld::coff::createManifestXmlWithInternalMt(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::MemoryBuffer::getFile(llvm::Twine const&, long long, bool, bool)", referenced from: | |
lld::coff::filterBitcodeFiles(llvm::StringRef, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::parseModuleDefs(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::createFutureForFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >)::$_9::operator()() const in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::mach_o::parse(llvm::ArrayRef<char const*>, lld::MachOLinkingContext&, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
lld::elf::readFile(llvm::StringRef) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::coff::createManifestXmlWithInternalMt(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
lld::coff::createManifestXmlWithExternalMt(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
... | |
"llvm::writeArchive(llvm::StringRef, llvm::ArrayRef<llvm::NewArchiveMember>, bool, llvm::object::Archive::Kind, bool, bool, std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >)", referenced from: | |
lld::coff::filterBitcodeFiles(llvm::StringRef, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&) in libembedded_lld_coff.a(Driver.cpp.o) | |
"llvm::ErrorInfoBase::ID", referenced from: | |
llvm::ErrorInfoBase::classID() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::ErrorInfoBase::classID() in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::ErrorInfoBase::classID() in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
llvm::ErrorInfoBase::classID() in libembedded_lld_lib.a(Error.cpp.o) | |
llvm::ErrorInfoBase::classID() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
llvm::ErrorInfoBase::classID() in libembedded_lld_elf.a(Writer.cpp.o) | |
llvm::ErrorInfoBase::classID() in libembedded_lld_elf.a(InputSection.cpp.o) | |
... | |
"llvm::ErrorInfoBase::anchor()", referenced from: | |
vtable for llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase> in libembedded_lld_elf.a(Driver.cpp.o) | |
vtable for llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase> in libembedded_lld_coff.a(Driver.cpp.o) | |
vtable for llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase> in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
vtable for llvm::ErrorInfo<lld::GenericError, llvm::ErrorInfoBase> in libembedded_lld_lib.a(Error.cpp.o) | |
vtable for lld::GenericError in libembedded_lld_lib.a(Error.cpp.o) | |
vtable for llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase> in libembedded_lld_elf.a(InputFiles.cpp.o) | |
vtable for llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase> in libembedded_lld_elf.a(Writer.cpp.o) | |
... | |
"llvm::StringMapImpl::RehashTable(unsigned int)", referenced from: | |
std::__1::pair<llvm::StringMapIterator<unsigned long long>, bool> llvm::StringMap<unsigned long long, llvm::MallocAllocator>::try_emplace<>(llvm::StringRef) in libembedded_lld_elf.a(Driver.cpp.o) | |
std::__1::pair<llvm::StringMapIterator<char>, bool> llvm::StringMap<char, llvm::MallocAllocator>::try_emplace<char>(llvm::StringRef, char&&) in libembedded_lld_coff.a(Driver.cpp.o) | |
std::__1::pair<llvm::StringMapIterator<lld::mach_o::MachODylibFile*>, bool> llvm::StringMap<lld::mach_o::MachODylibFile*, llvm::MallocAllocator>::try_emplace<>(llvm::StringRef) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
std::__1::pair<llvm::StringMapIterator<char>, bool> llvm::StringMap<char, llvm::MallocAllocator>::try_emplace<char>(llvm::StringRef, char&&) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
std::__1::pair<llvm::StringMapIterator<std::__1::vector<lld::MachOLinkingContext::OrderFileNode, std::__1::allocator<lld::MachOLinkingContext::OrderFileNode> > >, bool> llvm::StringMap<std::__1::vector<lld::MachOLinkingContext::OrderFileNode, std::__1::allocator<lld::MachOLinkingContext::OrderFileNode> >, llvm::MallocAllocator>::try_emplace<>(llvm::StringRef) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
std::__1::pair<llvm::StringMapIterator<char>, bool> llvm::StringMap<char, llvm::MallocAllocator>::try_emplace<char>(llvm::StringRef, char&&) in libembedded_lld_elf.a(ScriptParser.cpp.o) | |
std::__1::pair<llvm::StringMapIterator<std::__1::vector<lld::elf::Symbol*, std::__1::allocator<lld::elf::Symbol*> > >, bool> llvm::StringMap<std::__1::vector<lld::elf::Symbol*, std::__1::allocator<lld::elf::Symbol*> >, llvm::MallocAllocator>::try_emplace<>(llvm::StringRef) in libembedded_lld_elf.a(SymbolTable.cpp.o) | |
... | |
"llvm::StringMapImpl::LookupBucketFor(llvm::StringRef)", referenced from: | |
std::__1::pair<llvm::StringMapIterator<unsigned long long>, bool> llvm::StringMap<unsigned long long, llvm::MallocAllocator>::try_emplace<>(llvm::StringRef) in libembedded_lld_elf.a(Driver.cpp.o) | |
std::__1::pair<llvm::StringMapIterator<char>, bool> llvm::StringMap<char, llvm::MallocAllocator>::try_emplace<char>(llvm::StringRef, char&&) in libembedded_lld_coff.a(Driver.cpp.o) | |
std::__1::pair<llvm::StringMapIterator<lld::mach_o::MachODylibFile*>, bool> llvm::StringMap<lld::mach_o::MachODylibFile*, llvm::MallocAllocator>::try_emplace<>(llvm::StringRef) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
std::__1::pair<llvm::StringMapIterator<char>, bool> llvm::StringMap<char, llvm::MallocAllocator>::try_emplace<char>(llvm::StringRef, char&&) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
std::__1::pair<llvm::StringMapIterator<std::__1::vector<lld::MachOLinkingContext::OrderFileNode, std::__1::allocator<lld::MachOLinkingContext::OrderFileNode> > >, bool> llvm::StringMap<std::__1::vector<lld::MachOLinkingContext::OrderFileNode, std::__1::allocator<lld::MachOLinkingContext::OrderFileNode> >, llvm::MallocAllocator>::try_emplace<>(llvm::StringRef) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
std::__1::pair<llvm::StringMapIterator<char>, bool> llvm::StringMap<char, llvm::MallocAllocator>::try_emplace<char>(llvm::StringRef, char&&) in libembedded_lld_elf.a(ScriptParser.cpp.o) | |
std::__1::pair<llvm::StringMapIterator<std::__1::vector<lld::elf::Symbol*, std::__1::allocator<lld::elf::Symbol*> > >, bool> llvm::StringMap<std::__1::vector<lld::elf::Symbol*, std::__1::allocator<lld::elf::Symbol*> >, llvm::MallocAllocator>::try_emplace<>(llvm::StringRef) in libembedded_lld_elf.a(SymbolTable.cpp.o) | |
... | |
"llvm::StringMapImpl::init(unsigned int)", referenced from: | |
llvm::StringMap<char, llvm::MallocAllocator>::StringMap(llvm::StringMap<char, llvm::MallocAllocator> const&) in libembedded_lld_coff.a(Driver.cpp.o) | |
"llvm::TargetMachine::getTargetIRAnalysis()", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::libDriverMain(llvm::ArrayRef<char const*>)", referenced from: | |
lld::coff::LinkerDriver::link(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(Driver.cpp.o) | |
"llvm::llvm_shutdown()", referenced from: | |
lld::exitLld(int) in libembedded_lld_lib.a(ErrorHandler.cpp.o) | |
"llvm::BinaryOperator::Create(llvm::Instruction::BinaryOps, llvm::Value*, llvm::Value*, llvm::Twine const&, llvm::Instruction*)", referenced from: | |
llvm::IRBuilder<llvm::ConstantFolder, llvm::IRBuilderDefaultInserter>::CreateInsertNUWNSWBinOp(llvm::Instruction::BinaryOps, llvm::Value*, llvm::Value*, llvm::Twine const&, bool, bool) in libzig_cpp.a(zig_llvm.cpp.o) | |
llvm::BinaryOperator::CreateLShr(llvm::Value*, llvm::Value*, llvm::Twine const&) in libzig_cpp.a(zig_llvm.cpp.o) | |
llvm::BinaryOperator::CreateExact(llvm::Instruction::BinaryOps, llvm::Value*, llvm::Value*, llvm::Twine const&) in libzig_cpp.a(zig_llvm.cpp.o) | |
llvm::BinaryOperator::CreateAShr(llvm::Value*, llvm::Value*, llvm::Twine const&) in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DWARFDebugLine::getOrParseLineTable(llvm::DWARFDataExtractor&, unsigned int, llvm::DWARFUnit const*)", referenced from: | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, false> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, false> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, true> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, true> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
"llvm::DWARFFormValue::skipValue(llvm::dwarf::Form, llvm::DataExtractor, unsigned int*, llvm::DWARFFormParams)", referenced from: | |
lld::mach_o::(anonymous namespace)::readCompUnit(lld::mach_o::normalized::NormalizedFile const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, llvm::StringRef) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o) | |
"llvm::getRandomBytes(void*, unsigned long)", referenced from: | |
lld::elf::BuildIdSection::writeBuildId(llvm::ArrayRef<unsigned char>) in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
(anonymous namespace)::Writer::writeBuildId() in libembedded_lld_coff.a(Writer.cpp.o) | |
"llvm::getULEB128Size(unsigned long long)", referenced from: | |
lld::mach_o::normalized::TrieNode::updateOffset(unsigned int&) in libembedded_lld_lib.a(MachONormalizedFileBinaryWriter.cpp.o) | |
lld::mach_o::normalized::TrieNode::appendToByteBuffer(lld::mach_o::normalized::ByteBuffer&) in libembedded_lld_lib.a(MachONormalizedFileBinaryWriter.cpp.o) | |
(anonymous namespace)::Util::addRebaseAndBindingInfo(lld::File const&, lld::mach_o::normalized::NormalizedFile&) in libembedded_lld_lib.a(MachONormalizedFileFromAtoms.cpp.o) | |
"llvm::identify_magic(llvm::StringRef)", referenced from: | |
lld::elf::LinkerDriver::addFile(llvm::StringRef, bool) in libembedded_lld_elf.a(Driver.cpp.o) | |
lld::coff::LinkerDriver::addBuffer(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >, bool) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::LinkerDriver::addArchiveBuffer(llvm::MemoryBufferRef, llvm::StringRef, llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::filterBitcodeFiles(llvm::StringRef, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::needsRebuilding(llvm::MemoryBufferRef) in libembedded_lld_coff.a(Driver.cpp.o) | |
isBitcode(llvm::MemoryBufferRef) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::Registry::loadFile(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >) const in libembedded_lld_lib.a(Reader.cpp.o) | |
... | |
"llvm::raw_fd_ostream::close()", referenced from: | |
lld::coff::createManifestXmlWithExternalMt(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::raw_fd_ostream::raw_fd_ostream(llvm::StringRef, std::__1::error_code&, llvm::sys::fs::OpenFlags)", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
lld::MachOLinkingContext::createDependencyFile(llvm::StringRef) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
saveBuffer(llvm::StringRef, llvm::Twine const&) in libembedded_lld_elf.a(LTO.cpp.o) | |
lld::coff::createSideBySideManifest() in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
lld::coff::createManifestXmlWithExternalMt(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
lld::coff::(anonymous namespace)::TemporaryFile::TemporaryFile(llvm::StringRef, llvm::StringRef, llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
lld::coff::writeDefFile(llvm::StringRef) in libembedded_lld_coff.a(MinGW.cpp.o) | |
... | |
"llvm::raw_fd_ostream::raw_fd_ostream(int, bool, bool)", referenced from: | |
lld::coff::LinkerDriver::invokeMSVC(llvm::opt::InputArgList&) in libembedded_lld_coff.a(Driver.cpp.o) | |
"llvm::raw_fd_ostream::~raw_fd_ostream()", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
llvm::TarWriter::~TarWriter() in libembedded_lld_elf.a(Driver.cpp.o) | |
lld::coff::LinkerDriver::invokeMSVC(llvm::opt::InputArgList&) in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::TarWriter::~TarWriter() in libembedded_lld_coff.a(Driver.cpp.o) | |
saveBuffer(llvm::StringRef, llvm::Twine const&) in libembedded_lld_elf.a(LTO.cpp.o) | |
lld::coff::createSideBySideManifest() in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
lld::coff::createManifestXmlWithExternalMt(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
... | |
"llvm::MCTargetOptions::MCTargetOptions()", referenced from: | |
llvm::TargetOptions::TargetOptions() in libembedded_lld_elf.a(LTO.cpp.o) | |
llvm::TargetOptions::TargetOptions() in libembedded_lld_coff.a(LTO.cpp.o) | |
InitMCTargetOptionsFromFlags() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::TargetOptions::TargetOptions() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
"llvm::SmallVectorBase::grow_pod(void*, unsigned long, unsigned long)", referenced from: | |
llvm::SmallVectorTemplateCommon<llvm::Metadata*, void>::grow_pod(unsigned long, unsigned long) in libzig_cpp.a(zig_llvm.cpp.o) | |
llvm::SmallVectorTemplateCommon<std::__1::pair<void*, unsigned long>, void>::grow_pod(unsigned long, unsigned long) in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::SmallVectorTemplateCommon<void*, void>::grow_pod(unsigned long, unsigned long) in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::SmallVectorTemplateCommon<char, void>::grow_pod(unsigned long, unsigned long) in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::SmallVectorTemplateCommon<std::__1::pair<void*, unsigned long>, void>::grow_pod(unsigned long, unsigned long) in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::SmallVectorTemplateCommon<void*, void>::grow_pod(unsigned long, unsigned long) in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::SmallVectorTemplateCommon<char, void>::grow_pod(unsigned long, unsigned long) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
... | |
"llvm::itaniumDemangle(char const*, char*, unsigned long*, int*)", referenced from: | |
lld::MachOLinkingContext::demangle(llvm::StringRef) const in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
lld::demangleItanium(llvm::StringRef) in libembedded_lld_lib.a(Strings.cpp.o) | |
"llvm::FileOutputBuffer::create(llvm::StringRef, unsigned long, unsigned int)", referenced from: | |
(anonymous namespace)::Writer<llvm::object::ELFType<(llvm::support::endianness)1, false> >::openFile() in libembedded_lld_elf.a(Writer.cpp.o) | |
(anonymous namespace)::Writer<llvm::object::ELFType<(llvm::support::endianness)0, false> >::openFile() in libembedded_lld_elf.a(Writer.cpp.o) | |
(anonymous namespace)::Writer<llvm::object::ELFType<(llvm::support::endianness)1, true> >::openFile() in libembedded_lld_elf.a(Writer.cpp.o) | |
(anonymous namespace)::Writer<llvm::object::ELFType<(llvm::support::endianness)0, true> >::openFile() in libembedded_lld_elf.a(Writer.cpp.o) | |
lld::elf::tryCreateFile(llvm::StringRef) in libembedded_lld_elf.a(Filesystem.cpp.o) | |
(anonymous namespace)::Writer::openFile(llvm::StringRef) in libembedded_lld_coff.a(Writer.cpp.o) | |
lld::mach_o::normalized::MachOFileLayout::writeBinary(llvm::StringRef) in libembedded_lld_lib.a(MachONormalizedFileBinaryWriter.cpp.o) | |
... | |
"llvm::MetadataTracking::track(void*, llvm::Metadata&, llvm::PointerUnion<llvm::MetadataAsValue*, llvm::Metadata*>)", referenced from: | |
llvm::MetadataTracking::track(llvm::Metadata*&) in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::MetadataTracking::retrack(void*, llvm::Metadata&, void*)", referenced from: | |
llvm::MetadataTracking::retrack(llvm::Metadata*&, llvm::Metadata*&) in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::MetadataTracking::untrack(void*, llvm::Metadata&)", referenced from: | |
llvm::MetadataTracking::untrack(llvm::Metadata*&) in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::NewArchiveMember::NewArchiveMember(llvm::MemoryBufferRef)", referenced from: | |
lld::coff::filterBitcodeFiles(llvm::StringRef, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&) in libembedded_lld_coff.a(Driver.cpp.o) | |
void std::__1::vector<llvm::NewArchiveMember, std::__1::allocator<llvm::NewArchiveMember> >::__emplace_back_slow_path<llvm::MemoryBufferRef&>(llvm::MemoryBufferRef&&&) in libembedded_lld_coff.a(Driver.cpp.o) | |
"llvm::errorCodeToError(std::__1::error_code)", referenced from: | |
loadFileList(llvm::StringRef, lld::MachOLinkingContext&, bool, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
llvm::object::Elf_Sym_Impl<llvm::object::ELFType<(llvm::support::endianness)1, false> >::getName(llvm::StringRef) const in libembedded_lld_elf.a(InputFiles.cpp.o) | |
llvm::object::Elf_Sym_Impl<llvm::object::ELFType<(llvm::support::endianness)0, false> >::getName(llvm::StringRef) const in libembedded_lld_elf.a(InputFiles.cpp.o) | |
llvm::object::Elf_Sym_Impl<llvm::object::ELFType<(llvm::support::endianness)1, true> >::getName(llvm::StringRef) const in libembedded_lld_elf.a(InputFiles.cpp.o) | |
llvm::object::Elf_Sym_Impl<llvm::object::ELFType<(llvm::support::endianness)0, true> >::getName(llvm::StringRef) const in libembedded_lld_elf.a(InputFiles.cpp.o) | |
llvm::object::COFFObjectFile::getSymbol(unsigned int) const in libembedded_lld_coff.a(InputFiles.cpp.o) | |
lld::yaml::Writer::writeFile(lld::File const&, llvm::StringRef) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
... | |
"llvm::errorToErrorCode(llvm::Error)", referenced from: | |
lld::elf::tryCreateFile(llvm::StringRef) in libembedded_lld_elf.a(Filesystem.cpp.o) | |
lld::(anonymous namespace)::FileArchive::doParse() in libembedded_lld_lib.a(FileArchive.cpp.o) | |
lld::(anonymous namespace)::FileArchive::parseAllMembers(std::__1::vector<std::__1::unique_ptr<lld::File, std::__1::default_delete<lld::File> >, std::__1::allocator<std::__1::unique_ptr<lld::File, std::__1::default_delete<lld::File> > > >&) in libembedded_lld_lib.a(FileArchive.cpp.o) | |
lld::(anonymous namespace)::FileArchive::buildTableOfContents() in libembedded_lld_lib.a(FileArchive.cpp.o) | |
lld::(anonymous namespace)::FileArchive::instantiateMember(llvm::object::Archive::Child, std::__1::unique_ptr<lld::File, std::__1::default_delete<lld::File> >&) const in libembedded_lld_lib.a(FileArchive.cpp.o) | |
lld::mach_o::MachOFile::doParse() in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o) | |
lld::mach_o::MachODylibFile::doParse() in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o) | |
... | |
"llvm::windows_manifest::isAvailable()", referenced from: | |
lld::coff::createManifestXml() in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::windows_manifest::WindowsManifestMerger::getMergedManifest()", referenced from: | |
lld::coff::createManifestXmlWithInternalMt(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::windows_manifest::WindowsManifestMerger::merge(llvm::MemoryBuffer const&)", referenced from: | |
lld::coff::createManifestXmlWithInternalMt(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::windows_manifest::WindowsManifestMerger::WindowsManifestMerger()", referenced from: | |
lld::coff::createManifestXmlWithInternalMt(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::windows_manifest::WindowsManifestMerger::~WindowsManifestMerger()", referenced from: | |
lld::coff::createManifestXmlWithInternalMt(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::AtomicCmpXchgInst::AtomicCmpXchgInst(llvm::Value*, llvm::Value*, llvm::Value*, llvm::AtomicOrdering, llvm::AtomicOrdering, unsigned char, llvm::Instruction*)", referenced from: | |
llvm::IRBuilder<llvm::ConstantFolder, llvm::IRBuilderDefaultInserter>::CreateAtomicCmpXchg(llvm::Value*, llvm::Value*, llvm::Value*, llvm::AtomicOrdering, llvm::AtomicOrdering, unsigned char) in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::BinaryStreamError::BinaryStreamError(llvm::stream_error_code)", referenced from: | |
std::__1::enable_if<!(std::is_array<llvm::BinaryStreamError>::value), std::__1::unique_ptr<llvm::BinaryStreamError, std::__1::default_delete<llvm::BinaryStreamError> > >::type llvm::make_unique<llvm::BinaryStreamError, llvm::stream_error_code>(llvm::stream_error_code&&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::SubtargetFeatures::AddFeature(llvm::StringRef, bool)", referenced from: | |
_ZigLLVMGetNativeFeatures in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::SubtargetFeatures::SubtargetFeatures(llvm::StringRef)", referenced from: | |
_ZigLLVMGetNativeFeatures in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::ARMAttributeParser::Parse(llvm::ArrayRef<unsigned char>, bool)", referenced from: | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, false> >::createInputSection(llvm::object::Elf_Shdr_Impl<llvm::object::ELFType<(llvm::support::endianness)1, false> > const&) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, false> >::createInputSection(llvm::object::Elf_Shdr_Impl<llvm::object::ELFType<(llvm::support::endianness)0, false> > const&) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, true> >::createInputSection(llvm::object::Elf_Shdr_Impl<llvm::object::ELFType<(llvm::support::endianness)1, true> > const&) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, true> >::createInputSection(llvm::object::Elf_Shdr_Impl<llvm::object::ELFType<(llvm::support::endianness)0, true> > const&) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
"llvm::BinaryStreamReader::readStreamRef(llvm::BinaryStreamRef&, unsigned int)", referenced from: | |
llvm::Error llvm::BinaryStreamReader::readArray<llvm::codeview::DebugSubsectionRecord, llvm::VarStreamArrayExtractor<llvm::codeview::DebugSubsectionRecord> >(llvm::VarStreamArray<llvm::codeview::DebugSubsectionRecord, llvm::VarStreamArrayExtractor<llvm::codeview::DebugSubsectionRecord> >&, unsigned int) in libembedded_lld_coff.a(PDB.cpp.o) | |
llvm::Error llvm::BinaryStreamReader::readArray<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>, llvm::VarStreamArrayExtractor<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> > >(llvm::VarStreamArray<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>, llvm::VarStreamArrayExtractor<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> > >&, unsigned int) in libembedded_lld_coff.a(PDB.cpp.o) | |
llvm::Error llvm::BinaryStreamReader::readArray<llvm::codeview::CVRecord<llvm::codeview::SymbolKind>, llvm::VarStreamArrayExtractor<llvm::codeview::CVRecord<llvm::codeview::SymbolKind> > >(llvm::VarStreamArray<llvm::codeview::CVRecord<llvm::codeview::SymbolKind>, llvm::VarStreamArrayExtractor<llvm::codeview::CVRecord<llvm::codeview::SymbolKind> > >&, unsigned int) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::BinaryStreamReader::readBytes(llvm::ArrayRef<unsigned char>&, unsigned int)", referenced from: | |
llvm::Expected<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> > llvm::codeview::readCVRecordFromStream<llvm::codeview::TypeLeafKind>(llvm::BinaryStreamRef, unsigned int) in libembedded_lld_coff.a(PDB.cpp.o) | |
llvm::Error llvm::BinaryStreamReader::readObject<llvm::codeview::RecordPrefix>(llvm::codeview::RecordPrefix const*&) in libembedded_lld_coff.a(PDB.cpp.o) | |
llvm::Expected<llvm::codeview::CVRecord<llvm::codeview::SymbolKind> > llvm::codeview::readCVRecordFromStream<llvm::codeview::SymbolKind>(llvm::BinaryStreamRef, unsigned int) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::BinaryStreamReader::BinaryStreamReader(llvm::BinaryStreamRef)", referenced from: | |
mergeSymbolRecords(llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, lld::coff::ObjFile*, llvm::pdb::GSIStreamBuilder&, (anonymous namespace)::CVIndexMap const&, llvm::codeview::TypeCollection&, llvm::BinaryStreamRef) in libembedded_lld_coff.a(PDB.cpp.o) | |
llvm::Expected<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> > llvm::codeview::readCVRecordFromStream<llvm::codeview::TypeLeafKind>(llvm::BinaryStreamRef, unsigned int) in libembedded_lld_coff.a(PDB.cpp.o) | |
llvm::Expected<llvm::codeview::CVRecord<llvm::codeview::SymbolKind> > llvm::codeview::readCVRecordFromStream<llvm::codeview::SymbolKind>(llvm::BinaryStreamRef, unsigned int) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::BinaryStreamReader::BinaryStreamReader(llvm::ArrayRef<unsigned char>, llvm::support::endianness)", referenced from: | |
(anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::BinaryStreamReader::BinaryStreamReader(llvm::BinaryStream&)", referenced from: | |
(anonymous namespace)::PDBLinker::mergeDebugT(lld::coff::ObjFile*, (anonymous namespace)::CVIndexMap&) in libembedded_lld_coff.a(PDB.cpp.o) | |
llvm::codeview::TypeDeserializer::MappingInfo::MappingInfo(llvm::ArrayRef<unsigned char>) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::DWARFDebugPubTable::DWARFDebugPubTable(llvm::StringRef, bool, bool)", referenced from: | |
readPubNamesAndTypes(llvm::DWARFContext&) in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
"llvm::PassManagerBuilder::addExtension(llvm::PassManagerBuilder::ExtensionPointTy, std::__1::function<void (llvm::PassManagerBuilder const&, llvm::legacy::PassManagerBase&)>)", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::PassManagerBuilder::populateModulePassManager(llvm::legacy::PassManagerBase&)", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::PassManagerBuilder::populateFunctionPassManager(llvm::legacy::FunctionPassManager&)", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::PassManagerBuilder::PassManagerBuilder()", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::StringTableBuilder::finalizeInOrder()", referenced from: | |
lld::elf::MergeNoTailSection::finalizeContents() in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
"llvm::StringTableBuilder::add(llvm::CachedHashStringRef)", referenced from: | |
lld::elf::MergeTailSection::finalizeContents() in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
lld::elf::MergeNoTailSection::finalizeContents()::$_16::operator()(unsigned long) const in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
"llvm::StringTableBuilder::finalize()", referenced from: | |
lld::elf::MergeTailSection::finalizeContents() in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
"llvm::StringTableBuilder::StringTableBuilder(llvm::StringTableBuilder::Kind, unsigned int)", referenced from: | |
lld::elf::MergeTailSection::MergeTailSection(llvm::StringRef, unsigned int, unsigned long long, unsigned int) in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
lld::elf::MergeNoTailSection::finalizeContents() in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
void std::__1::vector<llvm::StringTableBuilder, std::__1::allocator<llvm::StringTableBuilder> >::__emplace_back_slow_path<llvm::StringTableBuilder::Kind, unsigned int&>(llvm::StringTableBuilder::Kind&&, unsigned int&&&) in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
"llvm::StringTableBuilder::~StringTableBuilder()", referenced from: | |
std::__1::__vector_base<llvm::StringTableBuilder, std::__1::allocator<llvm::StringTableBuilder> >::~__vector_base() in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
lld::elf::MergeTailSection::~MergeTailSection() in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
std::__1::__split_buffer<llvm::StringTableBuilder, std::__1::allocator<llvm::StringTableBuilder>&>::~__split_buffer() in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
"llvm::createVerifierPass(bool)", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::format_object_base::home()", referenced from: | |
vtable for llvm::format_object<unsigned long long> in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
vtable for llvm::format_object<unsigned short> in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
vtable for llvm::format_object<char const*> in libembedded_lld_lib.a(FileArchive.cpp.o) | |
vtable for llvm::format_object<unsigned int> in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
vtable for llvm::format_object<unsigned char> in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
vtable for llvm::format_object<unsigned short> in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
vtable for llvm::format_object<unsigned short, unsigned short> in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
... | |
"llvm::getAsSignedInteger(llvm::StringRef, unsigned int, long long&)", referenced from: | |
std::__1::enable_if<std::numeric_limits<int>::is_signed, bool>::type llvm::StringRef::getAsInteger<int>(unsigned int, int&) const in libembedded_lld_elf.a(Driver.cpp.o) | |
std::__1::enable_if<std::numeric_limits<int>::is_signed, bool>::type llvm::StringRef::getAsInteger<int>(unsigned int, int&) const in libembedded_lld_coff.a(Driver.cpp.o) | |
std::__1::enable_if<std::numeric_limits<int>::is_signed, bool>::type llvm::StringRef::getAsInteger<int>(unsigned int, int&) const in libembedded_lld_elf.a(OutputSections.cpp.o) | |
std::__1::enable_if<std::numeric_limits<int>::is_signed, bool>::type llvm::StringRef::getAsInteger<int>(unsigned int, int&) const in libembedded_lld_lib.a(Args.cpp.o) | |
std::__1::enable_if<std::numeric_limits<int>::is_signed, bool>::type llvm::StringRef::getAsInteger<int>(unsigned int, int&) const in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::isCurrentDebugType(char const*)", referenced from: | |
lld::(anonymous namespace)::FileArchive::buildTableOfContents() in libembedded_lld_lib.a(FileArchive.cpp.o) | |
(anonymous namespace)::RefNameBuilder::RefNameBuilder(lld::File const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
(anonymous namespace)::RefNameBuilder::buildDuplicateNameMap(lld::Atom const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::Reference const*>::NormalizedReference::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::DefinedAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::UndefinedAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::SharedLibraryAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
... | |
"llvm::raw_string_ostream::~raw_string_ostream()", referenced from: | |
llvm::ErrorInfoBase::message() const in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::ErrorInfoBase::message() const in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::ErrorInfoBase::message() const in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
llvm::ErrorInfoBase::message() const in libembedded_lld_lib.a(Error.cpp.o) | |
llvm::ErrorInfoBase::message() const in libembedded_lld_elf.a(InputFiles.cpp.o) | |
llvm::ErrorInfoBase::message() const in libembedded_lld_elf.a(Writer.cpp.o) | |
llvm::ErrorInfoBase::message() const in libembedded_lld_elf.a(InputSection.cpp.o) | |
... | |
"llvm::report_fatal_error(char const*, bool)", referenced from: | |
lld::SymbolTable::addByName(lld::Atom const&) in libembedded_lld_lib.a(SymbolTable.cpp.o) | |
lld::mach_o::(anonymous namespace)::processFDE(lld::mach_o::normalized::NormalizedFile const&, lld::mach_o::MachOFile&, lld::mach_o::ArchHandler&, lld::mach_o::normalized::Section const*, lld::mach_o::MachODefinedAtom*, unsigned long long, llvm::DenseMap<lld::mach_o::MachODefinedAtom const*, lld::mach_o::(anonymous namespace)::CIEInfo, llvm::DenseMapInfo<lld::mach_o::MachODefinedAtom const*>, llvm::detail::DenseMapPair<lld::mach_o::MachODefinedAtom const*, lld::mach_o::(anonymous namespace)::CIEInfo> > const&)::$_9::operator()(unsigned long long) const in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o) | |
lld::mach_o::showCycleDetectedError(lld::Registry const&, llvm::DenseMap<lld::DefinedAtom const*, lld::DefinedAtom const*, llvm::DenseMapInfo<lld::DefinedAtom const*>, llvm::detail::DenseMapPair<lld::DefinedAtom const*, lld::DefinedAtom const*> >&, lld::DefinedAtom const*) in libembedded_lld_lib.a(LayoutPass.cpp.o) | |
"llvm::SmallPtrSetImplBase::insert_imp_big(void const*)", referenced from: | |
llvm::SmallPtrSetImplBase::insert_imp(void const*) in libembedded_lld_coff.a(SymbolTable.cpp.o) | |
"llvm::SmallPtrSetImplBase::CopyFrom(llvm::SmallPtrSetImplBase const&)", referenced from: | |
llvm::SmallPtrSet<llvm::cl::SubCommand*, 4u>::operator=(llvm::SmallPtrSet<llvm::cl::SubCommand*, 4u> const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
"llvm::getAsUnsignedInteger(llvm::StringRef, unsigned int, unsigned long long&)", referenced from: | |
std::__1::enable_if<!(std::numeric_limits<unsigned long long>::is_signed), bool>::type llvm::StringRef::getAsInteger<unsigned long long>(unsigned int, unsigned long long&) const in libembedded_lld_elf.a(Driver.cpp.o) | |
std::__1::enable_if<!(std::numeric_limits<unsigned int>::is_signed), bool>::type llvm::StringRef::getAsInteger<unsigned int>(unsigned int, unsigned int&) const in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::mach_o::parse(llvm::ArrayRef<char const*>, lld::MachOLinkingContext&, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
std::__1::enable_if<!(std::numeric_limits<unsigned long long>::is_signed), bool>::type llvm::StringRef::getAsInteger<unsigned long long>(unsigned int, unsigned long long&) const in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
lld::MachOLinkingContext::parsePackedVersion(llvm::StringRef, unsigned int&) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
lld::MachOLinkingContext::parsePackedVersion(llvm::StringRef, unsigned long long&) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
std::__1::enable_if<!(std::numeric_limits<unsigned long long>::is_signed), bool>::type llvm::StringRef::getAsInteger<unsigned long long>(unsigned int, unsigned long long&) const in libembedded_lld_elf.a(ScriptParser.cpp.o) | |
... | |
"llvm::hardware_concurrency()", referenced from: | |
lld::elf::MergeNoTailSection::finalizeContents() in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
"llvm::SymbolTableListTraits<llvm::Instruction>::addNodeToList(llvm::Instruction*)", referenced from: | |
llvm::iplist_impl<llvm::simple_ilist<llvm::Instruction>, llvm::SymbolTableListTraits<llvm::Instruction> >::insert(llvm::ilist_iterator<llvm::ilist_detail::node_options<llvm::Instruction, false, false, void>, false, false>, llvm::Instruction*) in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::TargetLibraryInfoImpl::TargetLibraryInfoImpl(llvm::Triple const&)", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::logAllUnhandledErrors(llvm::Error, llvm::raw_ostream&, llvm::Twine)", referenced from: | |
lld::mach_o::link(llvm::ArrayRef<char const*>, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
lld::Resolver::resolveUndefines() in libembedded_lld_lib.a(Resolver.cpp.o) | |
llvm::ExitOnError::checkError(llvm::Error) const in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::report_bad_alloc_error(char const*, bool)", referenced from: | |
llvm::SmallVectorTemplateBase<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false>::grow(unsigned long) in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::StringMapEntry<unsigned long long>* llvm::StringMapEntry<unsigned long long>::Create<llvm::MallocAllocator>(llvm::StringRef, llvm::MallocAllocator&) in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::SmallVectorTemplateBase<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false>::grow(unsigned long) in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::StringMapEntry<char>* llvm::StringMapEntry<char>::Create<llvm::MallocAllocator, char&>(llvm::StringRef, llvm::MallocAllocator&, char&&&) in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::StringMapEntry<char>* llvm::StringMapEntry<char>::Create<llvm::MallocAllocator, char>(llvm::StringRef, llvm::MallocAllocator&, char&&) in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::StringMapEntry<lld::mach_o::MachODylibFile*>* llvm::StringMapEntry<lld::mach_o::MachODylibFile*>::Create<llvm::MallocAllocator>(llvm::StringRef, llvm::MallocAllocator&) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
llvm::StringMapEntry<char>* llvm::StringMapEntry<char>::Create<llvm::MallocAllocator, char>(llvm::StringRef, llvm::MallocAllocator&, char&&) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
... | |
"llvm::ReplaceableMetadataImpl::replaceAllUsesWith(llvm::Metadata*)", referenced from: | |
llvm::MDNode::replaceAllUsesWith(llvm::Metadata*) in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::VarStreamArrayExtractor<llvm::codeview::FileChecksumEntry>::operator()(llvm::BinaryStreamRef, unsigned int&, llvm::codeview::FileChecksumEntry&)", referenced from: | |
llvm::VarStreamArrayIterator<llvm::codeview::FileChecksumEntry, llvm::VarStreamArrayExtractor<llvm::codeview::FileChecksumEntry> >::VarStreamArrayIterator(llvm::VarStreamArray<llvm::codeview::FileChecksumEntry, llvm::VarStreamArrayExtractor<llvm::codeview::FileChecksumEntry> > const&, llvm::VarStreamArrayExtractor<llvm::codeview::FileChecksumEntry> const&, unsigned int, bool*) in libembedded_lld_coff.a(PDB.cpp.o) | |
llvm::VarStreamArrayIterator<llvm::codeview::FileChecksumEntry, llvm::VarStreamArrayExtractor<llvm::codeview::FileChecksumEntry> >::operator+=(unsigned int) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::parseCachePruningPolicy(llvm::StringRef)", referenced from: | |
lld::elf::LinkerDriver::readConfigs(llvm::opt::InputArgList&) in libembedded_lld_elf.a(Driver.cpp.o) | |
lld::coff::LinkerDriver::link(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(Driver.cpp.o) | |
"llvm::DisableABIBreakingChecks", referenced from: | |
llvm::VerifyDisableABIBreakingChecks in translate_c.cpp.o | |
llvm::VerifyDisableABIBreakingChecks in libzig_cpp.a(zig_llvm.cpp.o) | |
llvm::VerifyDisableABIBreakingChecks in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::VerifyDisableABIBreakingChecks in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::VerifyDisableABIBreakingChecks in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
llvm::VerifyDisableABIBreakingChecks in libembedded_lld_lib.a(SymbolTable.cpp.o) | |
llvm::VerifyDisableABIBreakingChecks in libembedded_lld_lib.a(ErrorHandler.cpp.o) | |
... | |
"llvm::llvm_unreachable_internal(char const*, char const*, unsigned int)", referenced from: | |
lld::elf::LinkerDriver::main(llvm::ArrayRef<char const*>, bool) in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::cantFail(llvm::Error, char const*) in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::cantFail(llvm::Error, char const*) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::Defined::getChunk() in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::ErrorFile::defined() const in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
lld::ErrorFile::undefined() const in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
lld::ErrorFile::sharedLibrary() const in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
... | |
"llvm::createFunctionInliningPass(unsigned int, unsigned int, bool)", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::createAddDiscriminatorsPass()", referenced from: | |
addDiscriminatorsPass(llvm::PassManagerBuilder const&, llvm::legacy::PassManagerBase&) in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::TargetLibraryInfoWrapperPass::TargetLibraryInfoWrapperPass(llvm::TargetLibraryInfoImpl const&)", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::createAlwaysInlinerLegacyPass(bool)", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::initializeLowerIntrinsicsPass(llvm::PassRegistry&)", referenced from: | |
_ZigLLVMInitializeLowerIntrinsicsPass in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::cl::basic_parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::basic_parser(llvm::cl::Option&)", referenced from: | |
llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::parser(llvm::cl::Option&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
"llvm::cl::basic_parser<bool>::basic_parser(llvm::cl::Option&)", referenced from: | |
llvm::cl::parser<bool>::parser(llvm::cl::Option&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
"llvm::cl::basic_parser<int>::basic_parser(llvm::cl::Option&)", referenced from: | |
llvm::cl::parser<int>::parser(llvm::cl::Option&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
"llvm::cl::basic_parser<unsigned int>::basic_parser(llvm::cl::Option&)", referenced from: | |
llvm::cl::parser<unsigned int>::parser(llvm::cl::Option&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
"llvm::cl::GeneralCategory", referenced from: | |
llvm::cl::Option::Option(llvm::cl::NumOccurrencesFlag, llvm::cl::OptionHidden) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
"llvm::cl::AddLiteralOption(llvm::cl::Option&, llvm::StringRef)", referenced from: | |
void llvm::cl::parser<llvm::MCTargetOptions::AsmInstrumentation>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::parser<llvm::Reloc::Model>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::parser<llvm::ThreadModel::Model>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::parser<llvm::CodeModel::Model>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::parser<llvm::ExceptionHandling>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::parser<llvm::TargetMachine::CodeGenFileType>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::parser<llvm::FPDenormal::DenormalMode>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
... | |
"llvm::cl::GenericOptionValue::anchor()", referenced from: | |
vtable for llvm::cl::OptionValue<llvm::MCTargetOptions::AsmInstrumentation> in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
vtable for llvm::cl::OptionValueBase<llvm::MCTargetOptions::AsmInstrumentation, false> in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
vtable for llvm::cl::OptionValueCopy<llvm::MCTargetOptions::AsmInstrumentation> in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
vtable for llvm::cl::OptionValueCopy<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
vtable for llvm::cl::OptionValue<llvm::Reloc::Model> in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
vtable for llvm::cl::OptionValueBase<llvm::Reloc::Model, false> in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
vtable for llvm::cl::OptionValueCopy<llvm::Reloc::Model> in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
... | |
"llvm::cl::ExpandResponseFiles(llvm::StringSaver&, void (*)(llvm::StringRef, llvm::StringSaver&, llvm::SmallVectorImpl<char const*>&, bool), llvm::SmallVectorImpl<char const*>&, bool, bool)", referenced from: | |
lld::elf::ELFOptTable::parse(llvm::ArrayRef<char const*>) in libembedded_lld_elf.a(DriverUtils.cpp.o) | |
lld::coff::ArgParser::parse(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::cl::generic_parser_base::findOption(llvm::StringRef)", referenced from: | |
void llvm::cl::parser<llvm::MCTargetOptions::AsmInstrumentation>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::parser<llvm::Reloc::Model>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::parser<llvm::ThreadModel::Model>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::parser<llvm::CodeModel::Model>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::parser<llvm::ExceptionHandling>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::parser<llvm::TargetMachine::CodeGenFileType>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::parser<llvm::FPDenormal::DenormalMode>::addLiteralOption<int>(llvm::StringRef, int const&, llvm::StringRef) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
... | |
"llvm::cl::TokenizeGNUCommandLine(llvm::StringRef, llvm::StringSaver&, llvm::SmallVectorImpl<char const*>&, bool)", referenced from: | |
getQuotingStyle(llvm::opt::InputArgList&) in libembedded_lld_elf.a(DriverUtils.cpp.o) | |
lld::coff::getQuotingStyle(llvm::opt::InputArgList&) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::cl::ParseCommandLineOptions(int, char const* const*, llvm::StringRef, llvm::raw_ostream*)", referenced from: | |
_ZigLLVMParseCommandLineOptions in libzig_cpp.a(zig_llvm.cpp.o) | |
initLLVM(llvm::opt::InputArgList&) in libembedded_lld_elf.a(Driver.cpp.o) | |
lld::coff::LinkerDriver::link(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(Driver.cpp.o) | |
parseLLVMOptions(lld::LinkingContext const&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
"llvm::cl::TokenizeWindowsCommandLine(llvm::StringRef, llvm::StringSaver&, llvm::SmallVectorImpl<char const*>&, bool)", referenced from: | |
getQuotingStyle(llvm::opt::InputArgList&) in libembedded_lld_elf.a(DriverUtils.cpp.o) | |
lld::coff::getQuotingStyle(llvm::opt::InputArgList&) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
lld::coff::ArgParser::tokenize(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::setInitialValue(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from: | |
void llvm::cl::initializer<char [1]>::apply<llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >(llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
"llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::done()", referenced from: | |
llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::opt<char [11], llvm::cl::OptionHidden, llvm::cl::desc, llvm::cl::initializer<char [1]> >(char const (&) [11], llvm::cl::OptionHidden const&, llvm::cl::desc const&, llvm::cl::initializer<char [1]> const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::opt<char [6], llvm::cl::desc>(char const (&) [6], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::opt<char [5], llvm::cl::desc, llvm::cl::value_desc, llvm::cl::initializer<char [1]> >(char const (&) [5], llvm::cl::desc const&, llvm::cl::value_desc const&, llvm::cl::initializer<char [1]> const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::opt<char [10], llvm::cl::OptionHidden, llvm::cl::desc, llvm::cl::initializer<char [1]> >(char const (&) [10], llvm::cl::OptionHidden const&, llvm::cl::desc const&, llvm::cl::initializer<char [1]> const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
"llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::setInitialValue(bool const&)", referenced from: | |
void llvm::cl::initializer<bool>::apply<llvm::cl::opt<bool, false, llvm::cl::parser<bool> > >(llvm::cl::opt<bool, false, llvm::cl::parser<bool> >&) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
"llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::done()", referenced from: | |
llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [13], llvm::cl::desc>(char const (&) [13], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [30], llvm::cl::desc>(char const (&) [30], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [21], llvm::cl::desc>(char const (&) [21], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [14], llvm::cl::desc>(char const (&) [14], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [15], llvm::cl::desc>(char const (&) [15], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [8], llvm::cl::desc>(char const (&) [8], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [19], llvm::cl::desc>(char const (&) [19], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
... | |
"llvm::cl::opt<int, false, llvm::cl::parser<int> >::setInitialValue(int const&)", referenced from: | |
void llvm::cl::initializer<int>::apply<llvm::cl::opt<int, false, llvm::cl::parser<int> > >(llvm::cl::opt<int, false, llvm::cl::parser<int> >&) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
"llvm::cl::opt<int, false, llvm::cl::parser<int> >::done()", referenced from: | |
llvm::cl::opt<int, false, llvm::cl::parser<int> >::opt<char [14], llvm::cl::desc, llvm::cl::initializer<int> >(char const (&) [14], llvm::cl::desc const&, llvm::cl::initializer<int> const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
"llvm::cl::opt<unsigned int, false, llvm::cl::parser<unsigned int> >::setInitialValue(unsigned int const&)", referenced from: | |
void llvm::cl::initializer<int>::apply<llvm::cl::opt<unsigned int, false, llvm::cl::parser<unsigned int> > >(llvm::cl::opt<unsigned int, false, llvm::cl::parser<unsigned int> >&) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
"llvm::cl::opt<unsigned int, false, llvm::cl::parser<unsigned int> >::done()", referenced from: | |
llvm::cl::opt<unsigned int, false, llvm::cl::parser<unsigned int> >::opt<char [16], llvm::cl::desc, llvm::cl::initializer<int> >(char const (&) [16], llvm::cl::desc const&, llvm::cl::initializer<int> const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
"llvm::cl::Option::addArgument()", referenced from: | |
llvm::cl::opt<llvm::MCTargetOptions::AsmInstrumentation, false, llvm::cl::parser<llvm::MCTargetOptions::AsmInstrumentation> >::done() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::alias::done() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::list<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, bool, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::done() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<llvm::Reloc::Model, false, llvm::cl::parser<llvm::Reloc::Model> >::done() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<llvm::ThreadModel::Model, false, llvm::cl::parser<llvm::ThreadModel::Model> >::done() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<llvm::CodeModel::Model, false, llvm::cl::parser<llvm::CodeModel::Model> >::done() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<llvm::ExceptionHandling, false, llvm::cl::parser<llvm::ExceptionHandling> >::done() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
... | |
"llvm::cl::Option::addOccurrence(unsigned int, llvm::StringRef, llvm::StringRef, bool)", referenced from: | |
vtable for llvm::cl::opt<llvm::MCTargetOptions::AsmInstrumentation, false, llvm::cl::parser<llvm::MCTargetOptions::AsmInstrumentation> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
vtable for llvm::cl::list<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, bool, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
vtable for llvm::cl::opt<llvm::Reloc::Model, false, llvm::cl::parser<llvm::Reloc::Model> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
vtable for llvm::cl::opt<llvm::ThreadModel::Model, false, llvm::cl::parser<llvm::ThreadModel::Model> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
vtable for llvm::cl::opt<llvm::CodeModel::Model, false, llvm::cl::parser<llvm::CodeModel::Model> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
vtable for llvm::cl::opt<llvm::ExceptionHandling, false, llvm::cl::parser<llvm::ExceptionHandling> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
vtable for llvm::cl::opt<llvm::TargetMachine::CodeGenFileType, false, llvm::cl::parser<llvm::TargetMachine::CodeGenFileType> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
... | |
"llvm::cl::Option::error(llvm::Twine const&, llvm::StringRef)", referenced from: | |
llvm::cl::parser<llvm::MCTargetOptions::AsmInstrumentation>::parse(llvm::cl::Option&, llvm::StringRef, llvm::StringRef, llvm::MCTargetOptions::AsmInstrumentation&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::parser<llvm::Reloc::Model>::parse(llvm::cl::Option&, llvm::StringRef, llvm::StringRef, llvm::Reloc::Model&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::parser<llvm::ThreadModel::Model>::parse(llvm::cl::Option&, llvm::StringRef, llvm::StringRef, llvm::ThreadModel::Model&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::parser<llvm::CodeModel::Model>::parse(llvm::cl::Option&, llvm::StringRef, llvm::StringRef, llvm::CodeModel::Model&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::parser<llvm::ExceptionHandling>::parse(llvm::cl::Option&, llvm::StringRef, llvm::StringRef, llvm::ExceptionHandling&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::parser<llvm::TargetMachine::CodeGenFileType>::parse(llvm::cl::Option&, llvm::StringRef, llvm::StringRef, llvm::TargetMachine::CodeGenFileType&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::parser<llvm::FPDenormal::DenormalMode>::parse(llvm::cl::Option&, llvm::StringRef, llvm::StringRef, llvm::FPDenormal::DenormalMode&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
... | |
"llvm::cl::Option::anchor()", referenced from: | |
vtable for llvm::cl::opt<llvm::MCTargetOptions::AsmInstrumentation, false, llvm::cl::parser<llvm::MCTargetOptions::AsmInstrumentation> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
vtable for llvm::cl::list<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, bool, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
vtable for llvm::cl::opt<llvm::Reloc::Model, false, llvm::cl::parser<llvm::Reloc::Model> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
vtable for llvm::cl::opt<llvm::ThreadModel::Model, false, llvm::cl::parser<llvm::ThreadModel::Model> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
vtable for llvm::cl::opt<llvm::CodeModel::Model, false, llvm::cl::parser<llvm::CodeModel::Model> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
vtable for llvm::cl::opt<llvm::ExceptionHandling, false, llvm::cl::parser<llvm::ExceptionHandling> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
vtable for llvm::cl::opt<llvm::TargetMachine::CodeGenFileType, false, llvm::cl::parser<llvm::TargetMachine::CodeGenFileType> > in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
... | |
"llvm::cl::Option::setArgStr(llvm::StringRef)", referenced from: | |
void llvm::cl::applicator<char [20]>::opt<llvm::cl::opt<llvm::MCTargetOptions::AsmInstrumentation, false, llvm::cl::parser<llvm::MCTargetOptions::AsmInstrumentation> > >(llvm::StringRef, llvm::cl::opt<llvm::MCTargetOptions::AsmInstrumentation, false, llvm::cl::parser<llvm::MCTargetOptions::AsmInstrumentation> >&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::applicator<char [13]>::opt<llvm::cl::opt<bool, false, llvm::cl::parser<bool> > >(llvm::StringRef, llvm::cl::opt<bool, false, llvm::cl::parser<bool> >&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::applicator<char [30]>::opt<llvm::cl::opt<bool, false, llvm::cl::parser<bool> > >(llvm::StringRef, llvm::cl::opt<bool, false, llvm::cl::parser<bool> >&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::applicator<char [21]>::opt<llvm::cl::opt<bool, false, llvm::cl::parser<bool> > >(llvm::StringRef, llvm::cl::opt<bool, false, llvm::cl::parser<bool> >&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::applicator<char [14]>::opt<llvm::cl::opt<int, false, llvm::cl::parser<int> > >(llvm::StringRef, llvm::cl::opt<int, false, llvm::cl::parser<int> >&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::applicator<char [14]>::opt<llvm::cl::opt<bool, false, llvm::cl::parser<bool> > >(llvm::StringRef, llvm::cl::opt<bool, false, llvm::cl::parser<bool> >&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::applicator<char [15]>::opt<llvm::cl::opt<bool, false, llvm::cl::parser<bool> > >(llvm::StringRef, llvm::cl::opt<bool, false, llvm::cl::parser<bool> >&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
... | |
"llvm::initializeLoopStrengthReducePass(llvm::PassRegistry&)", referenced from: | |
_ZigLLVMInitializeLoopStrengthReducePass in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::addCoroutinePassesToExtensionPoints(llvm::PassManagerBuilder&)", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::createTargetTransformInfoWrapperPass(llvm::TargetIRAnalysis)", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::MD5::hash(llvm::ArrayRef<unsigned char>)", referenced from: | |
lld::elf::BuildIdSection::writeBuildId(llvm::ArrayRef<unsigned char>)::$_6::operator()(unsigned char*, llvm::ArrayRef<unsigned char>) const in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
"llvm::lto::localCache(llvm::StringRef, std::__1::function<void (unsigned int, std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >, llvm::StringRef)>)", referenced from: | |
lld::elf::BitcodeCompiler::compile() in libembedded_lld_elf.a(LTO.cpp.o) | |
lld::coff::BitcodeCompiler::compile() in libembedded_lld_coff.a(LTO.cpp.o) | |
"llvm::lto::createInProcessThinBackend(unsigned int)", referenced from: | |
createLTO() in libembedded_lld_elf.a(LTO.cpp.o) | |
createLTO() in libembedded_lld_coff.a(LTO.cpp.o) | |
"llvm::lto::LTO::add(std::__1::unique_ptr<llvm::lto::InputFile, std::__1::default_delete<llvm::lto::InputFile> >, llvm::ArrayRef<llvm::lto::SymbolResolution>)", referenced from: | |
lld::elf::BitcodeCompiler::add(lld::elf::BitcodeFile&) in libembedded_lld_elf.a(LTO.cpp.o) | |
lld::coff::BitcodeCompiler::add(lld::coff::BitcodeFile&) in libembedded_lld_coff.a(LTO.cpp.o) | |
"llvm::lto::LTO::run(std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)>, std::__1::function<std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)> (unsigned int, llvm::StringRef)>)", referenced from: | |
lld::elf::BitcodeCompiler::compile() in libembedded_lld_elf.a(LTO.cpp.o) | |
lld::coff::BitcodeCompiler::compile() in libembedded_lld_coff.a(LTO.cpp.o) | |
"llvm::lto::LTO::LTO(llvm::lto::Config, std::__1::function<std::__1::unique_ptr<llvm::lto::ThinBackendProc, std::__1::default_delete<llvm::lto::ThinBackendProc> > (llvm::lto::Config&, llvm::ModuleSummaryIndex&, llvm::StringMap<llvm::DenseMap<unsigned long long, llvm::GlobalValueSummary*, llvm::DenseMapInfo<unsigned long long>, llvm::detail::DenseMapPair<unsigned long long, llvm::GlobalValueSummary*> >, llvm::MallocAllocator>&, std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)>, std::__1::function<std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)> (unsigned int, llvm::StringRef)>)>, unsigned int)", referenced from: | |
std::__1::enable_if<!(std::is_array<llvm::lto::LTO>::value), std::__1::unique_ptr<llvm::lto::LTO, std::__1::default_delete<llvm::lto::LTO> > >::type llvm::make_unique<llvm::lto::LTO, llvm::lto::Config, std::__1::function<std::__1::unique_ptr<llvm::lto::ThinBackendProc, std::__1::default_delete<llvm::lto::ThinBackendProc> > (llvm::lto::Config&, llvm::ModuleSummaryIndex&, llvm::StringMap<llvm::DenseMap<unsigned long long, llvm::GlobalValueSummary*, llvm::DenseMapInfo<unsigned long long>, llvm::detail::DenseMapPair<unsigned long long, llvm::GlobalValueSummary*> >, llvm::MallocAllocator>&, std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)>, std::__1::function<std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)> (unsigned int, llvm::StringRef)>)>&, unsigned int&>(llvm::lto::Config&&, std::__1::function<std::__1::unique_ptr<llvm::lto::ThinBackendProc, std::__1::default_delete<llvm::lto::ThinBackendProc> > (llvm::lto::Config&, llvm::ModuleSummaryIndex&, llvm::StringMap<llvm::DenseMap<unsigned long long, llvm::GlobalValueSummary*, llvm::DenseMapInfo<unsigned long long>, llvm::detail::DenseMapPair<unsigned long long, llvm::GlobalValueSummary*> >, llvm::MallocAllocator>&, std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)>, std::__1::function<std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)> (unsigned int, llvm::StringRef)>)>&&&, unsigned int&&&) in libembedded_lld_elf.a(LTO.cpp.o) | |
std::__1::enable_if<!(std::is_array<llvm::lto::LTO>::value), std::__1::unique_ptr<llvm::lto::LTO, std::__1::default_delete<llvm::lto::LTO> > >::type llvm::make_unique<llvm::lto::LTO, llvm::lto::Config, std::__1::function<std::__1::unique_ptr<llvm::lto::ThinBackendProc, std::__1::default_delete<llvm::lto::ThinBackendProc> > (llvm::lto::Config&, llvm::ModuleSummaryIndex&, llvm::StringMap<llvm::DenseMap<unsigned long long, llvm::GlobalValueSummary*, llvm::DenseMapInfo<unsigned long long>, llvm::detail::DenseMapPair<unsigned long long, llvm::GlobalValueSummary*> >, llvm::MallocAllocator>&, std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)>, std::__1::function<std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)> (unsigned int, llvm::StringRef)>)>&, unsigned int&>(llvm::lto::Config&&, std::__1::function<std::__1::unique_ptr<llvm::lto::ThinBackendProc, std::__1::default_delete<llvm::lto::ThinBackendProc> > (llvm::lto::Config&, llvm::ModuleSummaryIndex&, llvm::StringMap<llvm::DenseMap<unsigned long long, llvm::GlobalValueSummary*, llvm::DenseMapInfo<unsigned long long>, llvm::detail::DenseMapPair<unsigned long long, llvm::GlobalValueSummary*> >, llvm::MallocAllocator>&, std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)>, std::__1::function<std::__1::function<std::__1::unique_ptr<llvm::lto::NativeObjectStream, std::__1::default_delete<llvm::lto::NativeObjectStream> > (unsigned int)> (unsigned int, llvm::StringRef)>)>&&&, unsigned int&&&) in libembedded_lld_coff.a(LTO.cpp.o) | |
"llvm::lto::LTO::~LTO()", referenced from: | |
lld::elf::BitcodeCompiler::~BitcodeCompiler() in libembedded_lld_elf.a(LTO.cpp.o) | |
lld::coff::BitcodeCompiler::~BitcodeCompiler() in libembedded_lld_coff.a(LTO.cpp.o) | |
"llvm::lto::Config::addSaveTemps(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, bool)", referenced from: | |
createLTO() in libembedded_lld_elf.a(LTO.cpp.o) | |
createLTO() in libembedded_lld_coff.a(LTO.cpp.o) | |
"llvm::lto::InputFile::create(llvm::MemoryBufferRef)", referenced from: | |
lld::elf::BitcodeFile::BitcodeFile(llvm::MemoryBufferRef, llvm::StringRef, unsigned long long) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::LazyObjFile::getBitcodeSymbols() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::coff::BitcodeFile::parse() in libembedded_lld_coff.a(InputFiles.cpp.o) | |
"llvm::lto::InputFile::~InputFile()", referenced from: | |
lld::elf::BitcodeFile::BitcodeFile(llvm::MemoryBufferRef, llvm::StringRef, unsigned long long) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::LazyObjFile::getBitcodeSymbols() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
llvm::Expected<std::__1::unique_ptr<llvm::lto::InputFile, std::__1::default_delete<llvm::lto::InputFile> > >::~Expected() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::BitcodeFile::~BitcodeFile() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::BitcodeCompiler::add(lld::elf::BitcodeFile&) in libembedded_lld_elf.a(LTO.cpp.o) | |
lld::coff::BitcodeFile::parse() in libembedded_lld_coff.a(InputFiles.cpp.o) | |
lld::coff::BitcodeFile::~BitcodeFile() in libembedded_lld_coff.a(InputFiles.cpp.o) | |
... | |
"llvm::msf::MSFBuilder::addStream(unsigned int)", referenced from: | |
(anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::opt::InputArgList::releaseMemory()", referenced from: | |
llvm::opt::InputArgList::~InputArgList() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::opt::InputArgList::~InputArgList() in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::opt::InputArgList::~InputArgList() in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
llvm::opt::InputArgList::operator=(llvm::opt::InputArgList&&) in libembedded_lld_elf.a(DriverUtils.cpp.o) | |
llvm::opt::InputArgList::~InputArgList() in libembedded_lld_elf.a(DriverUtils.cpp.o) | |
llvm::opt::InputArgList::operator=(llvm::opt::InputArgList&&) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
llvm::opt::InputArgList::~InputArgList() in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
... | |
"llvm::opt::OptTable::OptTable(llvm::ArrayRef<llvm::opt::OptTable::Info>, bool)", referenced from: | |
(anonymous namespace)::DarwinLdOptTable::DarwinLdOptTable() in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
lld::elf::ELFOptTable::ELFOptTable() in libembedded_lld_elf.a(DriverUtils.cpp.o) | |
lld::coff::COFFOptTable::COFFOptTable() in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::opt::OptTable::~OptTable()", referenced from: | |
lld::elf::ELFOptTable::~ELFOptTable() in libembedded_lld_elf.a(Driver.cpp.o) | |
lld::coff::COFFOptTable::~COFFOptTable() in libembedded_lld_coff.a(Driver.cpp.o) | |
(anonymous namespace)::DarwinLdOptTable::~DarwinLdOptTable() in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
lld::elf::ELFOptTable::~ELFOptTable() in libembedded_lld_elf.a(DriverUtils.cpp.o) | |
lld::coff::COFFOptTable::~COFFOptTable() in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::pdb::GenericError::GenericError(llvm::pdb::generic_error_code, llvm::StringRef)", referenced from: | |
std::__1::enable_if<!(std::is_array<llvm::pdb::GenericError>::value), std::__1::unique_ptr<llvm::pdb::GenericError, std::__1::default_delete<llvm::pdb::GenericError> > >::type llvm::make_unique<llvm::pdb::GenericError, llvm::pdb::generic_error_code, llvm::StringRef&>(llvm::pdb::generic_error_code&&, llvm::StringRef&&&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::NativeSession::createFromPdb(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >, std::__1::unique_ptr<llvm::pdb::IPDBSession, std::__1::default_delete<llvm::pdb::IPDBSession> >&)", referenced from: | |
tryToLoadPDB(llvm::codeview::GUID const&, llvm::StringRef) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::PDBFileBuilder::initialize(unsigned int)", referenced from: | |
(anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::PDBFileBuilder::getDbiBuilder()", referenced from: | |
(anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o) | |
(anonymous namespace)::PDBLinker::addSections(llvm::ArrayRef<lld::coff::OutputSection*>, llvm::ArrayRef<unsigned char>) in libembedded_lld_coff.a(PDB.cpp.o) | |
(anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o) | |
(anonymous namespace)::PDBLinker::addSectionContrib(llvm::pdb::DbiModuleDescriptorBuilder&, lld::coff::OutputSection*, lld::coff::Chunk*) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::PDBFileBuilder::getGsiBuilder()", referenced from: | |
(anonymous namespace)::PDBLinker::addObjectsToPDB() in libembedded_lld_coff.a(PDB.cpp.o) | |
(anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::PDBFileBuilder::getIpiBuilder()", referenced from: | |
(anonymous namespace)::PDBLinker::addObjectsToPDB() in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::PDBFileBuilder::getMsfBuilder()", referenced from: | |
(anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::PDBFileBuilder::getTpiBuilder()", referenced from: | |
(anonymous namespace)::PDBLinker::addObjectsToPDB() in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::PDBFileBuilder::getInfoBuilder()", referenced from: | |
(anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::PDBFileBuilder::getStringTableBuilder()", referenced from: | |
(anonymous namespace)::PDBLinker::addObjectsToPDB() in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::PDBFileBuilder::commit(llvm::StringRef)", referenced from: | |
(anonymous namespace)::PDBLinker::commit() in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::PDBFileBuilder::PDBFileBuilder(llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&)", referenced from: | |
(anonymous namespace)::PDBLinker::PDBLinker(lld::coff::SymbolTable*) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::PDBFileBuilder::~PDBFileBuilder()", referenced from: | |
(anonymous namespace)::PDBLinker::~PDBLinker() in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::hashTypeRecord(llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> const&)", referenced from: | |
addTypeInfo(llvm::pdb::TpiStreamBuilder&, llvm::codeview::TypeCollection&)::$_0::operator()(llvm::codeview::TypeIndex, llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> const&) const in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::DbiStreamBuilder::addDbgStream(llvm::pdb::DbgHeaderType, llvm::ArrayRef<unsigned char>)", referenced from: | |
(anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o) | |
(anonymous namespace)::PDBLinker::addSections(llvm::ArrayRef<lld::coff::OutputSection*>, llvm::ArrayRef<unsigned char>) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::DbiStreamBuilder::addModuleInfo(llvm::StringRef)", referenced from: | |
(anonymous namespace)::PDBLinker::addSections(llvm::ArrayRef<lld::coff::OutputSection*>, llvm::ArrayRef<unsigned char>) in libembedded_lld_coff.a(PDB.cpp.o) | |
(anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::DbiStreamBuilder::setSectionMap(llvm::ArrayRef<llvm::pdb::SecMapEntry>)", referenced from: | |
(anonymous namespace)::PDBLinker::addSections(llvm::ArrayRef<lld::coff::OutputSection*>, llvm::ArrayRef<unsigned char>) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::DbiStreamBuilder::createSectionMap(llvm::ArrayRef<llvm::object::coff_section>)", referenced from: | |
(anonymous namespace)::PDBLinker::addSections(llvm::ArrayRef<lld::coff::OutputSection*>, llvm::ArrayRef<unsigned char>) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::DbiStreamBuilder::setVersionHeader(llvm::pdb::PdbRaw_DbiVer)", referenced from: | |
(anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::DbiStreamBuilder::addModuleSourceFile(llvm::pdb::DbiModuleDescriptorBuilder&, llvm::StringRef)", referenced from: | |
(anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::DbiStreamBuilder::setAge(unsigned int)", referenced from: | |
(anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::DbiStreamBuilder::addECName(llvm::StringRef)", referenced from: | |
(anonymous namespace)::PDBLinker::addSections(llvm::ArrayRef<lld::coff::OutputSection*>, llvm::ArrayRef<unsigned char>) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::GSIStreamBuilder::addGlobalSymbol(llvm::codeview::ProcRefSym const&)", referenced from: | |
addGlobalSymbol(llvm::pdb::GSIStreamBuilder&, lld::coff::ObjFile&, llvm::codeview::CVRecord<llvm::codeview::SymbolKind> const&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::GSIStreamBuilder::addGlobalSymbol(llvm::codeview::CVRecord<llvm::codeview::SymbolKind> const&)", referenced from: | |
addGlobalSymbol(llvm::pdb::GSIStreamBuilder&, lld::coff::ObjFile&, llvm::codeview::CVRecord<llvm::codeview::SymbolKind> const&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::GSIStreamBuilder::addPublicSymbol(llvm::codeview::PublicSym32 const&)", referenced from: | |
(anonymous namespace)::PDBLinker::addObjectsToPDB() in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::TpiStreamBuilder::addTypeRecord(llvm::ArrayRef<unsigned char>, llvm::Optional<unsigned int>)", referenced from: | |
addTypeInfo(llvm::pdb::TpiStreamBuilder&, llvm::codeview::TypeCollection&)::$_0::operator()(llvm::codeview::TypeIndex, llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> const&) const in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::TpiStreamBuilder::setVersionHeader(llvm::pdb::PdbRaw_TpiVer)", referenced from: | |
addTypeInfo(llvm::pdb::TpiStreamBuilder&, llvm::codeview::TypeCollection&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::InfoStreamBuilder::setVersion(llvm::pdb::PdbRaw_ImplVer)", referenced from: | |
(anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::InfoStreamBuilder::setSignature(unsigned int)", referenced from: | |
(anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::InfoStreamBuilder::setAge(unsigned int)", referenced from: | |
(anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::InfoStreamBuilder::setGuid(llvm::codeview::GUID)", referenced from: | |
(anonymous namespace)::PDBLinker::initialize(llvm::codeview::DebugInfo const&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::PDBStringTableBuilder::setStrings(llvm::codeview::DebugStringTableSubsection const&)", referenced from: | |
(anonymous namespace)::PDBLinker::addObjectsToPDB() in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::DbiModuleDescriptorBuilder::setObjFileName(llvm::StringRef)", referenced from: | |
(anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::DbiModuleDescriptorBuilder::setPdbFilePathNI(unsigned int)", referenced from: | |
(anonymous namespace)::PDBLinker::addSections(llvm::ArrayRef<lld::coff::OutputSection*>, llvm::ArrayRef<unsigned char>) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::DbiModuleDescriptorBuilder::addDebugSubsection(std::__1::shared_ptr<llvm::codeview::DebugSubsection>)", referenced from: | |
(anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::DbiModuleDescriptorBuilder::addDebugSubsection(llvm::codeview::DebugSubsectionRecord const&)", referenced from: | |
(anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::DbiModuleDescriptorBuilder::addSymbol(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>)", referenced from: | |
mergeSymbolRecords(llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, lld::coff::ObjFile*, llvm::pdb::GSIStreamBuilder&, (anonymous namespace)::CVIndexMap const&, llvm::codeview::TypeCollection&, llvm::BinaryStreamRef) in libembedded_lld_coff.a(PDB.cpp.o) | |
addCommonLinkerModuleSymbols(llvm::StringRef, llvm::pdb::DbiModuleDescriptorBuilder&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&) in libembedded_lld_coff.a(PDB.cpp.o) | |
addLinkerModuleSectionSymbol(llvm::pdb::DbiModuleDescriptorBuilder&, lld::coff::OutputSection&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::PDBFile::getPDBIpiStream()", referenced from: | |
(anonymous namespace)::PDBLinker::maybeMergeTypeServerPDB(lld::coff::ObjFile*, llvm::codeview::TypeServer2Record&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::PDBFile::getPDBTpiStream()", referenced from: | |
(anonymous namespace)::PDBLinker::maybeMergeTypeServerPDB(lld::coff::ObjFile*, llvm::codeview::TypeServer2Record&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::pdb::PDBFile::getPDBInfoStream()", referenced from: | |
tryToLoadPDB(llvm::codeview::GUID const&, llvm::StringRef) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::sys::ExecuteAndWait(llvm::StringRef, char const**, char const**, llvm::ArrayRef<llvm::Optional<llvm::StringRef> >, unsigned int, unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, bool*)", referenced from: | |
lld::coff::(anonymous namespace)::Executor::run() in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::sys::getHostCPUName()", referenced from: | |
_ZigLLVMGetHostCPUName in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::sys::getProcessTriple()", referenced from: | |
getQuotingStyle(llvm::opt::InputArgList&) in libembedded_lld_elf.a(DriverUtils.cpp.o) | |
"llvm::sys::findProgramByName(llvm::StringRef, llvm::ArrayRef<llvm::StringRef>)", referenced from: | |
lld::coff::(anonymous namespace)::Executor::run() in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::sys::getHostCPUFeatures(llvm::StringMap<bool, llvm::MallocAllocator>&)", referenced from: | |
_ZigLLVMGetNativeFeatures in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::sys::fs::equivalent(llvm::Twine const&, llvm::Twine const&, bool&)", referenced from: | |
llvm::sys::fs::equivalent(llvm::Twine const&, llvm::Twine const&) in libembedded_lld_elf.a(ScriptParser.cpp.o) | |
"llvm::sys::fs::current_path(llvm::SmallVectorImpl<char>&)", referenced from: | |
addCommonLinkerModuleSymbols(llvm::StringRef, llvm::pdb::DbiModuleDescriptorBuilder&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::sys::fs::make_absolute(llvm::SmallVectorImpl<char>&)", referenced from: | |
lld::relativeToRoot(llvm::StringRef) in libembedded_lld_lib.a(Reproduce.cpp.o) | |
(anonymous namespace)::CVDebugRecordChunk::CVDebugRecordChunk() in libembedded_lld_coff.a(Writer.cpp.o) | |
(anonymous namespace)::PDBLinker::addSections(llvm::ArrayRef<lld::coff::OutputSection*>, llvm::ArrayRef<unsigned char>) in libembedded_lld_coff.a(PDB.cpp.o) | |
(anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o) | |
addCommonLinkerModuleSymbols(llvm::StringRef, llvm::pdb::DbiModuleDescriptorBuilder&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&) in libembedded_lld_coff.a(PDB.cpp.o) | |
(anonymous namespace)::Util::synthesizeDebugNotes(lld::mach_o::normalized::NormalizedFile&) in libembedded_lld_lib.a(MachONormalizedFileFromAtoms.cpp.o) | |
"llvm::sys::fs::is_regular_file(llvm::Twine const&, bool&)", referenced from: | |
llvm::sys::fs::is_regular_file(llvm::Twine const&) in libembedded_lld_elf.a(Filesystem.cpp.o) | |
"llvm::sys::fs::openFileForRead(llvm::Twine const&, int&, llvm::SmallVectorImpl<char>*)", referenced from: | |
lld::elf::unlinkAsync(llvm::StringRef) in libembedded_lld_elf.a(Filesystem.cpp.o) | |
"llvm::sys::fs::createTemporaryFile(llvm::Twine const&, llvm::StringRef, llvm::SmallVectorImpl<char>&)", referenced from: | |
lld::coff::filterBitcodeFiles(llvm::StringRef, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::(anonymous namespace)::TemporaryFile::TemporaryFile(llvm::StringRef, llvm::StringRef, llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::sys::fs::createTemporaryFile(llvm::Twine const&, llvm::StringRef, int&, llvm::SmallVectorImpl<char>&, llvm::sys::fs::OpenFlags)", referenced from: | |
lld::coff::LinkerDriver::invokeMSVC(llvm::opt::InputArgList&) in libembedded_lld_coff.a(Driver.cpp.o) | |
"llvm::sys::fs::access(llvm::Twine const&, llvm::sys::fs::AccessMode)", referenced from: | |
llvm::sys::fs::exists(llvm::Twine const&) in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::sys::fs::exists(llvm::Twine const&) in libembedded_lld_lib.a(Reproduce.cpp.o) | |
llvm::sys::fs::exists(llvm::Twine const&) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
llvm::sys::fs::exists(llvm::Twine const&) in libembedded_lld_elf.a(ScriptParser.cpp.o) | |
llvm::sys::fs::exists(llvm::Twine const&) in libembedded_lld_elf.a(DriverUtils.cpp.o) | |
llvm::sys::fs::exists(llvm::Twine const&) in libembedded_lld_elf.a(Filesystem.cpp.o) | |
"llvm::sys::fs::exists(llvm::sys::fs::basic_file_status const&)", referenced from: | |
(anonymous namespace)::Util::synthesizeDebugNotes(lld::mach_o::normalized::NormalizedFile&) in libembedded_lld_lib.a(MachONormalizedFileFromAtoms.cpp.o) | |
"llvm::sys::fs::remove(llvm::Twine const&, bool)", referenced from: | |
lld::coff::LinkerDriver::invokeMSVC(llvm::opt::InputArgList&) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::elf::unlinkAsync(llvm::StringRef) in libembedded_lld_elf.a(Filesystem.cpp.o) | |
lld::coff::(anonymous namespace)::TemporaryFile::~TemporaryFile() in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::sys::fs::status(llvm::Twine const&, llvm::sys::fs::file_status&, bool)", referenced from: | |
(anonymous namespace)::Util::synthesizeDebugNotes(lld::mach_o::normalized::NormalizedFile&) in libembedded_lld_lib.a(MachONormalizedFileFromAtoms.cpp.o) | |
"llvm::sys::path::parent_path(llvm::StringRef, llvm::sys::path::Style)", referenced from: | |
isUnderSysroot(llvm::StringRef) in libembedded_lld_elf.a(ScriptParser.cpp.o) | |
(anonymous namespace)::PDBLinker::maybeMergeTypeServerPDB(lld::coff::ObjFile*, llvm::codeview::TypeServer2Record&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::sys::path::remove_dots(llvm::SmallVectorImpl<char>&, bool, llvm::sys::path::Style)", referenced from: | |
lld::relativeToRoot(llvm::StringRef) in libembedded_lld_lib.a(Reproduce.cpp.o) | |
"llvm::sys::path::get_separator(llvm::sys::path::Style)", referenced from: | |
canonicalizePath(llvm::StringRef) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
"llvm::sys::path::has_extension(llvm::Twine const&, llvm::sys::path::Style)", referenced from: | |
lld::coff::getImportName(bool) in libembedded_lld_coff.a(Driver.cpp.o) | |
"llvm::sys::path::relative_path(llvm::StringRef, llvm::sys::path::Style)", referenced from: | |
lld::relativeToRoot(llvm::StringRef) in libembedded_lld_lib.a(Reproduce.cpp.o) | |
"llvm::sys::path::convert_to_slash(llvm::StringRef, llvm::sys::path::Style)", referenced from: | |
lld::relativeToRoot(llvm::StringRef) in libembedded_lld_lib.a(Reproduce.cpp.o) | |
"llvm::sys::path::replace_extension(llvm::SmallVectorImpl<char>&, llvm::Twine const&, llvm::sys::path::Style)", referenced from: | |
lld::coff::LinkerDriver::link(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::getImportName(bool) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::getImplibPath() in libembedded_lld_coff.a(Driver.cpp.o) | |
"llvm::sys::path::stem(llvm::StringRef, llvm::sys::path::Style)", referenced from: | |
lld::elf::LinkerDriver::main(llvm::ArrayRef<char const*>, bool) in libembedded_lld_elf.a(Driver.cpp.o) | |
lld::coff::filterBitcodeFiles(llvm::StringRef, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&) in libembedded_lld_coff.a(Driver.cpp.o) | |
"llvm::sys::path::append(llvm::SmallVectorImpl<char>&, llvm::Twine const&, llvm::Twine const&, llvm::Twine const&, llvm::Twine const&)", referenced from: | |
lld::coff::LinkerDriver::link(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::LinkerDriver::doFindFile(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o) | |
loadFileList(llvm::StringRef, lld::MachOLinkingContext&, bool, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
lld::relativeToRoot(llvm::StringRef) in libembedded_lld_lib.a(Reproduce.cpp.o) | |
lld::MachOLinkingContext::addModifiedSearchDir(llvm::StringRef, bool) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
lld::MachOLinkingContext::addFrameworkSearchDir(llvm::StringRef, bool) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
lld::MachOLinkingContext::searchDirForLibrary(llvm::StringRef, llvm::StringRef) const in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
... | |
"llvm::sys::path::native(llvm::SmallVectorImpl<char>&, llvm::sys::path::Style)", referenced from: | |
(anonymous namespace)::PDBLinker::addSections(llvm::ArrayRef<lld::coff::OutputSection*>, llvm::ArrayRef<unsigned char>) in libembedded_lld_coff.a(PDB.cpp.o) | |
(anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::sys::path::filename(llvm::StringRef, llvm::sys::path::Style)", referenced from: | |
lld::elf::LinkerDriver::addFile(llvm::StringRef, bool) in libembedded_lld_elf.a(Driver.cpp.o) | |
void excludeLibs<llvm::object::ELFType<(llvm::support::endianness)1, false> >(llvm::opt::InputArgList&, llvm::ArrayRef<lld::elf::InputFile*>) in libembedded_lld_elf.a(Driver.cpp.o) | |
void excludeLibs<llvm::object::ELFType<(llvm::support::endianness)0, false> >(llvm::opt::InputArgList&, llvm::ArrayRef<lld::elf::InputFile*>) in libembedded_lld_elf.a(Driver.cpp.o) | |
void excludeLibs<llvm::object::ELFType<(llvm::support::endianness)1, true> >(llvm::opt::InputArgList&, llvm::ArrayRef<lld::elf::InputFile*>) in libembedded_lld_elf.a(Driver.cpp.o) | |
void excludeLibs<llvm::object::ELFType<(llvm::support::endianness)0, true> >(llvm::opt::InputArgList&, llvm::ArrayRef<lld::elf::InputFile*>) in libembedded_lld_elf.a(Driver.cpp.o) | |
lld::coff::LinkerDriver::findFile(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::LinkerDriver::invokeMSVC(llvm::opt::InputArgList&) in libembedded_lld_coff.a(Driver.cpp.o) | |
... | |
"llvm::sys::path::root_name(llvm::StringRef, llvm::sys::path::Style)", referenced from: | |
lld::relativeToRoot(llvm::StringRef) in libembedded_lld_lib.a(Reproduce.cpp.o) | |
"llvm::sys::Process::GetEnv(llvm::StringRef)", referenced from: | |
lld::coff::LinkerDriver::addLibSearchPaths() in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::ArgParser::parseLINK(std::__1::vector<char const*, std::__1::allocator<char const*> >) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::SHA1::hash(llvm::ArrayRef<unsigned char>)", referenced from: | |
lld::elf::BuildIdSection::writeBuildId(llvm::ArrayRef<unsigned char>)::$_7::operator()(unsigned char*, llvm::ArrayRef<unsigned char>) const in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
"llvm::Type::getTokenTy(llvm::LLVMContext&)", referenced from: | |
_ZigLLVMTokenTypeInContext in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::User::operator new(unsigned long, unsigned int)", referenced from: | |
llvm::AtomicCmpXchgInst::operator new(unsigned long) in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::User::operator new(unsigned long, unsigned int, unsigned int)", referenced from: | |
llvm::CallInst::Create(llvm::FunctionType*, llvm::Value*, llvm::ArrayRef<llvm::Value*>, llvm::ArrayRef<llvm::OperandBundleDefT<llvm::Value*> >, llvm::Twine const&, llvm::Instruction*) in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::dbgs()", referenced from: | |
lld::(anonymous namespace)::FileArchive::buildTableOfContents() in libembedded_lld_lib.a(FileArchive.cpp.o) | |
(anonymous namespace)::RefNameBuilder::RefNameBuilder(lld::File const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
(anonymous namespace)::RefNameBuilder::buildDuplicateNameMap(lld::Atom const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::Reference const*>::NormalizedReference::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::DefinedAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::UndefinedAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::SharedLibraryAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
... | |
"llvm::errs()", referenced from: | |
lld::SymbolTable::addByName(lld::Atom const&) in libembedded_lld_lib.a(SymbolTable.cpp.o) | |
lld::exitLld(int) in libembedded_lld_lib.a(ErrorHandler.cpp.o) | |
lld::ErrorHandler::ErrorHandler() in libembedded_lld_lib.a(ErrorHandler.cpp.o) | |
lld::MachOLinkingContext::addExportSymbol(llvm::StringRef) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
(anonymous namespace)::Writer::sortExceptionTable() in libembedded_lld_coff.a(Writer.cpp.o) | |
lld::(anonymous namespace)::FileArchive::instantiateMember(llvm::object::Archive::Child, std::__1::unique_ptr<lld::File, std::__1::default_delete<lld::File> >&) const in libembedded_lld_lib.a(FileArchive.cpp.o) | |
lld::Resolver::resolveUndefines() in libembedded_lld_lib.a(Resolver.cpp.o) | |
... | |
"llvm::outs()", referenced from: | |
lld::coff::LinkerDriver::link(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::mach_o::parse(llvm::ArrayRef<char const*>, lld::MachOLinkingContext&, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
lld::exitLld(int) in libembedded_lld_lib.a(ErrorHandler.cpp.o) | |
lld::ErrorHandler::message(llvm::Twine const&) in libembedded_lld_lib.a(ErrorHandler.cpp.o) | |
lld::elf::printHelp(char const*) in libembedded_lld_elf.a(DriverUtils.cpp.o) | |
lld::coff::printHelp(char const*) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::yaml::ScalarTraits<llvm::yaml::Hex8>::input(llvm::StringRef, void*, llvm::yaml::Hex8&)", referenced from: | |
std::__1::enable_if<has_ScalarTraits<llvm::yaml::Hex8>::value, void>::type llvm::yaml::yamlize<llvm::yaml::Hex8>(llvm::yaml::IO&, llvm::yaml::Hex8&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::ScalarTraits<llvm::yaml::Hex8>::output(llvm::yaml::Hex8 const&, void*, llvm::raw_ostream&)", referenced from: | |
std::__1::enable_if<has_ScalarTraits<llvm::yaml::Hex8>::value, void>::type llvm::yaml::yamlize<llvm::yaml::Hex8>(llvm::yaml::IO&, llvm::yaml::Hex8&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::ScalarTraits<llvm::yaml::Hex16>::input(llvm::StringRef, void*, llvm::yaml::Hex16&)", referenced from: | |
std::__1::enable_if<has_ScalarTraits<llvm::yaml::Hex16>::value, void>::type llvm::yaml::yamlize<llvm::yaml::Hex16>(llvm::yaml::IO&, llvm::yaml::Hex16&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::ScalarTraits<llvm::yaml::Hex16>::output(llvm::yaml::Hex16 const&, void*, llvm::raw_ostream&)", referenced from: | |
std::__1::enable_if<has_ScalarTraits<llvm::yaml::Hex16>::value, void>::type llvm::yaml::yamlize<llvm::yaml::Hex16>(llvm::yaml::IO&, llvm::yaml::Hex16&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::ScalarTraits<llvm::yaml::Hex32>::input(llvm::StringRef, void*, llvm::yaml::Hex32&)", referenced from: | |
std::__1::enable_if<has_ScalarTraits<llvm::yaml::Hex32>::value, void>::type llvm::yaml::yamlize<llvm::yaml::Hex32>(llvm::yaml::IO&, llvm::yaml::Hex32&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::ScalarTraits<llvm::yaml::Hex32>::output(llvm::yaml::Hex32 const&, void*, llvm::raw_ostream&)", referenced from: | |
std::__1::enable_if<has_ScalarTraits<llvm::yaml::Hex32>::value, void>::type llvm::yaml::yamlize<llvm::yaml::Hex32>(llvm::yaml::IO&, llvm::yaml::Hex32&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::ScalarTraits<llvm::yaml::Hex64>::input(llvm::StringRef, void*, llvm::yaml::Hex64&)", referenced from: | |
std::__1::enable_if<has_ScalarTraits<llvm::yaml::Hex64>::value, void>::type llvm::yaml::yamlize<llvm::yaml::Hex64>(llvm::yaml::IO&, llvm::yaml::Hex64&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
std::__1::enable_if<has_ScalarTraits<llvm::yaml::Hex64>::value, void>::type llvm::yaml::yamlize<llvm::yaml::Hex64>(llvm::yaml::IO&, llvm::yaml::Hex64&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::ScalarTraits<llvm::yaml::Hex64>::output(llvm::yaml::Hex64 const&, void*, llvm::raw_ostream&)", referenced from: | |
std::__1::enable_if<has_ScalarTraits<llvm::yaml::Hex64>::value, void>::type llvm::yaml::yamlize<llvm::yaml::Hex64>(llvm::yaml::IO&, llvm::yaml::Hex64&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
std::__1::enable_if<has_ScalarTraits<llvm::yaml::Hex64>::value, void>::type llvm::yaml::yamlize<llvm::yaml::Hex64>(llvm::yaml::IO&, llvm::yaml::Hex64&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::ScalarTraits<llvm::StringRef>::input(llvm::StringRef, void*, llvm::StringRef&)", referenced from: | |
std::__1::enable_if<has_ScalarTraits<llvm::StringRef>::value, void>::type llvm::yaml::yamlize<llvm::StringRef>(llvm::yaml::IO&, llvm::StringRef&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
std::__1::enable_if<has_ScalarTraits<llvm::StringRef>::value, void>::type llvm::yaml::yamlize<llvm::StringRef>(llvm::yaml::IO&, llvm::StringRef&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::ScalarTraits<llvm::StringRef>::output(llvm::StringRef const&, void*, llvm::raw_ostream&)", referenced from: | |
std::__1::enable_if<has_ScalarTraits<llvm::StringRef>::value, void>::type llvm::yaml::yamlize<llvm::StringRef>(llvm::yaml::IO&, llvm::StringRef&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
std::__1::enable_if<has_ScalarTraits<llvm::StringRef>::value, void>::type llvm::yaml::yamlize<llvm::StringRef>(llvm::yaml::IO&, llvm::StringRef&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::ScalarTraits<bool>::input(llvm::StringRef, void*, bool&)", referenced from: | |
std::__1::enable_if<has_ScalarTraits<bool>::value, void>::type llvm::yaml::yamlize<bool>(llvm::yaml::IO&, bool&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::ScalarTraits<bool>::output(bool const&, void*, llvm::raw_ostream&)", referenced from: | |
std::__1::enable_if<has_ScalarTraits<bool>::value, void>::type llvm::yaml::yamlize<bool>(llvm::yaml::IO&, bool&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::ScalarTraits<unsigned char>::input(llvm::StringRef, void*, unsigned char&)", referenced from: | |
std::__1::enable_if<has_ScalarTraits<unsigned char>::value, void>::type llvm::yaml::yamlize<unsigned char>(llvm::yaml::IO&, unsigned char&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::ScalarTraits<unsigned char>::output(unsigned char const&, void*, llvm::raw_ostream&)", referenced from: | |
std::__1::enable_if<has_ScalarTraits<unsigned char>::value, void>::type llvm::yaml::yamlize<unsigned char>(llvm::yaml::IO&, unsigned char&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::ScalarTraits<int>::input(llvm::StringRef, void*, int&)", referenced from: | |
std::__1::enable_if<has_ScalarTraits<int>::value, void>::type llvm::yaml::yamlize<int>(llvm::yaml::IO&, int&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::ScalarTraits<int>::output(int const&, void*, llvm::raw_ostream&)", referenced from: | |
std::__1::enable_if<has_ScalarTraits<int>::value, void>::type llvm::yaml::yamlize<int>(llvm::yaml::IO&, int&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::ScalarTraits<unsigned int>::input(llvm::StringRef, void*, unsigned int&)", referenced from: | |
std::__1::enable_if<has_ScalarTraits<unsigned int>::value, void>::type llvm::yaml::yamlize<unsigned int>(llvm::yaml::IO&, unsigned int&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
std::__1::enable_if<has_ScalarTraits<unsigned int>::value, void>::type llvm::yaml::yamlize<unsigned int>(llvm::yaml::IO&, unsigned int&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::ScalarTraits<unsigned int>::output(unsigned int const&, void*, llvm::raw_ostream&)", referenced from: | |
std::__1::enable_if<has_ScalarTraits<unsigned int>::value, void>::type llvm::yaml::yamlize<unsigned int>(llvm::yaml::IO&, unsigned int&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
std::__1::enable_if<has_ScalarTraits<unsigned int>::value, void>::type llvm::yaml::yamlize<unsigned int>(llvm::yaml::IO&, unsigned int&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::ScalarTraits<long long>::input(llvm::StringRef, void*, long long&)", referenced from: | |
std::__1::enable_if<has_ScalarTraits<long long>::value, void>::type llvm::yaml::yamlize<long long>(llvm::yaml::IO&, long long&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
"llvm::yaml::ScalarTraits<long long>::output(long long const&, void*, llvm::raw_ostream&)", referenced from: | |
std::__1::enable_if<has_ScalarTraits<long long>::value, void>::type llvm::yaml::yamlize<long long>(llvm::yaml::IO&, long long&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
"llvm::yaml::ScalarTraits<unsigned long long>::input(llvm::StringRef, void*, unsigned long long&)", referenced from: | |
std::__1::enable_if<has_ScalarTraits<unsigned long long>::value, void>::type llvm::yaml::yamlize<unsigned long long>(llvm::yaml::IO&, unsigned long long&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
std::__1::enable_if<has_ScalarTraits<unsigned long long>::value, void>::type llvm::yaml::yamlize<unsigned long long>(llvm::yaml::IO&, unsigned long long&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::ScalarTraits<unsigned long long>::output(unsigned long long const&, void*, llvm::raw_ostream&)", referenced from: | |
std::__1::enable_if<has_ScalarTraits<unsigned long long>::value, void>::type llvm::yaml::yamlize<unsigned long long>(llvm::yaml::IO&, unsigned long long&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
std::__1::enable_if<has_ScalarTraits<unsigned long long>::value, void>::type llvm::yaml::yamlize<unsigned long long>(llvm::yaml::IO&, unsigned long long&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::IO::getContext()", referenced from: | |
llvm::yaml::MappingTraits<lld::File const*>::mapping(llvm::yaml::IO&, lld::File const*&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::File const*>::mappingAtoms(llvm::yaml::IO&, lld::File const*&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
std::__1::enable_if<has_ScalarTraits<llvm::StringRef>::value, void>::type llvm::yaml::yamlize<llvm::StringRef>(llvm::yaml::IO&, llvm::StringRef&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::DefinedAtom const*>::mapping(llvm::yaml::IO&, lld::DefinedAtom const*&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::DefinedAtom const*>::NormalizedAtom::fileFromContext(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
std::__1::enable_if<has_ScalarTraits<(anonymous namespace)::ImplicitHex8>::value, void>::type llvm::yaml::yamlize<(anonymous namespace)::ImplicitHex8>(llvm::yaml::IO&, (anonymous namespace)::ImplicitHex8&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
std::__1::enable_if<has_ScalarTraits<unsigned long long>::value, void>::type llvm::yaml::yamlize<unsigned long long>(llvm::yaml::IO&, unsigned long long&, bool, llvm::yaml::EmptyContext&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
... | |
"llvm::yaml::Input::nextDocument()", referenced from: | |
std::__1::enable_if<has_DocumentListTraits<std::__1::vector<lld::File const*, std::__1::allocator<lld::File const*> > >::value, llvm::yaml::Input&>::type llvm::yaml::operator>><std::__1::vector<lld::File const*, std::__1::allocator<lld::File const*> > >(llvm::yaml::Input&, std::__1::vector<lld::File const*, std::__1::allocator<lld::File const*> >&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
"llvm::yaml::Input::setCurrentDocument()", referenced from: | |
std::__1::enable_if<has_DocumentListTraits<std::__1::vector<lld::File const*, std::__1::allocator<lld::File const*> > >::value, llvm::yaml::Input&>::type llvm::yaml::operator>><std::__1::vector<lld::File const*, std::__1::allocator<lld::File const*> > >(llvm::yaml::Input&, std::__1::vector<lld::File const*, std::__1::allocator<lld::File const*> >&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
std::__1::enable_if<has_MappingTraits<lld::mach_o::normalized::NormalizedFile, llvm::yaml::EmptyContext>::value, llvm::yaml::Input&>::type llvm::yaml::operator>><lld::mach_o::normalized::NormalizedFile>(llvm::yaml::Input&, lld::mach_o::normalized::NormalizedFile&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::Input::error()", referenced from: | |
lld::(anonymous namespace)::YAMLReader::loadFile(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >, lld::Registry const&) const in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
std::__1::enable_if<has_DocumentListTraits<std::__1::vector<lld::File const*, std::__1::allocator<lld::File const*> > >::value, llvm::yaml::Input&>::type llvm::yaml::operator>><std::__1::vector<lld::File const*, std::__1::allocator<lld::File const*> > >(llvm::yaml::Input&, std::__1::vector<lld::File const*, std::__1::allocator<lld::File const*> >&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
lld::mach_o::normalized::readYaml(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::Input::Input(llvm::StringRef, void*, void (*)(llvm::SMDiagnostic const&, void*), void*)", referenced from: | |
lld::(anonymous namespace)::YAMLReader::loadFile(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >, lld::Registry const&) const in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
lld::mach_o::normalized::readYaml(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::Input::~Input()", referenced from: | |
lld::(anonymous namespace)::YAMLReader::loadFile(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >, lld::Registry const&) const in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
lld::mach_o::normalized::readYaml(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::Output::endDocuments()", referenced from: | |
std::__1::enable_if<has_MappingTraits<lld::File const*, llvm::yaml::EmptyContext>::value, llvm::yaml::Output&>::type llvm::yaml::operator<<<lld::File const*>(llvm::yaml::Output&, lld::File const*&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
std::__1::enable_if<has_MappingTraits<lld::mach_o::normalized::NormalizedFile, llvm::yaml::EmptyContext>::value, llvm::yaml::Output&>::type llvm::yaml::operator<<<lld::mach_o::normalized::NormalizedFile>(llvm::yaml::Output&, lld::mach_o::normalized::NormalizedFile&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::Output::beginDocuments()", referenced from: | |
std::__1::enable_if<has_MappingTraits<lld::File const*, llvm::yaml::EmptyContext>::value, llvm::yaml::Output&>::type llvm::yaml::operator<<<lld::File const*>(llvm::yaml::Output&, lld::File const*&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
std::__1::enable_if<has_MappingTraits<lld::mach_o::normalized::NormalizedFile, llvm::yaml::EmptyContext>::value, llvm::yaml::Output&>::type llvm::yaml::operator<<<lld::mach_o::normalized::NormalizedFile>(llvm::yaml::Output&, lld::mach_o::normalized::NormalizedFile&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::Output::preflightDocument(unsigned int)", referenced from: | |
std::__1::enable_if<has_MappingTraits<lld::File const*, llvm::yaml::EmptyContext>::value, llvm::yaml::Output&>::type llvm::yaml::operator<<<lld::File const*>(llvm::yaml::Output&, lld::File const*&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
std::__1::enable_if<has_MappingTraits<lld::mach_o::normalized::NormalizedFile, llvm::yaml::EmptyContext>::value, llvm::yaml::Output&>::type llvm::yaml::operator<<<lld::mach_o::normalized::NormalizedFile>(llvm::yaml::Output&, lld::mach_o::normalized::NormalizedFile&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::Output::postflightDocument()", referenced from: | |
std::__1::enable_if<has_MappingTraits<lld::File const*, llvm::yaml::EmptyContext>::value, llvm::yaml::Output&>::type llvm::yaml::operator<<<lld::File const*>(llvm::yaml::Output&, lld::File const*&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
std::__1::enable_if<has_MappingTraits<lld::mach_o::normalized::NormalizedFile, llvm::yaml::EmptyContext>::value, llvm::yaml::Output&>::type llvm::yaml::operator<<<lld::mach_o::normalized::NormalizedFile>(llvm::yaml::Output&, lld::mach_o::normalized::NormalizedFile&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::Output::Output(llvm::raw_ostream&, void*, int)", referenced from: | |
lld::yaml::Writer::writeFile(lld::File const&, llvm::StringRef) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
lld::mach_o::normalized::writeYaml(lld::mach_o::normalized::NormalizedFile const&, llvm::raw_ostream&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::yaml::Output::~Output()", referenced from: | |
lld::yaml::Writer::writeFile(lld::File const&, llvm::StringRef) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
lld::mach_o::normalized::writeYaml(lld::mach_o::normalized::NormalizedFile const&, llvm::raw_ostream&) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::zlib::isAvailable()", referenced from: | |
getCompressDebugSections(llvm::opt::InputArgList&) in libembedded_lld_elf.a(Driver.cpp.o) | |
"llvm::zlib::compress(llvm::StringRef, llvm::SmallVectorImpl<char>&, llvm::zlib::CompressionLevel)", referenced from: | |
void lld::elf::OutputSection::maybeCompress<llvm::object::ELFType<(llvm::support::endianness)1, false> >() in libembedded_lld_elf.a(OutputSections.cpp.o) | |
void lld::elf::OutputSection::maybeCompress<llvm::object::ELFType<(llvm::support::endianness)0, false> >() in libembedded_lld_elf.a(OutputSections.cpp.o) | |
void lld::elf::OutputSection::maybeCompress<llvm::object::ELFType<(llvm::support::endianness)1, true> >() in libembedded_lld_elf.a(OutputSections.cpp.o) | |
void lld::elf::OutputSection::maybeCompress<llvm::object::ELFType<(llvm::support::endianness)0, true> >() in libembedded_lld_elf.a(OutputSections.cpp.o) | |
"llvm::Regex::match(llvm::StringRef, llvm::SmallVectorImpl<llvm::StringRef>*)", referenced from: | |
llvm::yaml::isNumber(llvm::StringRef) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::isNumber(llvm::StringRef) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::Regex::Regex(llvm::StringRef, unsigned int)", referenced from: | |
llvm::yaml::isNumber(llvm::StringRef) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::isNumber(llvm::StringRef) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::Regex::~Regex()", referenced from: | |
llvm::yaml::isNumber(llvm::StringRef) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::isNumber(llvm::StringRef) in libembedded_lld_lib.a(MachONormalizedFileYAML.cpp.o) | |
"llvm::Value::setName(llvm::Twine const&)", referenced from: | |
llvm::IRBuilderDefaultInserter::InsertHelper(llvm::Instruction*, llvm::Twine const&, llvm::BasicBlock*, llvm::ilist_iterator<llvm::ilist_detail::node_options<llvm::Instruction, false, false, void>, false, false>) const in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::JamCRC::update(llvm::ArrayRef<char>)", referenced from: | |
(anonymous namespace)::PDBLinker::addSectionContrib(llvm::pdb::DbiModuleDescriptorBuilder&, lld::coff::OutputSection*, lld::coff::Chunk*) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::MDNode::deleteTemporary(llvm::MDNode*)", referenced from: | |
llvm::TempMDNodeDeleter::operator()(llvm::MDNode*) const in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::MDNode::replaceWithUniquedImpl()", referenced from: | |
std::__1::enable_if<std::is_base_of<llvm::MDNode, llvm::MDNode>::value, llvm::MDNode*>::type llvm::MDNode::replaceWithUniqued<llvm::MDNode>(std::__1::unique_ptr<llvm::MDNode, llvm::TempMDNodeDeleter>) in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::Module::addModuleFlag(llvm::Module::ModFlagBehavior, llvm::StringRef, unsigned int)", referenced from: | |
_ZigLLVMAddModuleDebugInfoFlag in libzig_cpp.a(zig_llvm.cpp.o) | |
_ZigLLVMAddModuleCodeViewFlag in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::Triple::getOSTypeName(llvm::Triple::OSType)", referenced from: | |
_ZigLLVMGetOSTypeName in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::Triple::getArchTypeName(llvm::Triple::ArchType)", referenced from: | |
_ZigLLVMGetArchTypeName in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::Triple::getVendorTypeName(llvm::Triple::VendorType)", referenced from: | |
_ZigLLVMGetVendorTypeName in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::Triple::getEnvironmentTypeName(llvm::Triple::EnvironmentType)", referenced from: | |
_ZigLLVMGetEnvironmentTypeName in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::Triple::Triple(llvm::Twine const&)", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
_ZigLLVMGetNativeTarget in libzig_cpp.a(zig_llvm.cpp.o) | |
lld::elf::BitcodeFile::BitcodeFile(llvm::MemoryBufferRef, llvm::StringRef, unsigned long long) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
getQuotingStyle(llvm::opt::InputArgList&) in libembedded_lld_elf.a(DriverUtils.cpp.o) | |
lld::coff::BitcodeFile::getMachineType() in libembedded_lld_coff.a(InputFiles.cpp.o) | |
"llvm::legacy::PassManager::add(llvm::Pass*)", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::legacy::PassManager::run(llvm::Module&)", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::legacy::PassManager::PassManager()", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::legacy::PassManager::~PassManager()", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::legacy::FunctionPassManager::doFinalization()", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::legacy::FunctionPassManager::doInitialization()", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::legacy::FunctionPassManager::add(llvm::Pass*)", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::legacy::FunctionPassManager::run(llvm::Function&)", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::legacy::FunctionPassManager::FunctionPassManager(llvm::Module*)", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::legacy::FunctionPassManager::~FunctionPassManager()", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::object::ExportEntry::moveNext()", referenced from: | |
llvm::object::content_iterator<llvm::object::ExportEntry>::operator++() in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o) | |
"llvm::object::Decompressor::decompress(llvm::MutableArrayRef<char>)", referenced from: | |
lld::elf::InputSectionBase::maybeUncompress() in libembedded_lld_elf.a(InputSection.cpp.o) | |
"llvm::object::Decompressor::isCompressedELFSection(unsigned long long, llvm::StringRef)", referenced from: | |
lld::elf::InputSectionBase::maybeUncompress() in libembedded_lld_elf.a(InputSection.cpp.o) | |
"llvm::object::Decompressor::create(llvm::StringRef, llvm::StringRef, bool, bool)", referenced from: | |
lld::elf::InputSectionBase::maybeUncompress() in libembedded_lld_elf.a(InputSection.cpp.o) | |
"llvm::object::SymbolicFile::~SymbolicFile()", referenced from: | |
llvm::object::ObjectFile::~ObjectFile() in libembedded_lld_coff.a(Writer.cpp.o) | |
"llvm::object::createBinary(llvm::MemoryBufferRef, llvm::LLVMContext*)", referenced from: | |
lld::coff::convertResToCOFF(llvm::ArrayRef<llvm::MemoryBufferRef>) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
lld::coff::ObjFile::parse() in libembedded_lld_coff.a(InputFiles.cpp.o) | |
"llvm::object::createBinary(llvm::StringRef)", referenced from: | |
loadExistingBuildId(llvm::StringRef) in libembedded_lld_coff.a(Writer.cpp.o) | |
"llvm::object::COFFObjectFile::COFFObjectFile(llvm::MemoryBufferRef, std::__1::error_code&)", referenced from: | |
loadExistingBuildId(llvm::StringRef) in libembedded_lld_coff.a(Writer.cpp.o) | |
"llvm::object::MachOObjectFile::exports(llvm::Error&, llvm::ArrayRef<unsigned char>, llvm::object::MachOObjectFile const*)", referenced from: | |
lld::mach_o::normalized::readBinary(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >&, lld::MachOLinkingContext::Arch) in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o) | |
"llvm::object::object_category()", referenced from: | |
llvm::object::make_error_code(llvm::object::object_error) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
llvm::object::make_error_code(llvm::object::object_error) in libembedded_lld_elf.a(InputSection.cpp.o) | |
llvm::object::make_error_code(llvm::object::object_error) in libembedded_lld_elf.a(MipsArchTree.cpp.o) | |
llvm::object::make_error_code(llvm::object::object_error) in libembedded_lld_coff.a(InputFiles.cpp.o) | |
llvm::object::make_error_code(llvm::object::object_error) in libembedded_lld_elf.a(Relocations.cpp.o) | |
llvm::object::make_error_code(llvm::object::object_error) in libembedded_lld_elf.a(Mips.cpp.o) | |
llvm::object::make_error_code(llvm::object::object_error) in libembedded_lld_elf.a(AMDGPU.cpp.o) | |
... | |
"llvm::object::writeImportLibrary(llvm::StringRef, llvm::StringRef, llvm::ArrayRef<llvm::object::COFFShortExport>, llvm::COFF::MachineTypes, bool)", referenced from: | |
lld::coff::createImportLibrary(bool) in libembedded_lld_coff.a(Driver.cpp.o) | |
"llvm::object::WindowsResourceParser::parse(llvm::object::WindowsResource*)", referenced from: | |
lld::coff::convertResToCOFF(llvm::ArrayRef<llvm::MemoryBufferRef>) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::object::WindowsResourceParser::WindowsResourceParser()", referenced from: | |
lld::coff::convertResToCOFF(llvm::ArrayRef<llvm::MemoryBufferRef>) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::object::getELFSectionTypeName(unsigned int, unsigned int)", referenced from: | |
lld::elf::OutputSection::addSection(lld::elf::InputSection*) in libembedded_lld_elf.a(OutputSections.cpp.o) | |
"llvm::object::getELFRelocationTypeName(unsigned int, unsigned int)", referenced from: | |
lld::toString(unsigned int) in libembedded_lld_elf.a(Target.cpp.o) | |
"llvm::object::writeWindowsResourceCOFF(llvm::COFF::MachineTypes, llvm::object::WindowsResourceParser const&)", referenced from: | |
lld::coff::convertResToCOFF(llvm::ArrayRef<llvm::MemoryBufferRef>) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::object::parseCOFFModuleDefinition(llvm::MemoryBufferRef, llvm::COFF::MachineTypes, bool)", referenced from: | |
lld::coff::parseModuleDefs(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o) | |
"llvm::object::Archive::create(llvm::MemoryBufferRef)", referenced from: | |
lld::elf::LinkerDriver::addFile(llvm::StringRef, bool) in libembedded_lld_elf.a(Driver.cpp.o) | |
getArchiveMembers(llvm::MemoryBufferRef) in libembedded_lld_elf.a(Driver.cpp.o) | |
lld::coff::LinkerDriver::addBuffer(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >, bool) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::filterBitcodeFiles(llvm::StringRef, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::needsRebuilding(llvm::MemoryBufferRef) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::ArchiveFile::parse() in libembedded_lld_coff.a(InputFiles.cpp.o) | |
"llvm::object::Archive::Archive(llvm::MemoryBufferRef, llvm::Error&)", referenced from: | |
lld::(anonymous namespace)::FileArchive::doParse() in libembedded_lld_lib.a(FileArchive.cpp.o) | |
"llvm::hashing::detail::fixed_seed_override", referenced from: | |
llvm::hashing::detail::get_execution_seed() in libembedded_lld_lib.a(SymbolTable.cpp.o) | |
llvm::hashing::detail::get_execution_seed() in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
llvm::hashing::detail::get_execution_seed() in libembedded_lld_elf.a(ICF.cpp.o) | |
llvm::hashing::detail::get_execution_seed() in libembedded_lld_coff.a(ICF.cpp.o) | |
"llvm::CallInst::addAttribute(unsigned int, llvm::Attribute::AttrKind)", referenced from: | |
_ZigLLVMBuildCall in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::CallInst::init(llvm::FunctionType*, llvm::Value*, llvm::ArrayRef<llvm::Value*>, llvm::ArrayRef<llvm::OperandBundleDefT<llvm::Value*> >, llvm::Twine const&)", referenced from: | |
llvm::CallInst::CallInst(llvm::FunctionType*, llvm::Value*, llvm::ArrayRef<llvm::Value*>, llvm::ArrayRef<llvm::OperandBundleDefT<llvm::Value*> >, llvm::Twine const&, llvm::Instruction*) in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DebugLoc::get(unsigned int, unsigned int, llvm::MDNode const*, llvm::MDNode const*)", referenced from: | |
_ZigLLVMSetCurrentDebugLocation in libzig_cpp.a(zig_llvm.cpp.o) | |
_ZigLLVMGetDebugLoc in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::Function::setSubprogram(llvm::DISubprogram*)", referenced from: | |
_ZigLLVMFnSetSubprogram in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::codeview::CodeViewError::CodeViewError(llvm::codeview::cv_error_code)", referenced from: | |
std::__1::enable_if<!(std::is_array<llvm::codeview::CodeViewError>::value), std::__1::unique_ptr<llvm::codeview::CodeViewError, std::__1::default_delete<llvm::codeview::CodeViewError> > >::type llvm::make_unique<llvm::codeview::CodeViewError, llvm::codeview::cv_error_code>(llvm::codeview::cv_error_code&&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::getSymbolName(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>)", referenced from: | |
addGlobalSymbol(llvm::pdb::GSIStreamBuilder&, lld::coff::ObjFile&, llvm::codeview::CVRecord<llvm::codeview::SymbolKind> const&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::mergeIdRecords(llvm::codeview::GlobalTypeTableBuilder&, llvm::ArrayRef<llvm::codeview::TypeIndex>, llvm::SmallVectorImpl<llvm::codeview::TypeIndex>&, llvm::VarStreamArray<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>, llvm::VarStreamArrayExtractor<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> > > const&, llvm::ArrayRef<llvm::codeview::GloballyHashedType>)", referenced from: | |
(anonymous namespace)::PDBLinker::maybeMergeTypeServerPDB(lld::coff::ObjFile*, llvm::codeview::TypeServer2Record&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::mergeIdRecords(llvm::codeview::MergingTypeTableBuilder&, llvm::ArrayRef<llvm::codeview::TypeIndex>, llvm::SmallVectorImpl<llvm::codeview::TypeIndex>&, llvm::VarStreamArray<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>, llvm::VarStreamArrayExtractor<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> > > const&)", referenced from: | |
(anonymous namespace)::PDBLinker::maybeMergeTypeServerPDB(lld::coff::ObjFile*, llvm::codeview::TypeServer2Record&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::DebugSubsection::~DebugSubsection()", referenced from: | |
llvm::codeview::DebugStringTableSubsection::~DebugStringTableSubsection() in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::SymbolSerializer::visitSymbolEnd(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>&)", referenced from: | |
llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::ObjNameSym>(llvm::codeview::ObjNameSym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o) | |
llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::Compile3Sym>(llvm::codeview::Compile3Sym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o) | |
llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::EnvBlockSym>(llvm::codeview::EnvBlockSym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o) | |
llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::SectionSym>(llvm::codeview::SectionSym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::SymbolSerializer::visitSymbolBegin(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>&)", referenced from: | |
llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::ObjNameSym>(llvm::codeview::ObjNameSym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o) | |
llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::Compile3Sym>(llvm::codeview::Compile3Sym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o) | |
llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::EnvBlockSym>(llvm::codeview::EnvBlockSym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o) | |
llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::SectionSym>(llvm::codeview::SectionSym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::SymbolSerializer::SymbolSerializer(llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer)", referenced from: | |
llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::ObjNameSym>(llvm::codeview::ObjNameSym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o) | |
llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::Compile3Sym>(llvm::codeview::Compile3Sym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o) | |
llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::EnvBlockSym>(llvm::codeview::EnvBlockSym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o) | |
llvm::codeview::CVRecord<llvm::codeview::SymbolKind> llvm::codeview::SymbolSerializer::writeOneSymbol<llvm::codeview::SectionSym>(llvm::codeview::SectionSym&, llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, llvm::codeview::CodeViewContainer) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::mergeTypeRecords(llvm::codeview::GlobalTypeTableBuilder&, llvm::SmallVectorImpl<llvm::codeview::TypeIndex>&, llvm::VarStreamArray<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>, llvm::VarStreamArrayExtractor<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> > > const&, llvm::ArrayRef<llvm::codeview::GloballyHashedType>)", referenced from: | |
(anonymous namespace)::PDBLinker::maybeMergeTypeServerPDB(lld::coff::ObjFile*, llvm::codeview::TypeServer2Record&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::mergeTypeRecords(llvm::codeview::MergingTypeTableBuilder&, llvm::SmallVectorImpl<llvm::codeview::TypeIndex>&, llvm::VarStreamArray<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>, llvm::VarStreamArrayExtractor<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> > > const&)", referenced from: | |
(anonymous namespace)::PDBLinker::maybeMergeTypeServerPDB(lld::coff::ObjFile*, llvm::codeview::TypeServer2Record&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::TypeRecordMapping::visitTypeEnd(llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>&)", referenced from: | |
llvm::Error llvm::codeview::TypeDeserializer::deserializeAs<llvm::codeview::TypeServer2Record>(llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>&, llvm::codeview::TypeServer2Record&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::TypeRecordMapping::visitTypeBegin(llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>&)", referenced from: | |
llvm::Error llvm::codeview::TypeDeserializer::deserializeAs<llvm::codeview::TypeServer2Record>(llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>&, llvm::codeview::TypeServer2Record&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::TypeRecordMapping::visitKnownRecord(llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>&, llvm::codeview::TypeServer2Record&)", referenced from: | |
llvm::Error llvm::codeview::TypeDeserializer::deserializeAs<llvm::codeview::TypeServer2Record>(llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>&, llvm::codeview::TypeServer2Record&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::DebugSubsectionRef::~DebugSubsectionRef()", referenced from: | |
llvm::codeview::DebugChecksumsSubsectionRef::~DebugChecksumsSubsectionRef() in libembedded_lld_coff.a(PDB.cpp.o) | |
llvm::codeview::DebugStringTableSubsectionRef::~DebugStringTableSubsectionRef() in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::GloballyHashedType::hashType(llvm::ArrayRef<unsigned char>, llvm::ArrayRef<llvm::codeview::GloballyHashedType>, llvm::ArrayRef<llvm::codeview::GloballyHashedType>)", referenced from: | |
llvm::codeview::GloballyHashedType::hashType(llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>, llvm::ArrayRef<llvm::codeview::GloballyHashedType>, llvm::ArrayRef<llvm::codeview::GloballyHashedType>) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::SymbolRecordMapping::visitKnownRecord(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>&, llvm::codeview::ObjNameSym&)", referenced from: | |
llvm::Error llvm::codeview::SymbolSerializer::visitKnownRecordImpl<llvm::codeview::ObjNameSym>(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>&, llvm::codeview::ObjNameSym&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::SymbolRecordMapping::visitKnownRecord(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>&, llvm::codeview::SectionSym&)", referenced from: | |
llvm::Error llvm::codeview::SymbolSerializer::visitKnownRecordImpl<llvm::codeview::SectionSym>(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>&, llvm::codeview::SectionSym&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::SymbolRecordMapping::visitKnownRecord(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>&, llvm::codeview::Compile3Sym&)", referenced from: | |
llvm::Error llvm::codeview::SymbolSerializer::visitKnownRecordImpl<llvm::codeview::Compile3Sym>(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>&, llvm::codeview::Compile3Sym&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::SymbolRecordMapping::visitKnownRecord(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>&, llvm::codeview::EnvBlockSym&)", referenced from: | |
llvm::Error llvm::codeview::SymbolSerializer::visitKnownRecordImpl<llvm::codeview::EnvBlockSym>(llvm::codeview::CVRecord<llvm::codeview::SymbolKind>&, llvm::codeview::EnvBlockSym&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::discoverTypeIndices(llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> const&, llvm::SmallVectorImpl<llvm::codeview::TypeIndex>&)", referenced from: | |
translateIdSymbols(llvm::MutableArrayRef<unsigned char>&, llvm::codeview::TypeCollection&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::DebugSubsectionRecord::initialize(llvm::BinaryStreamRef, llvm::codeview::DebugSubsectionRecord&, llvm::codeview::CodeViewContainer)", referenced from: | |
llvm::VarStreamArrayExtractor<llvm::codeview::DebugSubsectionRecord>::operator()(llvm::BinaryStreamRef, unsigned int&, llvm::codeview::DebugSubsectionRecord&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::DebugSubsectionRecord::DebugSubsectionRecord()", referenced from: | |
llvm::VarStreamArrayIterator<llvm::codeview::DebugSubsectionRecord, llvm::VarStreamArrayExtractor<llvm::codeview::DebugSubsectionRecord> >::VarStreamArrayIterator(llvm::VarStreamArray<llvm::codeview::DebugSubsectionRecord, llvm::VarStreamArrayExtractor<llvm::codeview::DebugSubsectionRecord> > const&, llvm::VarStreamArrayExtractor<llvm::codeview::DebugSubsectionRecord> const&, unsigned int, bool*) in libembedded_lld_coff.a(PDB.cpp.o) | |
llvm::VarStreamArrayIterator<llvm::codeview::DebugSubsectionRecord, llvm::VarStreamArrayExtractor<llvm::codeview::DebugSubsectionRecord> >::VarStreamArrayIterator(llvm::VarStreamArrayExtractor<llvm::codeview::DebugSubsectionRecord> const&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::mergeTypeAndIdRecords(llvm::codeview::GlobalTypeTableBuilder&, llvm::codeview::GlobalTypeTableBuilder&, llvm::SmallVectorImpl<llvm::codeview::TypeIndex>&, llvm::VarStreamArray<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>, llvm::VarStreamArrayExtractor<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> > > const&, llvm::ArrayRef<llvm::codeview::GloballyHashedType>)", referenced from: | |
(anonymous namespace)::PDBLinker::mergeDebugT(lld::coff::ObjFile*, (anonymous namespace)::CVIndexMap&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::mergeTypeAndIdRecords(llvm::codeview::MergingTypeTableBuilder&, llvm::codeview::MergingTypeTableBuilder&, llvm::SmallVectorImpl<llvm::codeview::TypeIndex>&, llvm::VarStreamArray<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind>, llvm::VarStreamArrayExtractor<llvm::codeview::CVRecord<llvm::codeview::TypeLeafKind> > > const&)", referenced from: | |
(anonymous namespace)::PDBLinker::mergeDebugT(lld::coff::ObjFile*, (anonymous namespace)::CVIndexMap&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::GlobalTypeTableBuilder::GlobalTypeTableBuilder(llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&)", referenced from: | |
(anonymous namespace)::PDBLinker::PDBLinker(lld::coff::SymbolTable*) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::GlobalTypeTableBuilder::~GlobalTypeTableBuilder()", referenced from: | |
(anonymous namespace)::PDBLinker::~PDBLinker() in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::MergingTypeTableBuilder::MergingTypeTableBuilder(llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&)", referenced from: | |
(anonymous namespace)::PDBLinker::PDBLinker(lld::coff::SymbolTable*) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::MergingTypeTableBuilder::~MergingTypeTableBuilder()", referenced from: | |
(anonymous namespace)::PDBLinker::~PDBLinker() in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::DebugChecksumsSubsection::addChecksum(llvm::StringRef, llvm::codeview::FileChecksumKind, llvm::ArrayRef<unsigned char>)", referenced from: | |
(anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::DebugChecksumsSubsection::DebugChecksumsSubsection(llvm::codeview::DebugStringTableSubsection&)", referenced from: | |
std::__1::enable_if<!(std::is_array<llvm::codeview::DebugChecksumsSubsection>::value), std::__1::unique_ptr<llvm::codeview::DebugChecksumsSubsection, std::__1::default_delete<llvm::codeview::DebugChecksumsSubsection> > >::type llvm::make_unique<llvm::codeview::DebugChecksumsSubsection, llvm::codeview::DebugStringTableSubsection&>(llvm::codeview::DebugStringTableSubsection&&&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::DebugStringTableSubsection::DebugStringTableSubsection()", referenced from: | |
(anonymous namespace)::PDBLinker::PDBLinker(lld::coff::SymbolTable*) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::DebugChecksumsSubsectionRef::initialize(llvm::BinaryStreamRef)", referenced from: | |
(anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::discoverTypeIndicesInSymbol(llvm::codeview::CVRecord<llvm::codeview::SymbolKind> const&, llvm::SmallVectorImpl<llvm::codeview::TiReference>&)", referenced from: | |
mergeSymbolRecords(llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096ul, 4096ul>&, lld::coff::ObjFile*, llvm::pdb::GSIStreamBuilder&, (anonymous namespace)::CVIndexMap const&, llvm::codeview::TypeCollection&, llvm::BinaryStreamRef) in libembedded_lld_coff.a(PDB.cpp.o) | |
translateIdSymbols(llvm::MutableArrayRef<unsigned char>&, llvm::codeview::TypeCollection&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::DebugStringTableSubsectionRef::initialize(llvm::BinaryStreamRef)", referenced from: | |
(anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::DebugStringTableSubsectionRef::DebugStringTableSubsectionRef()", referenced from: | |
(anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::parallel::detail::TaskGroup::spawn(std::__1::function<void ()>)", referenced from: | |
void llvm::parallel::detail::parallel_for_each_n<unsigned long, std::__1::function<void (unsigned long)> >(unsigned long, unsigned long, std::__1::function<void (unsigned long)>) in libembedded_lld_elf.a(OutputSections.cpp.o) | |
void llvm::parallel::detail::parallel_for_each_n<unsigned long, std::__1::function<void (unsigned long)> >(unsigned long, unsigned long, std::__1::function<void (unsigned long)>) in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
void llvm::parallel::detail::parallel_for_each<std::__1::__wrap_iter<lld::elf::MergeInputSection**>, lld::elf::MergeNoTailSection::finalizeContents()::$_17>(std::__1::__wrap_iter<lld::elf::MergeInputSection**>, std::__1::__wrap_iter<lld::elf::MergeInputSection**>, lld::elf::MergeNoTailSection::finalizeContents()::$_17) in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
void llvm::parallel::detail::parallel_for_each<std::__1::__wrap_iter<lld::elf::InputSectionBase**>, lld::elf::decompressSections()::$_18>(std::__1::__wrap_iter<lld::elf::InputSectionBase**>, std::__1::__wrap_iter<lld::elf::InputSectionBase**>, lld::elf::decompressSections()::$_18) in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
void llvm::parallel::detail::parallel_for_each<std::__1::__wrap_iter<lld::elf::InputSectionBase**>, lld::elf::mergeSections()::$_19>(std::__1::__wrap_iter<lld::elf::InputSectionBase**>, std::__1::__wrap_iter<lld::elf::InputSectionBase**>, lld::elf::mergeSections()::$_19) in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
void llvm::parallel::detail::parallel_for_each<std::__1::__wrap_iter<lld::elf::InputSection**>, (anonymous namespace)::ICF<llvm::object::ELFType<(llvm::support::endianness)1, false> >::run()::'lambda'(lld::elf::InputSection*)>(std::__1::__wrap_iter<lld::elf::InputSection**>, std::__1::__wrap_iter<lld::elf::InputSection**>, (anonymous namespace)::ICF<llvm::object::ELFType<(llvm::support::endianness)1, false> >::run()::'lambda'(lld::elf::InputSection*)) in libembedded_lld_elf.a(ICF.cpp.o) | |
void llvm::parallel::detail::parallel_for_each_n<unsigned long, std::__1::function<void (unsigned long)> >(unsigned long, unsigned long, std::__1::function<void (unsigned long)>) in libembedded_lld_elf.a(ICF.cpp.o) | |
... | |
"llvm::xxHash64(llvm::StringRef)", referenced from: | |
lld::elf::MergeInputSection::splitStrings(llvm::ArrayRef<unsigned char>, unsigned long) in libembedded_lld_elf.a(InputSection.cpp.o) | |
lld::elf::MergeInputSection::splitNonStrings(llvm::ArrayRef<unsigned char>, unsigned long) in libembedded_lld_elf.a(InputSection.cpp.o) | |
lld::elf::BuildIdSection::writeBuildId(llvm::ArrayRef<unsigned char>)::$_5::operator()(unsigned char*, llvm::ArrayRef<unsigned char>) const in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
"llvm::DIBuilder::createFile(llvm::StringRef, llvm::StringRef, llvm::DIFile::ChecksumKind, llvm::StringRef)", referenced from: | |
_ZigLLVMCreateFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::insertDeclare(llvm::Value*, llvm::DILocalVariable*, llvm::DIExpression*, llvm::DILocation const*, llvm::BasicBlock*)", referenced from: | |
_ZigLLVMInsertDeclareAtEnd in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::insertDeclare(llvm::Value*, llvm::DILocalVariable*, llvm::DIExpression*, llvm::DILocation const*, llvm::Instruction*)", referenced from: | |
_ZigLLVMInsertDeclare in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::replaceArrays(llvm::DICompositeType*&, llvm::MDTupleTypedArrayWrapper<llvm::DINode>, llvm::MDTupleTypedArrayWrapper<llvm::DINode>)", referenced from: | |
_ZigLLVMReplaceDebugArrays in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::createFunction(llvm::DIScope*, llvm::StringRef, llvm::StringRef, llvm::DIFile*, unsigned int, llvm::DISubroutineType*, bool, bool, unsigned int, llvm::DINode::DIFlags, bool, llvm::MDTupleTypedArrayWrapper<llvm::DITemplateParameter>, llvm::DISubprogram*, llvm::MDTupleTypedArrayWrapper<llvm::DIType>)", referenced from: | |
_ZigLLVMCreateFunction in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::createArrayType(unsigned long long, unsigned int, llvm::DIType*, llvm::MDTupleTypedArrayWrapper<llvm::DINode>)", referenced from: | |
_ZigLLVMCreateDebugArrayType in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::createBasicType(llvm::StringRef, unsigned long long, unsigned int)", referenced from: | |
_ZigLLVMCreateDebugBasicType in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::createUnionType(llvm::DIScope*, llvm::StringRef, llvm::DIFile*, unsigned int, unsigned long long, unsigned int, llvm::DINode::DIFlags, llvm::MDTupleTypedArrayWrapper<llvm::DINode>, unsigned int, llvm::StringRef)", referenced from: | |
_ZigLLVMCreateDebugUnionType in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::createEnumerator(llvm::StringRef, long long)", referenced from: | |
_ZigLLVMCreateDebugEnumerator in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::createExpression(llvm::ArrayRef<unsigned long long>)", referenced from: | |
_ZigLLVMInsertDeclareAtEnd in libzig_cpp.a(zig_llvm.cpp.o) | |
_ZigLLVMInsertDeclare in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::createMemberType(llvm::DIScope*, llvm::StringRef, llvm::DIFile*, unsigned int, unsigned long long, unsigned int, unsigned long long, llvm::DINode::DIFlags, llvm::DIType*)", referenced from: | |
_ZigLLVMCreateDebugMemberType in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::createStructType(llvm::DIScope*, llvm::StringRef, llvm::DIFile*, unsigned int, unsigned long long, unsigned int, llvm::DINode::DIFlags, llvm::DIType*, llvm::MDTupleTypedArrayWrapper<llvm::DINode>, unsigned int, llvm::DIType*, llvm::StringRef)", referenced from: | |
_ZigLLVMCreateDebugStructType in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::getOrCreateArray(llvm::ArrayRef<llvm::Metadata*>)", referenced from: | |
_ZigLLVMCreateDebugArrayType in libzig_cpp.a(zig_llvm.cpp.o) | |
_ZigLLVMCreateDebugEnumerationType in libzig_cpp.a(zig_llvm.cpp.o) | |
_ZigLLVMCreateDebugUnionType in libzig_cpp.a(zig_llvm.cpp.o) | |
_ZigLLVMCreateDebugStructType in libzig_cpp.a(zig_llvm.cpp.o) | |
_ZigLLVMReplaceDebugArrays in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::createCompileUnit(unsigned int, llvm::DIFile*, llvm::StringRef, bool, llvm::StringRef, unsigned int, llvm::StringRef, llvm::DICompileUnit::DebugEmissionKind, unsigned long long, bool, bool, bool)", referenced from: | |
_ZigLLVMCreateCompileUnit in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::createForwardDecl(unsigned int, llvm::StringRef, llvm::DIScope*, llvm::DIFile*, unsigned int, unsigned int, unsigned long long, unsigned int, llvm::StringRef)", referenced from: | |
_ZigLLVMCreateDebugForwardDeclType in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::createPointerType(llvm::DIType*, unsigned long long, unsigned int, llvm::Optional<unsigned int>, llvm::StringRef)", referenced from: | |
_ZigLLVMCreateDebugPointerType in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::createAutoVariable(llvm::DIScope*, llvm::StringRef, llvm::DIFile*, unsigned int, llvm::DIType*, bool, llvm::DINode::DIFlags, unsigned int)", referenced from: | |
_ZigLLVMCreateAutoVariable in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::createLexicalBlock(llvm::DIScope*, llvm::DIFile*, unsigned int, unsigned int)", referenced from: | |
_ZigLLVMCreateLexicalBlock in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::getOrCreateSubrange(long long, long long)", referenced from: | |
_ZigLLVMCreateDebugArrayType in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::createSubroutineType(llvm::DITypeRefArray, llvm::DINode::DIFlags, unsigned int)", referenced from: | |
_ZigLLVMCreateSubroutineType in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::getOrCreateTypeArray(llvm::ArrayRef<llvm::Metadata*>)", referenced from: | |
_ZigLLVMCreateSubroutineType in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::createEnumerationType(llvm::DIScope*, llvm::StringRef, llvm::DIFile*, unsigned int, unsigned long long, unsigned int, llvm::MDTupleTypedArrayWrapper<llvm::DINode>, llvm::DIType*, llvm::StringRef)", referenced from: | |
_ZigLLVMCreateDebugEnumerationType in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::createParameterVariable(llvm::DIScope*, llvm::StringRef, unsigned int, llvm::DIFile*, unsigned int, llvm::DIType*, bool, llvm::DINode::DIFlags)", referenced from: | |
_ZigLLVMCreateParameterVariable in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::createGlobalVariableExpression(llvm::DIScope*, llvm::StringRef, llvm::StringRef, llvm::DIFile*, unsigned int, llvm::DIType*, bool, llvm::DIExpression*, llvm::MDNode*, unsigned int)", referenced from: | |
_ZigLLVMCreateGlobalVariable in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::createReplaceableCompositeType(unsigned int, llvm::StringRef, llvm::DIScope*, llvm::DIFile*, unsigned int, unsigned int, unsigned long long, unsigned int, llvm::DINode::DIFlags, llvm::StringRef)", referenced from: | |
_ZigLLVMCreateReplaceableCompositeType in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::finalize()", referenced from: | |
_ZigLLVMDIBuilderFinalize in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DIBuilder::DIBuilder(llvm::Module&, bool)", referenced from: | |
_ZigLLVMCreateDIBuilder in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DWARFUnit::extractDIEsIfNeeded(bool)", referenced from: | |
llvm::DWARFUnit::dies() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
"llvm::DWARFUnit::collectAddressRanges(std::__1::vector<llvm::DWARFAddressRange, std::__1::allocator<llvm::DWARFAddressRange> >&)", referenced from: | |
readAddressAreas(llvm::DWARFContext&, lld::elf::InputSection*) in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
"llvm::DebugFlag", referenced from: | |
lld::(anonymous namespace)::FileArchive::buildTableOfContents() in libembedded_lld_lib.a(FileArchive.cpp.o) | |
(anonymous namespace)::RefNameBuilder::RefNameBuilder(lld::File const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
(anonymous namespace)::RefNameBuilder::buildDuplicateNameMap(lld::Atom const&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::Reference const*>::NormalizedReference::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::DefinedAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::UndefinedAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::yaml::MappingTraits<lld::SharedLibraryAtom const*>::NormalizedAtom::denormalize(llvm::yaml::IO&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
... | |
"llvm::ErrorList::ID", referenced from: | |
llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase>::classID() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase>::dynamicClassID() const in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase>::classID() in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase>::dynamicClassID() const in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase>::classID() in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase>::dynamicClassID() const in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
llvm::ErrorInfo<llvm::ErrorList, llvm::ErrorInfoBase>::classID() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
... | |
"llvm::TarWriter::append(llvm::StringRef, llvm::StringRef)", referenced from: | |
lld::elf::LinkerDriver::main(llvm::ArrayRef<char const*>, bool) in libembedded_lld_elf.a(Driver.cpp.o) | |
getArchiveMembers(llvm::MemoryBufferRef) in libembedded_lld_elf.a(Driver.cpp.o) | |
lld::coff::LinkerDriver::link(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::LinkerDriver::takeBuffer(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::elf::readFile(llvm::StringRef) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ArchiveFile::getMember(llvm::object::Archive::Symbol const*) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
"llvm::TarWriter::create(llvm::StringRef, llvm::StringRef)", referenced from: | |
lld::elf::LinkerDriver::main(llvm::ArrayRef<char const*>, bool) in libembedded_lld_elf.a(Driver.cpp.o) | |
lld::coff::LinkerDriver::link(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(Driver.cpp.o) | |
"clang::DeclContext::getRedeclContext()", referenced from: | |
clang::DeclContext::getRedeclContext() const in translate_c.cpp.o | |
"clang::CompilerInstance::createDiagnostics(clang::DiagnosticOptions*, clang::DiagnosticConsumer*, bool, clang::CodeGenOptions const*)", referenced from: | |
parse_h_file(ImportTableEntry*, ZigList<ErrorMsg*>*, char const*, CodeGen*, AstNode*) in translate_c.cpp.o | |
"clang::DiagnosticsEngine::~DiagnosticsEngine()", referenced from: | |
llvm::RefCountedBase<clang::DiagnosticsEngine>::Release() const in translate_c.cpp.o | |
"clang::PreprocessingRecord::getPreprocessedEntity(clang::PreprocessingRecord::PPEntityID)", referenced from: | |
clang::PreprocessingRecord::iterator::operator*() const in translate_c.cpp.o | |
"clang::PCHContainerOperations::PCHContainerOperations()", referenced from: | |
std::__1::shared_ptr<clang::PCHContainerOperations> std::__1::shared_ptr<clang::PCHContainerOperations>::make_shared<>() in translate_c.cpp.o | |
"clang::ASTUnit::LoadFromCommandLine(char const**, char const**, std::__1::shared_ptr<clang::PCHContainerOperations>, llvm::IntrusiveRefCntPtr<clang::DiagnosticsEngine>, llvm::StringRef, bool, bool, llvm::ArrayRef<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, llvm::MemoryBuffer*> >, bool, unsigned int, clang::TranslationUnitKind, bool, bool, bool, bool, bool, bool, bool, llvm::Optional<llvm::StringRef>, std::__1::unique_ptr<clang::ASTUnit, std::__1::default_delete<clang::ASTUnit> >*, llvm::IntrusiveRefCntPtr<clang::vfs::FileSystem>)", referenced from: | |
parse_h_file(ImportTableEntry*, ZigList<ErrorMsg*>*, char const*, CodeGen*, AstNode*) in translate_c.cpp.o | |
"clang::ASTUnit::visitLocalTopLevelDecls(void*, bool (*)(void*, clang::Decl const*))", referenced from: | |
parse_h_file(ImportTableEntry*, ZigList<ErrorMsg*>*, char const*, CodeGen*, AstNode*) in translate_c.cpp.o | |
"clang::ASTUnit::~ASTUnit()", referenced from: | |
parse_h_file(ImportTableEntry*, ZigList<ErrorMsg*>*, char const*, CodeGen*, AstNode*) in translate_c.cpp.o | |
"clang::VarDecl::getInit()", referenced from: | |
trans_local_declaration(Context*, TransScope*, clang::DeclStmt const*, AstNode**, TransScope**) in translate_c.cpp.o | |
"clang::QualType::getSplitUnqualifiedTypeImpl(clang::QualType)", referenced from: | |
clang::QualType::getUnqualifiedType() const in translate_c.cpp.o | |
"llvm::GlobPattern::match(llvm::StringRef) const", referenced from: | |
lld::elf::StringMatcher::match(llvm::StringRef) const in libembedded_lld_elf.a(Strings.cpp.o) | |
"llvm::GlobalValue::isDeclaration() const", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::raw_ostream::preferred_buffer_size() const", referenced from: | |
vtable for MyOStream in libzig_cpp.a(zig_llvm.cpp.o) | |
vtable for llvm::raw_pwrite_stream in libembedded_lld_coff.a(Driver.cpp.o) | |
vtable for llvm::raw_pwrite_stream in libembedded_lld_elf.a(DriverUtils.cpp.o) | |
vtable for llvm::raw_pwrite_stream in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
vtable for llvm::raw_pwrite_stream in libembedded_lld_elf.a(LTO.cpp.o) | |
vtable for llvm::raw_pwrite_stream in libembedded_lld_coff.a(LTO.cpp.o) | |
vtable for llvm::raw_pwrite_stream in libembedded_lld_lib.a(MachONormalizedFileBinaryWriter.cpp.o) | |
... | |
"llvm::MemoryBuffer::getMemBufferRef() const", referenced from: | |
lld::coff::filterBitcodeFiles(llvm::StringRef, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::parseModuleDefs(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::MachOLinkingContext::getMemoryBuffer(llvm::StringRef) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
lld::elf::readFile(llvm::StringRef) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::(anonymous namespace)::FileArchive::doParse() in libembedded_lld_lib.a(FileArchive.cpp.o) | |
lld::mach_o::normalized::readBinary(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >&, lld::MachOLinkingContext::Arch) in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o) | |
lld::Registry::loadFile(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >) const in libembedded_lld_lib.a(Reader.cpp.o) | |
... | |
"llvm::AttributeList::addAttribute(llvm::LLVMContext&, unsigned int, llvm::Attribute::AttrKind) const", referenced from: | |
_ZigLLVMAddFunctionAttrCold in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::AttributeList::addAttributes(llvm::LLVMContext&, unsigned int, llvm::AttrBuilder const&) const", referenced from: | |
_ZigLLVMAddFunctionAttr in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DataExtractor::getULEB128(unsigned int*) const", referenced from: | |
lld::mach_o::(anonymous namespace)::readCompUnit(lld::mach_o::normalized::NormalizedFile const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, llvm::StringRef) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o) | |
lld::mach_o::(anonymous namespace)::getCUAbbrevOffset(llvm::DataExtractor, unsigned long long) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o) | |
"llvm::DataExtractor::getU8(unsigned int*) const", referenced from: | |
lld::mach_o::(anonymous namespace)::readCompUnit(lld::mach_o::normalized::NormalizedFile const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, llvm::StringRef) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o) | |
lld::mach_o::(anonymous namespace)::getCUAbbrevOffset(llvm::DataExtractor, unsigned long long) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o) | |
"llvm::DataExtractor::getU16(unsigned int*) const", referenced from: | |
lld::mach_o::(anonymous namespace)::readCompUnit(lld::mach_o::normalized::NormalizedFile const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, llvm::StringRef) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o) | |
"llvm::DataExtractor::getU32(unsigned int*) const", referenced from: | |
lld::mach_o::(anonymous namespace)::readCompUnit(lld::mach_o::normalized::NormalizedFile const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, llvm::StringRef) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o) | |
lld::mach_o::(anonymous namespace)::getIndexedString(lld::mach_o::normalized::NormalizedFile const&, llvm::dwarf::Form, llvm::DataExtractor, unsigned int&, lld::mach_o::normalized::Section const&) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o) | |
"llvm::DataExtractor::getU64(unsigned int*) const", referenced from: | |
lld::mach_o::(anonymous namespace)::readCompUnit(lld::mach_o::normalized::NormalizedFile const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, lld::mach_o::normalized::Section const&, llvm::StringRef) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o) | |
"llvm::DataExtractor::getCStr(unsigned int*) const", referenced from: | |
lld::mach_o::(anonymous namespace)::getIndexedString(lld::mach_o::normalized::NormalizedFile const&, llvm::dwarf::Form, llvm::DataExtractor, unsigned int&, lld::mach_o::normalized::Section const&) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o) | |
"llvm::StringMapImpl::FindKey(llvm::StringRef) const", referenced from: | |
llvm::StringMap<lld::mach_o::MachODylibFile*, llvm::MallocAllocator>::find(llvm::StringRef) in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
llvm::StringMap<std::__1::vector<lld::MachOLinkingContext::OrderFileNode, std::__1::allocator<lld::MachOLinkingContext::OrderFileNode> >, llvm::MallocAllocator>::find(llvm::StringRef) const in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
llvm::StringMap<char, llvm::MallocAllocator>::find(llvm::StringRef) const in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
llvm::StringMap<std::__1::vector<lld::elf::Symbol*, std::__1::allocator<lld::elf::Symbol*> >, llvm::MallocAllocator>::find(llvm::StringRef) const in libembedded_lld_elf.a(SymbolTable.cpp.o) | |
llvm::StringMap<unsigned long long, llvm::MallocAllocator>::find(llvm::StringRef) in libembedded_lld_elf.a(Writer.cpp.o) | |
llvm::StringMap<unsigned long long, llvm::MallocAllocator>::find(llvm::StringRef) const in libembedded_lld_elf.a(Writer.cpp.o) | |
llvm::StringMap<char, llvm::MallocAllocator>::find(llvm::StringRef) const in libembedded_lld_coff.a(MinGW.cpp.o) | |
... | |
"llvm::TargetMachine::getOptLevel() const", referenced from: | |
_ZigLLVMTargetMachineEmitToFile in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::DWARFDebugLine::getLineTable(unsigned int) const", referenced from: | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, false> >::getDILineInfo(lld::elf::InputSectionBase*, unsigned long long) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, false> >::getVariableLoc(llvm::StringRef) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, false> >::getDILineInfo(lld::elf::InputSectionBase*, unsigned long long) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, false> >::getVariableLoc(llvm::StringRef) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, true> >::getDILineInfo(lld::elf::InputSectionBase*, unsigned long long) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, true> >::getVariableLoc(llvm::StringRef) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, true> >::getDILineInfo(lld::elf::InputSectionBase*, unsigned long long) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
... | |
"llvm::DWARFDebugLine::LineTable::hasFileAtIndex(unsigned long long) const", referenced from: | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, false> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, false> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, true> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, true> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
"llvm::DWARFDebugLine::LineTable::getFileNameByIndex(unsigned long long, char const*, llvm::DILineInfoSpecifier::FileLineInfoKind, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) const", referenced from: | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, false> >::getVariableLoc(llvm::StringRef) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, false> >::getVariableLoc(llvm::StringRef) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, true> >::getVariableLoc(llvm::StringRef) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, true> >::getVariableLoc(llvm::StringRef) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
"llvm::DWARFDebugLine::LineTable::getFileLineInfoForAddress(unsigned long long, char const*, llvm::DILineInfoSpecifier::FileLineInfoKind, llvm::DILineInfo&) const", referenced from: | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, false> >::getDILineInfo(lld::elf::InputSectionBase*, unsigned long long) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, false> >::getDILineInfo(lld::elf::InputSectionBase*, unsigned long long) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, true> >::getDILineInfo(lld::elf::InputSectionBase*, unsigned long long) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, true> >::getDILineInfo(lld::elf::InputSectionBase*, unsigned long long) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
"llvm::DWARFFormValue::getAsCString() const", referenced from: | |
llvm::dwarf::toString(llvm::Optional<llvm::DWARFFormValue> const&) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
"llvm::DWARFFormValue::getAsUnsignedConstant() const", referenced from: | |
llvm::dwarf::toUnsigned(llvm::Optional<llvm::DWARFFormValue> const&) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
"llvm::SubtargetFeatures::getString() const", referenced from: | |
_ZigLLVMGetNativeFeatures in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::StringTableBuilder::write(unsigned char*) const", referenced from: | |
lld::elf::MergeTailSection::writeTo(unsigned char*) in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
lld::elf::MergeNoTailSection::writeTo(unsigned char*) in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
"llvm::StringTableBuilder::getOffset(llvm::CachedHashStringRef) const", referenced from: | |
lld::elf::MergeTailSection::finalizeContents() in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
"llvm::SmallPtrSetImplBase::FindBucketFor(void const*) const", referenced from: | |
llvm::SmallPtrSetImplBase::find_imp(void const*) const in libembedded_lld_coff.a(SymbolTable.cpp.o) | |
"llvm::cl::basic_parser_impl::getOptionWidth(llvm::cl::Option const&) const", referenced from: | |
llvm::cl::list<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, bool, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::getOptionWidth() const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
"llvm::cl::basic_parser_impl::printOptionInfo(llvm::cl::Option const&, unsigned long) const", referenced from: | |
llvm::cl::list<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, bool, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::printOptionInfo(unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
"llvm::cl::generic_parser_base::getOptionWidth(llvm::cl::Option const&) const", referenced from: | |
llvm::cl::opt<llvm::MCTargetOptions::AsmInstrumentation, false, llvm::cl::parser<llvm::MCTargetOptions::AsmInstrumentation> >::getOptionWidth() const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<llvm::Reloc::Model, false, llvm::cl::parser<llvm::Reloc::Model> >::getOptionWidth() const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<llvm::ThreadModel::Model, false, llvm::cl::parser<llvm::ThreadModel::Model> >::getOptionWidth() const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<llvm::CodeModel::Model, false, llvm::cl::parser<llvm::CodeModel::Model> >::getOptionWidth() const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<llvm::ExceptionHandling, false, llvm::cl::parser<llvm::ExceptionHandling> >::getOptionWidth() const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<llvm::TargetMachine::CodeGenFileType, false, llvm::cl::parser<llvm::TargetMachine::CodeGenFileType> >::getOptionWidth() const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<llvm::FPDenormal::DenormalMode, false, llvm::cl::parser<llvm::FPDenormal::DenormalMode> >::getOptionWidth() const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
... | |
"llvm::cl::generic_parser_base::printOptionInfo(llvm::cl::Option const&, unsigned long) const", referenced from: | |
llvm::cl::opt<llvm::MCTargetOptions::AsmInstrumentation, false, llvm::cl::parser<llvm::MCTargetOptions::AsmInstrumentation> >::printOptionInfo(unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<llvm::Reloc::Model, false, llvm::cl::parser<llvm::Reloc::Model> >::printOptionInfo(unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<llvm::ThreadModel::Model, false, llvm::cl::parser<llvm::ThreadModel::Model> >::printOptionInfo(unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<llvm::CodeModel::Model, false, llvm::cl::parser<llvm::CodeModel::Model> >::printOptionInfo(unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<llvm::ExceptionHandling, false, llvm::cl::parser<llvm::ExceptionHandling> >::printOptionInfo(unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<llvm::TargetMachine::CodeGenFileType, false, llvm::cl::parser<llvm::TargetMachine::CodeGenFileType> >::printOptionInfo(unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<llvm::FPDenormal::DenormalMode, false, llvm::cl::parser<llvm::FPDenormal::DenormalMode> >::printOptionInfo(unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
... | |
"llvm::cl::generic_parser_base::printGenericOptionDiff(llvm::cl::Option const&, llvm::cl::GenericOptionValue const&, llvm::cl::GenericOptionValue const&, unsigned long) const", referenced from: | |
void llvm::cl::generic_parser_base::printOptionDiff<llvm::cl::OptionValue<llvm::MCTargetOptions::AsmInstrumentation> >(llvm::cl::Option const&, llvm::cl::OptionValue<llvm::MCTargetOptions::AsmInstrumentation> const&, llvm::cl::OptionValue<llvm::MCTargetOptions::AsmInstrumentation> const&, unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::generic_parser_base::printOptionDiff<llvm::cl::OptionValue<llvm::Reloc::Model> >(llvm::cl::Option const&, llvm::cl::OptionValue<llvm::Reloc::Model> const&, llvm::cl::OptionValue<llvm::Reloc::Model> const&, unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::generic_parser_base::printOptionDiff<llvm::cl::OptionValue<llvm::ThreadModel::Model> >(llvm::cl::Option const&, llvm::cl::OptionValue<llvm::ThreadModel::Model> const&, llvm::cl::OptionValue<llvm::ThreadModel::Model> const&, unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::generic_parser_base::printOptionDiff<llvm::cl::OptionValue<llvm::CodeModel::Model> >(llvm::cl::Option const&, llvm::cl::OptionValue<llvm::CodeModel::Model> const&, llvm::cl::OptionValue<llvm::CodeModel::Model> const&, unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::generic_parser_base::printOptionDiff<llvm::cl::OptionValue<llvm::ExceptionHandling> >(llvm::cl::Option const&, llvm::cl::OptionValue<llvm::ExceptionHandling> const&, llvm::cl::OptionValue<llvm::ExceptionHandling> const&, unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::generic_parser_base::printOptionDiff<llvm::cl::OptionValue<llvm::TargetMachine::CodeGenFileType> >(llvm::cl::Option const&, llvm::cl::OptionValue<llvm::TargetMachine::CodeGenFileType> const&, llvm::cl::OptionValue<llvm::TargetMachine::CodeGenFileType> const&, unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
void llvm::cl::generic_parser_base::printOptionDiff<llvm::cl::OptionValue<llvm::FPDenormal::DenormalMode> >(llvm::cl::Option const&, llvm::cl::OptionValue<llvm::FPDenormal::DenormalMode> const&, llvm::cl::OptionValue<llvm::FPDenormal::DenormalMode> const&, unsigned long) const in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
... | |
"llvm::lto::LTO::getMaxTasks() const", referenced from: | |
lld::elf::BitcodeCompiler::compile() in libembedded_lld_elf.a(LTO.cpp.o) | |
lld::coff::BitcodeCompiler::compile() in libembedded_lld_coff.a(LTO.cpp.o) | |
"llvm::opt::Arg::getAsString(llvm::opt::ArgList const&) const", referenced from: | |
lld::mach_o::parse(llvm::ArrayRef<char const*>, lld::MachOLinkingContext&, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
"llvm::opt::Option::matches(llvm::opt::OptSpecifier) const", referenced from: | |
llvm::opt::arg_iterator<llvm::opt::Arg* const*, 3u>::SkipToNextArg() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::opt::arg_iterator<llvm::opt::Arg* const*, 1u>::SkipToNextArg() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::opt::arg_iterator<llvm::opt::Arg* const*, 2u>::SkipToNextArg() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::opt::arg_iterator<llvm::opt::Arg* const*, 1u>::SkipToNextArg() in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::opt::arg_iterator<llvm::opt::Arg* const*, 3u>::SkipToNextArg() in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::opt::arg_iterator<llvm::opt::Arg* const*, 2u>::SkipToNextArg() in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::opt::arg_iterator<llvm::opt::Arg* const*, 1u>::SkipToNextArg() in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
... | |
"llvm::opt::ArgList::getLastArgValue(llvm::opt::OptSpecifier, llvm::StringRef) const", referenced from: | |
lld::elf::LinkerDriver::readConfigs(llvm::opt::InputArgList&) in libembedded_lld_elf.a(Driver.cpp.o) | |
getCompressDebugSections(llvm::opt::InputArgList&) in libembedded_lld_elf.a(Driver.cpp.o) | |
getOrphanHandling(llvm::opt::InputArgList&) in libembedded_lld_elf.a(Driver.cpp.o) | |
getSortSection(llvm::opt::InputArgList&) in libembedded_lld_elf.a(Driver.cpp.o) | |
getTarget2(llvm::opt::InputArgList&) in libembedded_lld_elf.a(Driver.cpp.o) | |
"llvm::opt::ArgList::hasFlag(llvm::opt::OptSpecifier, llvm::opt::OptSpecifier, bool) const", referenced from: | |
lld::elf::LinkerDriver::readConfigs(llvm::opt::InputArgList&) in libembedded_lld_elf.a(Driver.cpp.o) | |
getUnresolvedSymbolPolicy(llvm::opt::InputArgList&) in libembedded_lld_elf.a(Driver.cpp.o) | |
lld::coff::LinkerDriver::link(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::ArgParser::parse(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::opt::ArgList::getRange(std::initializer_list<llvm::opt::OptSpecifier>) const", referenced from: | |
llvm::iterator_range<llvm::opt::arg_iterator<llvm::opt::Arg* const*, sizeof...(lld::elf::$_2, lld::elf::$_2)> > llvm::opt::ArgList::filtered<lld::elf::$_2, lld::elf::$_2>(lld::elf::$_2, lld::elf::$_2) const in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::iterator_range<llvm::opt::arg_iterator<llvm::opt::Arg* const*, sizeof...(lld::elf::$_2)> > llvm::opt::ArgList::filtered<lld::elf::$_2>(lld::elf::$_2) const in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::iterator_range<llvm::opt::arg_iterator<llvm::opt::Arg* const*, sizeof...(lld::elf::$_2, lld::elf::$_2, lld::elf::$_2)> > llvm::opt::ArgList::filtered<lld::elf::$_2, lld::elf::$_2, lld::elf::$_2>(lld::elf::$_2, lld::elf::$_2, lld::elf::$_2) const in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::iterator_range<llvm::opt::arg_iterator<llvm::opt::Arg* const*, sizeof...(lld::coff::$_6)> > llvm::opt::ArgList::filtered<lld::coff::$_6>(lld::coff::$_6) const in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::iterator_range<llvm::opt::arg_iterator<llvm::opt::Arg* const*, sizeof...(lld::coff::$_6, lld::coff::$_6)> > llvm::opt::ArgList::filtered<lld::coff::$_6, lld::coff::$_6>(lld::coff::$_6, lld::coff::$_6) const in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::iterator_range<llvm::opt::arg_iterator<llvm::opt::Arg* const*, sizeof...(lld::coff::$_6, lld::coff::$_6, lld::coff::$_6)> > llvm::opt::ArgList::filtered<lld::coff::$_6, lld::coff::$_6, lld::coff::$_6>(lld::coff::$_6, lld::coff::$_6, lld::coff::$_6) const in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::iterator_range<llvm::opt::arg_iterator<llvm::opt::Arg* const*, sizeof...((anonymous namespace)::$_0)> > llvm::opt::ArgList::filtered<(anonymous namespace)::$_0>((anonymous namespace)::$_0) const in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
... | |
"llvm::opt::OptTable::ParseArgs(llvm::ArrayRef<char const*>, unsigned int&, unsigned int&, unsigned int, unsigned int) const", referenced from: | |
lld::mach_o::parse(llvm::ArrayRef<char const*>, lld::MachOLinkingContext&, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
lld::elf::ELFOptTable::parse(llvm::ArrayRef<char const*>) in libembedded_lld_elf.a(DriverUtils.cpp.o) | |
lld::coff::ArgParser::parse(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
lld::coff::ArgParser::parseDirectives(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::opt::OptTable::PrintHelp(llvm::raw_ostream&, char const*, char const*, bool, bool) const", referenced from: | |
lld::mach_o::parse(llvm::ArrayRef<char const*>, lld::MachOLinkingContext&, llvm::raw_ostream&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
lld::elf::printHelp(char const*) in libembedded_lld_elf.a(DriverUtils.cpp.o) | |
lld::coff::printHelp(char const*) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::opt::OptTable::getOption(llvm::opt::OptSpecifier) const", referenced from: | |
llvm::opt::Option::getAlias() const in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::opt::Option::getAlias() const in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::opt::Option::getAlias() const in libembedded_lld_elf.a(DriverUtils.cpp.o) | |
"llvm::pdb::InfoStream::getGuid() const", referenced from: | |
tryToLoadPDB(llvm::codeview::GUID const&, llvm::StringRef) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::sys::fs::basic_file_status::getLastModificationTime() const", referenced from: | |
(anonymous namespace)::Util::synthesizeDebugNotes(lld::mach_o::normalized::NormalizedFile&) in libembedded_lld_lib.a(MachONormalizedFileFromAtoms.cpp.o) | |
"llvm::APInt::countLeadingZerosSlowCase() const", referenced from: | |
llvm::APInt::countLeadingZeros() const in translate_c.cpp.o | |
"llvm::Twine::toNullTerminatedStringRef(llvm::SmallVectorImpl<char>&) const", referenced from: | |
lld::MachOLinkingContext::demangle(llvm::StringRef) const in libembedded_lld_lib.a(MachOLinkingContext.cpp.o) | |
"llvm::Twine::str() const", referenced from: | |
lld::toString(llvm::Twine const&) in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::StringSaver::save(llvm::Twine const&) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::getMapFile(llvm::opt::InputArgList const&) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::getOutputPath(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::toString(llvm::Twine const&) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::File::path() const in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
lld::File::path() const in libembedded_lld_lib.a(SymbolTable.cpp.o) | |
... | |
"llvm::Twine::print(llvm::raw_ostream&) const", referenced from: | |
llvm::operator<<(llvm::raw_ostream&, llvm::Twine const&) in libembedded_lld_lib.a(ErrorHandler.cpp.o) | |
llvm::operator<<(llvm::raw_ostream&, llvm::Twine const&) in libembedded_lld_lib.a(Resolver.cpp.o) | |
"llvm::Twine::toVector(llvm::SmallVectorImpl<char>&) const", referenced from: | |
llvm::Twine::toStringRef(llvm::SmallVectorImpl<char>&) const in libembedded_lld_elf.a(ScriptParser.cpp.o) | |
"llvm::Triple::isArch64Bit() const", referenced from: | |
getBitcodeELFKind(llvm::Triple const&) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
"llvm::Triple::isLittleEndian() const", referenced from: | |
getBitcodeELFKind(llvm::Triple const&) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
"llvm::object::ExportEntry::name() const", referenced from: | |
lld::mach_o::normalized::readBinary(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >&, lld::MachOLinkingContext::Arch) in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o) | |
"llvm::object::ExportEntry::flags() const", referenced from: | |
lld::mach_o::normalized::readBinary(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >&, lld::MachOLinkingContext::Arch) in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o) | |
"llvm::object::ExportEntry::other() const", referenced from: | |
lld::mach_o::normalized::readBinary(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >&, lld::MachOLinkingContext::Arch) in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o) | |
"llvm::object::ExportEntry::address() const", referenced from: | |
lld::mach_o::normalized::readBinary(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >&, lld::MachOLinkingContext::Arch) in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o) | |
"llvm::object::ExportEntry::otherName() const", referenced from: | |
lld::mach_o::normalized::readBinary(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >&, lld::MachOLinkingContext::Arch) in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o) | |
"llvm::object::ExportEntry::operator==(llvm::object::ExportEntry const&) const", referenced from: | |
llvm::object::content_iterator<llvm::object::ExportEntry>::operator==(llvm::object::content_iterator<llvm::object::ExportEntry> const&) const in libembedded_lld_lib.a(MachONormalizedFileBinaryReader.cpp.o) | |
"llvm::object::COFFObjectFile::getSection(int, llvm::object::coff_section const*&) const", referenced from: | |
lld::coff::ObjFile::initializeChunks() in libembedded_lld_coff.a(InputFiles.cpp.o) | |
lld::coff::ObjFile::readSection(unsigned int, llvm::object::coff_aux_section_definition const*) in libembedded_lld_coff.a(InputFiles.cpp.o) | |
"llvm::object::COFFObjectFile::getSymbolName(llvm::object::COFFSymbolRef, llvm::StringRef&) const", referenced from: | |
lld::coff::ObjFile::createRegular(llvm::object::COFFSymbolRef) in libembedded_lld_coff.a(InputFiles.cpp.o) | |
lld::coff::ObjFile::createUndefined(llvm::object::COFFSymbolRef) in libembedded_lld_coff.a(InputFiles.cpp.o) | |
lld::coff::ObjFile::createDefined(llvm::object::COFFSymbolRef, std::__1::vector<llvm::object::coff_aux_section_definition const*, std::__1::allocator<llvm::object::coff_aux_section_definition const*> >&) in libembedded_lld_coff.a(InputFiles.cpp.o) | |
lld::coff::SectionChunk::writeTo(unsigned char*) const in libembedded_lld_coff.a(Chunks.cpp.o) | |
"llvm::object::COFFObjectFile::getSymbolName(llvm::object::coff_symbol_generic const*, llvm::StringRef&) const", referenced from: | |
lld::coff::Symbol::getName() in libembedded_lld_coff.a(Symbols.cpp.o) | |
"llvm::object::COFFObjectFile::getRelocations(llvm::object::coff_section const*) const", referenced from: | |
lld::coff::SectionChunk::SectionChunk(lld::coff::ObjFile*, llvm::object::coff_section const*) in libembedded_lld_coff.a(Chunks.cpp.o) | |
"llvm::object::COFFObjectFile::getSectionName(llvm::object::coff_section const*, llvm::StringRef&) const", referenced from: | |
lld::coff::ObjFile::readSection(unsigned int, llvm::object::coff_aux_section_definition const*) in libembedded_lld_coff.a(InputFiles.cpp.o) | |
lld::coff::SectionChunk::SectionChunk(lld::coff::ObjFile*, llvm::object::coff_section const*) in libembedded_lld_coff.a(Chunks.cpp.o) | |
"llvm::object::COFFObjectFile::getDebugPDBInfo(llvm::codeview::DebugInfo const*&, llvm::StringRef&) const", referenced from: | |
loadExistingBuildId(llvm::StringRef) in libembedded_lld_coff.a(Writer.cpp.o) | |
"llvm::object::COFFObjectFile::getSectionContents(llvm::object::coff_section const*, llvm::ArrayRef<unsigned char>&) const", referenced from: | |
lld::coff::ObjFile::readSection(unsigned int, llvm::object::coff_aux_section_definition const*) in libembedded_lld_coff.a(InputFiles.cpp.o) | |
lld::coff::SectionChunk::getContents() const in libembedded_lld_coff.a(Chunks.cpp.o) | |
"llvm::object::Binary::getFileName() const", referenced from: | |
lld::coff::getArchiveMembers(llvm::object::Archive*) in libembedded_lld_coff.a(InputFiles.cpp.o) | |
lld::coff::getArchiveMembers(llvm::object::Archive*)::$_2::operator()() const in libembedded_lld_coff.a(InputFiles.cpp.o) | |
lld::coff::getArchiveMembers(llvm::object::Archive*)::$_3::operator()() const in libembedded_lld_coff.a(InputFiles.cpp.o) | |
lld::(anonymous namespace)::FileArchive::buildTableOfContents() in libembedded_lld_lib.a(FileArchive.cpp.o) | |
lld::(anonymous namespace)::FileArchive::instantiateMember(llvm::object::Archive::Child, std::__1::unique_ptr<lld::File, std::__1::default_delete<lld::File> >&) const in libembedded_lld_lib.a(FileArchive.cpp.o) | |
"llvm::object::Binary::getMemoryBufferRef() const", referenced from: | |
lld::elf::ArchiveFile::ArchiveFile(std::__1::unique_ptr<llvm::object::Archive, std::__1::default_delete<llvm::object::Archive> >&&) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
loadExistingBuildId(llvm::StringRef) in libembedded_lld_coff.a(Writer.cpp.o) | |
"llvm::object::Archive::symbol_end() const", referenced from: | |
llvm::object::Archive::symbols() const in libembedded_lld_elf.a(InputFiles.cpp.o) | |
llvm::object::Archive::symbols() const in libembedded_lld_coff.a(InputFiles.cpp.o) | |
llvm::object::Archive::symbols() const in libembedded_lld_lib.a(FileArchive.cpp.o) | |
"llvm::object::Archive::child_begin(llvm::Error&, bool) const", referenced from: | |
llvm::object::Archive::children(llvm::Error&, bool) const in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::object::Archive::children(llvm::Error&, bool) const in libembedded_lld_coff.a(InputFiles.cpp.o) | |
lld::(anonymous namespace)::FileArchive::parseAllMembers(std::__1::vector<std::__1::unique_ptr<lld::File, std::__1::default_delete<lld::File> >, std::__1::allocator<std::__1::unique_ptr<lld::File, std::__1::default_delete<lld::File> > > >&) in libembedded_lld_lib.a(FileArchive.cpp.o) | |
"llvm::object::Archive::symbol_begin() const", referenced from: | |
llvm::object::Archive::symbols() const in libembedded_lld_elf.a(InputFiles.cpp.o) | |
llvm::object::Archive::symbols() const in libembedded_lld_coff.a(InputFiles.cpp.o) | |
llvm::object::Archive::symbols() const in libembedded_lld_lib.a(FileArchive.cpp.o) | |
"llvm::object::Archive::hasSymbolTable() const", referenced from: | |
lld::elf::LinkerDriver::addFile(llvm::StringRef, bool) in libembedded_lld_elf.a(Driver.cpp.o) | |
"llvm::object::Archive::getNumberOfSymbols() const", referenced from: | |
void lld::elf::ArchiveFile::parse<llvm::object::ELFType<(llvm::support::endianness)1, false> >() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
void lld::elf::ArchiveFile::parse<llvm::object::ELFType<(llvm::support::endianness)0, false> >() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
void lld::elf::ArchiveFile::parse<llvm::object::ELFType<(llvm::support::endianness)1, true> >() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
void lld::elf::ArchiveFile::parse<llvm::object::ELFType<(llvm::support::endianness)0, true> >() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
"llvm::object::Archive::Child::getFullName() const", referenced from: | |
getArchiveMembers(llvm::MemoryBufferRef) in libembedded_lld_elf.a(Driver.cpp.o) | |
lld::coff::LinkerDriver::enqueueArchiveMember(llvm::object::Archive::Child const&, llvm::StringRef, llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::elf::ArchiveFile::getMember(llvm::object::Archive::Symbol const*) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
"llvm::object::Archive::Child::getChildOffset() const", referenced from: | |
getArchiveMembers(llvm::MemoryBufferRef) in libembedded_lld_elf.a(Driver.cpp.o) | |
lld::elf::ArchiveFile::getMember(llvm::object::Archive::Symbol const*) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::coff::ArchiveFile::addMember(llvm::object::Archive::Symbol const*) in libembedded_lld_coff.a(InputFiles.cpp.o) | |
"llvm::object::Archive::Child::getMemoryBufferRef() const", referenced from: | |
getArchiveMembers(llvm::MemoryBufferRef) in libembedded_lld_elf.a(Driver.cpp.o) | |
lld::coff::LinkerDriver::enqueueArchiveMember(llvm::object::Archive::Child const&, llvm::StringRef, llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::elf::ArchiveFile::getMember(llvm::object::Archive::Symbol const*) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::coff::getArchiveMembers(llvm::object::Archive*) in libembedded_lld_coff.a(InputFiles.cpp.o) | |
lld::(anonymous namespace)::FileArchive::instantiateMember(llvm::object::Archive::Child, std::__1::unique_ptr<lld::File, std::__1::default_delete<lld::File> >&) const in libembedded_lld_lib.a(FileArchive.cpp.o) | |
"llvm::object::Archive::Child::getNext() const", referenced from: | |
llvm::object::Archive::child_iterator::operator++() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::object::Archive::child_iterator::operator++() in libembedded_lld_coff.a(InputFiles.cpp.o) | |
llvm::object::Archive::child_iterator::operator++() in libembedded_lld_lib.a(FileArchive.cpp.o) | |
"llvm::object::Archive::Child::getBuffer() const", referenced from: | |
lld::(anonymous namespace)::FileArchive::find(llvm::StringRef) in libembedded_lld_lib.a(FileArchive.cpp.o) | |
lld::(anonymous namespace)::FileArchive::buildTableOfContents() in libembedded_lld_lib.a(FileArchive.cpp.o) | |
"llvm::object::Archive::Symbol::getName() const", referenced from: | |
void lld::elf::ArchiveFile::parse<llvm::object::ELFType<(llvm::support::endianness)1, false> >() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
void lld::elf::ArchiveFile::parse<llvm::object::ELFType<(llvm::support::endianness)0, false> >() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
void lld::elf::ArchiveFile::parse<llvm::object::ELFType<(llvm::support::endianness)1, true> >() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
void lld::elf::ArchiveFile::parse<llvm::object::ELFType<(llvm::support::endianness)0, true> >() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ArchiveFile::getMember(llvm::object::Archive::Symbol const*)::$_0::operator()() const in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ArchiveFile::getMember(llvm::object::Archive::Symbol const*)::$_1::operator()() const in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::LazyArchive::LazyArchive(lld::elf::InputFile&, llvm::object::Archive::Symbol, unsigned char) in libembedded_lld_elf.a(SymbolTable.cpp.o) | |
... | |
"llvm::object::Archive::Symbol::getNext() const", referenced from: | |
llvm::object::Archive::symbol_iterator::operator++() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
llvm::object::Archive::symbol_iterator::operator++() in libembedded_lld_coff.a(InputFiles.cpp.o) | |
llvm::object::Archive::symbol_iterator::operator++() in libembedded_lld_lib.a(FileArchive.cpp.o) | |
"llvm::object::Archive::Symbol::getMember() const", referenced from: | |
lld::elf::ArchiveFile::getMember(llvm::object::Archive::Symbol const*) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::coff::ArchiveFile::addMember(llvm::object::Archive::Symbol const*) in libembedded_lld_coff.a(InputFiles.cpp.o) | |
lld::(anonymous namespace)::FileArchive::buildTableOfContents() in libembedded_lld_lib.a(FileArchive.cpp.o) | |
"llvm::object::Archive::isEmpty() const", referenced from: | |
lld::elf::LinkerDriver::addFile(llvm::StringRef, bool) in libembedded_lld_elf.a(Driver.cpp.o) | |
"llvm::object::Archive::child_end() const", referenced from: | |
llvm::object::Archive::children(llvm::Error&, bool) const in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::object::Archive::child_iterator::operator++() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::object::Archive::children(llvm::Error&, bool) const in libembedded_lld_coff.a(InputFiles.cpp.o) | |
llvm::object::Archive::child_iterator::operator++() in libembedded_lld_coff.a(InputFiles.cpp.o) | |
lld::(anonymous namespace)::FileArchive::parseAllMembers(std::__1::vector<std::__1::unique_ptr<lld::File, std::__1::default_delete<lld::File> >, std::__1::allocator<std::__1::unique_ptr<lld::File, std::__1::default_delete<lld::File> > > >&) in libembedded_lld_lib.a(FileArchive.cpp.o) | |
llvm::object::Archive::child_iterator::operator++() in libembedded_lld_lib.a(FileArchive.cpp.o) | |
"llvm::DWARFDie::find(llvm::dwarf::Attribute) const", referenced from: | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, false> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, false> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)1, true> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
lld::elf::ObjFile<llvm::object::ELFType<(llvm::support::endianness)0, true> >::initializeDwarf() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
"llvm::DebugLoc::get() const", referenced from: | |
_ZigLLVMGetDebugLoc in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::Function::getContext() const", referenced from: | |
_ZigLLVMAddFunctionAttr in libzig_cpp.a(zig_llvm.cpp.o) | |
_ZigLLVMAddFunctionAttrCold in libzig_cpp.a(zig_llvm.cpp.o) | |
"llvm::codeview::DebugSubsectionRecord::getRecordData() const", referenced from: | |
(anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::DebugSubsectionRecord::getRecordLength() const", referenced from: | |
llvm::VarStreamArrayExtractor<llvm::codeview::DebugSubsectionRecord>::operator()(llvm::BinaryStreamRef, unsigned int&, llvm::codeview::DebugSubsectionRecord&) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::DebugSubsectionRecord::kind() const", referenced from: | |
(anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::codeview::DebugStringTableSubsectionRef::getString(unsigned int) const", referenced from: | |
(anonymous namespace)::PDBLinker::addObjFile(lld::coff::ObjFile*) in libembedded_lld_coff.a(PDB.cpp.o) | |
"llvm::StringRef::find_last_of(llvm::StringRef, unsigned long) const", referenced from: | |
lld::coff::getOutputPath(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o) | |
getBasename(llvm::StringRef) in libembedded_lld_coff.a(InputFiles.cpp.o) | |
"llvm::StringRef::compare_lower(llvm::StringRef) const", referenced from: | |
llvm::StringRef::equals_lower(llvm::StringRef) const in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::StringRef::equals_lower(llvm::StringRef) const in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::StringRef::find_first_of(llvm::StringRef, unsigned long) const", referenced from: | |
getExcludeLibs(llvm::opt::InputArgList&) in libembedded_lld_elf.a(Driver.cpp.o) | |
lld::coff::LinkerDriver::doFindFile(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o) | |
hasWildcard(llvm::StringRef) in libembedded_lld_elf.a(ScriptParser.cpp.o) | |
lld::elf::ScriptLexer::getLine() in libembedded_lld_elf.a(ScriptLexer.cpp.o) | |
tokenizeExpr(llvm::StringRef) in libembedded_lld_elf.a(ScriptLexer.cpp.o) | |
"llvm::StringRef::endswith_lower(llvm::StringRef) const", referenced from: | |
lld::coff::LinkerDriver::findFile(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o) | |
parseInt(llvm::StringRef) in libembedded_lld_elf.a(ScriptParser.cpp.o) | |
"llvm::StringRef::find_last_not_of(llvm::StringRef, unsigned long) const", referenced from: | |
llvm::StringRef::rtrim(llvm::StringRef) const in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
llvm::StringRef::rtrim(llvm::StringRef) const in libembedded_lld_lib.a(Args.cpp.o) | |
llvm::StringRef::rtrim(llvm::StringRef) const in libembedded_lld_coff.a(SymbolTable.cpp.o) | |
llvm::StringRef::rtrim(llvm::StringRef) const in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
"llvm::StringRef::startswith_lower(llvm::StringRef) const", referenced from: | |
parseNumberBase16(llvm::StringRef, unsigned long long&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
parseInt(llvm::StringRef) in libembedded_lld_elf.a(ScriptParser.cpp.o) | |
lld::coff::parseManifest(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
lld::coff::parseManifestUAC(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
"llvm::StringRef::find_first_not_of(llvm::StringRef, unsigned long) const", referenced from: | |
llvm::StringRef::ltrim(llvm::StringRef) const in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
llvm::StringRef::ltrim(llvm::StringRef) const in libembedded_lld_lib.a(Args.cpp.o) | |
llvm::StringRef::ltrim(llvm::StringRef) const in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
llvm::StringRef::ltrim(llvm::StringRef) const in libembedded_lld_coff.a(SymbolTable.cpp.o) | |
llvm::yaml::isNumber(llvm::StringRef) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::StringRef::ltrim(llvm::StringRef) const in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
lld::elf::ScriptLexer::tokenize(llvm::MemoryBufferRef) in libembedded_lld_elf.a(ScriptLexer.cpp.o) | |
... | |
"llvm::StringRef::find(llvm::StringRef, unsigned long) const", referenced from: | |
lld::coff::isDecorated(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o) | |
getRepositoryPath() in libembedded_lld_lib.a(Version.cpp.o) | |
compareVersion(lld::elf::Symbol*, llvm::StringRef) in libembedded_lld_elf.a(SymbolTable.cpp.o) | |
llvm::StringRef::split(llvm::StringRef) const in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
lld::coff::parseExport(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
llvm::yaml::ScalarTraits<lld::DefinedAtom::Alignment>::input(llvm::StringRef, void*, lld::DefinedAtom::Alignment&) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
lld::elf::ScriptLexer::tokenize(llvm::MemoryBufferRef) in libembedded_lld_elf.a(ScriptLexer.cpp.o) | |
... | |
"llvm::StringRef::lower() const", referenced from: | |
lld::coff::LinkerDriver::link(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::LinkerDriver::findLib(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::LinkerDriver::findFile(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::parseDebugType(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o) | |
(anonymous namespace)::ScriptParser::readMemoryAttributes() in libembedded_lld_elf.a(ScriptParser.cpp.o) | |
lld::coff::getMachineType(llvm::StringRef) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
lld::coff::parseSubsystem(llvm::StringRef, llvm::COFF::WindowsSubsystem*, unsigned int*, unsigned int*) in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
... | |
"llvm::StringRef::split(llvm::SmallVectorImpl<llvm::StringRef>&, char, int, bool) const", referenced from: | |
lld::coff::LinkerDriver::link(llvm::ArrayRef<char const*>) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::coff::parseDebugType(llvm::StringRef) in libembedded_lld_coff.a(Driver.cpp.o) | |
lld::args::getLines(llvm::MemoryBufferRef) in libembedded_lld_lib.a(Args.cpp.o) | |
"clang::ASTContext::getPointerType(clang::QualType) const", referenced from: | |
get_expr_qual_type(Context*, clang::Expr const*) in translate_c.cpp.o | |
"clang::RecordDecl::field_begin() const", referenced from: | |
resolve_record_decl(Context*, clang::RecordDecl const*) in translate_c.cpp.o | |
"clang::ReturnStmt::getRetValue() const", referenced from: | |
trans_return_stmt(Context*, TransScope*, clang::ReturnStmt const*) in translate_c.cpp.o | |
"clang::DeclContext::decls_begin() const", referenced from: | |
clang::EnumDecl::enumerator_begin() const in translate_c.cpp.o | |
"clang::FunctionDecl::getNumParams() const", referenced from: | |
clang::FunctionDecl::getParamDecl(unsigned int) const in translate_c.cpp.o | |
"clang::FullSourceLoc::getSpellingLineNumber(bool*) const", referenced from: | |
parse_h_file(ImportTableEntry*, ZigList<ErrorMsg*>*, char const*, CodeGen*, AstNode*) in translate_c.cpp.o | |
"clang::FullSourceLoc::getSpellingColumnNumber(bool*) const", referenced from: | |
parse_h_file(ImportTableEntry*, ZigList<ErrorMsg*>*, char const*, CodeGen*, AstNode*) in translate_c.cpp.o | |
"clang::FullSourceLoc::getFileID() const", referenced from: | |
parse_h_file(ImportTableEntry*, ZigList<ErrorMsg*>*, char const*, CodeGen*, AstNode*) in translate_c.cpp.o | |
"clang::SourceManager::getBufferData(clang::FileID, bool*) const", referenced from: | |
parse_h_file(ImportTableEntry*, ZigList<ErrorMsg*>*, char const*, CodeGen*, AstNode*) in translate_c.cpp.o | |
"clang::SourceManager::getFileIDSlow(unsigned int) const", referenced from: | |
clang::SourceManager::getFileID(clang::SourceLocation) const in translate_c.cpp.o | |
"clang::SourceManager::loadSLocEntry(unsigned int, bool*) const", referenced from: | |
clang::SourceManager::getLoadedSLocEntry(unsigned int, bool*) const in translate_c.cpp.o | |
"clang::SourceManager::getCharacterData(clang::SourceLocation, bool*) const", referenced from: | |
process_preprocessor_entities(Context*, clang::ASTUnit&) in translate_c.cpp.o | |
"clang::SourceManager::getSpellingLineNumber(clang::SourceLocation, bool*) const", referenced from: | |
emit_warning(Context*, clang::SourceLocation const&, char const*, ...) in translate_c.cpp.o | |
"clang::SourceManager::getSpellingLocSlowCase(clang::SourceLocation) const", referenced from: | |
clang::SourceManager::getSpellingLoc(clang::SourceLocation) const in translate_c.cpp.o | |
"clang::SourceManager::getSpellingColumnNumber(clang::SourceLocation, bool*) const", referenced from: | |
emit_warning(Context*, clang::SourceLocation const&, char const*, ...) in translate_c.cpp.o | |
"clang::Decl::getDeclKindName() const", referenced from: | |
decl_visitor(void*, clang::Decl const*) in translate_c.cpp.o | |
"clang::Expr::getExprLoc() const", referenced from: | |
trans_implicit_cast_expr(Context*, TransScope*, clang::ImplicitCastExpr const*) in translate_c.cpp.o | |
"clang::Expr::EvaluateAsInt(llvm::APSInt&, clang::ASTContext const&, clang::Expr::SideEffectsKind) const", referenced from: | |
trans_integer_literal(Context*, clang::IntegerLiteral const*) in translate_c.cpp.o | |
"clang::Stmt::getLocStart() const", referenced from: | |
trans_stmt_extra(Context*, TransScope*, clang::Stmt const*, ResultUsed, TransLRValue, AstNode**, TransScope**, TransScope**) in translate_c.cpp.o | |
clang::BinaryOperator::getLocStart() const in translate_c.cpp.o | |
trans_create_shift_op(Context*, TransScope*, clang::QualType, clang::Expr*, BinOpType, clang::Expr*) in translate_c.cpp.o | |
trans_bool_expr(Context*, ResultUsed, TransScope*, clang::Expr const*, TransLRValue) in translate_c.cpp.o | |
trans_create_compound_assign_shift(Context*, ResultUsed, TransScope*, clang::CompoundAssignOperator const*, BinOpType, BinOpType) in translate_c.cpp.o | |
get_expr_type(Context*, clang::Expr const*) in translate_c.cpp.o | |
clang::ImplicitCastExpr::getLocStart() const in translate_c.cpp.o | |
... | |
"clang::Type::getTypeClassName() const", referenced from: | |
trans_type(Context*, clang::Type const*, clang::SourceLocation const&) in translate_c.cpp.o | |
"clang::Type::getLocallyUnqualifiedSingleStepDesugaredType() const", referenced from: | |
trans_ap_value(Context*, clang::APValue*, clang::QualType, clang::SourceLocation const&) in translate_c.cpp.o | |
"clang::APValue::getLValueBase() const", referenced from: | |
trans_ap_value(Context*, clang::APValue*, clang::QualType, clang::SourceLocation const&) in translate_c.cpp.o | |
"clang::ASTUnit::getLocalPreprocessingEntities() const", referenced from: | |
process_preprocessor_entities(Context*, clang::ASTUnit&) in translate_c.cpp.o | |
"clang::TagDecl::getDefinition() const", referenced from: | |
clang::EnumDecl::getDefinition() const in translate_c.cpp.o | |
clang::RecordDecl::getDefinition() const in translate_c.cpp.o | |
"clang::TagType::getDecl() const", referenced from: | |
clang::RecordType::getDecl() const in translate_c.cpp.o | |
clang::EnumType::getDecl() const in translate_c.cpp.o | |
"clang::VarDecl::getTLSKind() const", referenced from: | |
visit_var_decl(Context*, clang::VarDecl const*) in translate_c.cpp.o | |
"clang::VarDecl::evaluateValue() const", referenced from: | |
visit_var_decl(Context*, clang::VarDecl const*) in translate_c.cpp.o | |
"clang::VarDecl::hasInit() const", referenced from: | |
visit_var_decl(Context*, clang::VarDecl const*) in translate_c.cpp.o | |
trans_local_declaration(Context*, TransScope*, clang::DeclStmt const*, AstNode**, TransScope**) in translate_c.cpp.o | |
"vtable for llvm::raw_ostream", referenced from: | |
llvm::raw_ostream::raw_ostream(bool) in libzig_cpp.a(zig_llvm.cpp.o) | |
llvm::raw_ostream::raw_ostream(bool) in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::raw_ostream::raw_ostream(bool) in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::raw_ostream::raw_ostream(bool) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
llvm::raw_ostream::raw_ostream(bool) in libembedded_lld_lib.a(Error.cpp.o) | |
llvm::raw_ostream::raw_ostream(bool) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
llvm::raw_ostream::raw_ostream(bool) in libembedded_lld_elf.a(DriverUtils.cpp.o) | |
... | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::ErrorInfoBase", referenced from: | |
llvm::ErrorInfoBase::ErrorInfoBase() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::ErrorInfoBase::ErrorInfoBase() in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::ErrorInfoBase::ErrorInfoBase() in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
llvm::ErrorInfoBase::ErrorInfoBase() in libembedded_lld_lib.a(Error.cpp.o) | |
llvm::ErrorInfoBase::ErrorInfoBase() in libembedded_lld_elf.a(InputFiles.cpp.o) | |
llvm::ErrorInfoBase::ErrorInfoBase() in libembedded_lld_elf.a(Writer.cpp.o) | |
llvm::ErrorInfoBase::ErrorInfoBase() in libembedded_lld_elf.a(InputSection.cpp.o) | |
... | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::format_object_base", referenced from: | |
llvm::format_object_base::format_object_base(char const*) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
llvm::format_object_base::format_object_base(char const*) in libembedded_lld_lib.a(FileArchive.cpp.o) | |
llvm::format_object_base::format_object_base(char const*) in libembedded_lld_lib.a(ReaderWriterYAML.cpp.o) | |
llvm::format_object_base::format_object_base(char const*) in libembedded_lld_lib.a(Resolver.cpp.o) | |
llvm::format_object_base::format_object_base(char const*) in libembedded_lld_elf.a(MapFile.cpp.o) | |
llvm::format_object_base::format_object_base(char const*) in libembedded_lld_coff.a(MapFile.cpp.o) | |
llvm::format_object_base::format_object_base(char const*) in libembedded_lld_lib.a(MachONormalizedFileToAtoms.cpp.o) | |
... | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::raw_string_ostream", referenced from: | |
llvm::raw_string_ostream::raw_string_ostream(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::raw_string_ostream::raw_string_ostream(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::raw_string_ostream::raw_string_ostream(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
llvm::raw_string_ostream::raw_string_ostream(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) in libembedded_lld_lib.a(Error.cpp.o) | |
llvm::raw_string_ostream::raw_string_ostream(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
llvm::raw_string_ostream::raw_string_ostream(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) in libembedded_lld_elf.a(Writer.cpp.o) | |
llvm::raw_string_ostream::raw_string_ostream(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) in libembedded_lld_elf.a(InputSection.cpp.o) | |
... | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::raw_svector_ostream", referenced from: | |
llvm::raw_svector_ostream::raw_svector_ostream(llvm::SmallVectorImpl<char>&) in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::raw_svector_ostream::raw_svector_ostream(llvm::SmallVectorImpl<char>&) in libembedded_lld_elf.a(DriverUtils.cpp.o) | |
llvm::raw_svector_ostream::raw_svector_ostream(llvm::SmallVectorImpl<char>&) in libembedded_lld_elf.a(SyntheticSections.cpp.o) | |
llvm::raw_svector_ostream::raw_svector_ostream(llvm::SmallVectorImpl<char>&) in libembedded_lld_elf.a(LTO.cpp.o) | |
llvm::raw_svector_ostream::raw_svector_ostream(llvm::SmallVectorImpl<char>&) in libembedded_lld_coff.a(LTO.cpp.o) | |
llvm::raw_svector_ostream::raw_svector_ostream(llvm::SmallVectorImpl<char>&) in libembedded_lld_lib.a(MachONormalizedFileBinaryWriter.cpp.o) | |
llvm::raw_svector_ostream::raw_svector_ostream(llvm::SmallVectorImpl<char>&) in libembedded_lld_lib.a(MachONormalizedFileFromAtoms.cpp.o) | |
... | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::DiagnosticPrinterRawOStream", referenced from: | |
llvm::DiagnosticPrinterRawOStream::DiagnosticPrinterRawOStream(llvm::raw_ostream&) in libembedded_lld_elf.a(LTO.cpp.o) | |
llvm::DiagnosticPrinterRawOStream::DiagnosticPrinterRawOStream(llvm::raw_ostream&) in libembedded_lld_coff.a(LTO.cpp.o) | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::cl::OptionValue<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >", referenced from: | |
llvm::cl::OptionValue<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::OptionValue() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::cl::GenericOptionValue", referenced from: | |
llvm::cl::GenericOptionValue::GenericOptionValue() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::GenericOptionValue::GenericOptionValue(llvm::cl::GenericOptionValue const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::cl::generic_parser_base", referenced from: | |
llvm::cl::generic_parser_base::generic_parser_base(llvm::cl::Option&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >", referenced from: | |
llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::opt<char [11], llvm::cl::OptionHidden, llvm::cl::desc, llvm::cl::initializer<char [1]> >(char const (&) [11], llvm::cl::OptionHidden const&, llvm::cl::desc const&, llvm::cl::initializer<char [1]> const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::opt<char [6], llvm::cl::desc>(char const (&) [6], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::opt<char [5], llvm::cl::desc, llvm::cl::value_desc, llvm::cl::initializer<char [1]> >(char const (&) [5], llvm::cl::desc const&, llvm::cl::value_desc const&, llvm::cl::initializer<char [1]> const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false, llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::opt<char [10], llvm::cl::OptionHidden, llvm::cl::desc, llvm::cl::initializer<char [1]> >(char const (&) [10], llvm::cl::OptionHidden const&, llvm::cl::desc const&, llvm::cl::initializer<char [1]> const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::cl::opt<bool, false, llvm::cl::parser<bool> >", referenced from: | |
llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [13], llvm::cl::desc>(char const (&) [13], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [30], llvm::cl::desc>(char const (&) [30], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [21], llvm::cl::desc>(char const (&) [21], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [14], llvm::cl::desc>(char const (&) [14], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [15], llvm::cl::desc>(char const (&) [15], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [8], llvm::cl::desc>(char const (&) [8], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [19], llvm::cl::desc>(char const (&) [19], llvm::cl::desc const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
... | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::cl::opt<int, false, llvm::cl::parser<int> >", referenced from: | |
llvm::cl::opt<int, false, llvm::cl::parser<int> >::opt<char [14], llvm::cl::desc, llvm::cl::initializer<int> >(char const (&) [14], llvm::cl::desc const&, llvm::cl::initializer<int> const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::cl::opt<unsigned int, false, llvm::cl::parser<unsigned int> >", referenced from: | |
llvm::cl::opt<unsigned int, false, llvm::cl::parser<unsigned int> >::opt<char [16], llvm::cl::desc, llvm::cl::initializer<int> >(char const (&) [16], llvm::cl::desc const&, llvm::cl::initializer<int> const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::cl::alias", referenced from: | |
llvm::cl::alias::alias<char [2], llvm::cl::desc, llvm::cl::aliasopt>(char const (&) [2], llvm::cl::desc const&, llvm::cl::aliasopt const&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::cl::Option", referenced from: | |
llvm::cl::Option::~Option() in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
llvm::cl::Option::Option(llvm::cl::NumOccurrencesFlag, llvm::cl::OptionHidden) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >", referenced from: | |
llvm::cl::parser<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::parser(llvm::cl::Option&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::cl::parser<bool>", referenced from: | |
llvm::cl::parser<bool>::parser(llvm::cl::Option&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::cl::parser<int>", referenced from: | |
llvm::cl::parser<int>::parser(llvm::cl::Option&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::cl::parser<unsigned int>", referenced from: | |
llvm::cl::parser<unsigned int>::parser(llvm::cl::Option&) in libembedded_lld_lib.a(TargetOptionsCommandFlags.cpp.o) | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::opt::InputArgList", referenced from: | |
llvm::opt::InputArgList::~InputArgList() in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::opt::InputArgList::~InputArgList() in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::opt::InputArgList::~InputArgList() in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
llvm::opt::InputArgList::~InputArgList() in libembedded_lld_elf.a(DriverUtils.cpp.o) | |
llvm::opt::InputArgList::~InputArgList() in libembedded_lld_coff.a(DriverUtils.cpp.o) | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::codeview::SymbolSerializer", referenced from: | |
llvm::codeview::SymbolSerializer::~SymbolSerializer() in libembedded_lld_coff.a(PDB.cpp.o) | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::codeview::TypeRecordMapping", referenced from: | |
llvm::codeview::TypeRecordMapping::TypeRecordMapping(llvm::BinaryStreamReader&) in libembedded_lld_coff.a(PDB.cpp.o) | |
llvm::codeview::TypeRecordMapping::~TypeRecordMapping() in libembedded_lld_coff.a(PDB.cpp.o) | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::codeview::DebugSubsectionRef", referenced from: | |
llvm::codeview::DebugSubsectionRef::DebugSubsectionRef(llvm::codeview::DebugSubsectionKind) in libembedded_lld_coff.a(PDB.cpp.o) | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::codeview::SymbolRecordMapping", referenced from: | |
llvm::codeview::SymbolRecordMapping::~SymbolRecordMapping() in libembedded_lld_coff.a(PDB.cpp.o) | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::codeview::DebugStringTableSubsection", referenced from: | |
llvm::codeview::DebugStringTableSubsection::~DebugStringTableSubsection() in libembedded_lld_coff.a(PDB.cpp.o) | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for llvm::ErrorList", referenced from: | |
llvm::ErrorList::ErrorList(std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >, std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >) in libembedded_lld_elf.a(Driver.cpp.o) | |
llvm::ErrorList::ErrorList(std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >, std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >) in libembedded_lld_coff.a(Driver.cpp.o) | |
llvm::ErrorList::ErrorList(std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >, std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >) in libembedded_lld_lib.a(DarwinLdDriver.cpp.o) | |
llvm::ErrorList::ErrorList(std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >, std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >) in libembedded_lld_elf.a(InputFiles.cpp.o) | |
llvm::ErrorList::ErrorList(std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >, std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >) in libembedded_lld_elf.a(Writer.cpp.o) | |
llvm::ErrorList::ErrorList(std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >, std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >) in libembedded_lld_elf.a(InputSection.cpp.o) | |
llvm::ErrorList::ErrorList(std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >, std::__1::unique_ptr<llvm::ErrorInfoBase, std::__1::default_delete<llvm::ErrorInfoBase> >) in libembedded_lld_elf.a(MipsArchTree.cpp.o) | |
... | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
make[2]: *** [zig] Error 1 | |
make[1]: *** [CMakeFiles/zig.dir/all] Error 2 | |
make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment