Searched defs:contains_linker_annotations (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp34 Symbol(uint32_t symID, llvm::StringRef name, SymbolType type, bool external, bool is_debug, bool is_trampoline, bool is_artificial, const lldb::SectionSP &section_sp, addr_t offset, addr_t size, bool size_is_valid, bool contains_linker_annotations, uint32_t flags) argument
49 Symbol(uint32_t symID, const Mangled &mangled, SymbolType type, bool external, bool is_debug, bool is_trampoline, bool is_artificial, const AddressRange &range, bool size_is_valid, bool contains_linker_annotations, uint32_t flags) argument

Completed in 180 milliseconds