Searched defs:IsDynamic (Results 1 – 7 of 7) sorted by relevance
/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObjectDynamicValue.h |
|
H A D | ValueObjectSyntheticFilter.h |
|
H A D | ValueObject.h |
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 627 toSymbolIndex(StringRef S,StringRef LocSec,bool IsDynamic) toSymbolIndex() argument 1301 const bool IsDynamic = Section.Link && (*Section.Link == ".dynsym"); writeSectionContent() local
|
/llvm-project/lldb/source/API/ |
H A D | SBValue.cpp | 797 bool SBValue::IsDynamic() { IsDynamic() function in SBValue
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 538 void ELFDumper<ELFT>::printSymbolsHelper(bool IsDynamic, in printSymbolsHelper() argument 4261 printSymbol(const Elf_Sym & Symbol,unsigned SymIndex,DataRegion<Elf_Word> ShndxTable,std::optional<StringRef> StrTable,bool IsDynamic,bool NonVisibilityBitsUsed,bool ExtraSymInfo) const printSymbol() argument 7382 printSymbol(const Elf_Sym & Symbol,unsigned SymIndex,DataRegion<Elf_Word> ShndxTable,std::optional<StringRef> StrTable,bool IsDynamic,bool,bool) const printSymbol() argument [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 798 evaluateOrEmitBuiltinObjectSize(const Expr * E,unsigned Type,llvm::IntegerType * ResType,llvm::Value * EmittedE,bool IsDynamic) evaluateOrEmitBuiltinObjectSize() argument 1056 emitBuiltinObjectSize(const Expr * E,unsigned Type,llvm::IntegerType * ResType,llvm::Value * EmittedE,bool IsDynamic) emitBuiltinObjectSize() argument 3475 bool IsDynamic = BuiltinID == Builtin::BI__builtin_dynamic_object_size; EmitBuiltinExpr() local
|