Searched defs:IsDynamic (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObjectDynamicValue.h | 52 bool IsDynamic() override { return true; } in IsDynamic() function
|
H A D | ValueObjectSyntheticFilter.h | 73 bool IsDynamic() override { in IsDynamic() function
|
H A D | ValueObject.h | 627 virtual bool IsDynamic() { return false; } IsDynamic() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 621 toSymbolIndex(StringRef S,StringRef LocSec,bool IsDynamic) toSymbolIndex() argument 1283 const bool IsDynamic = Section.Link && (*Section.Link == ".dynsym"); writeSectionContent() local
|
/freebsd-src/contrib/llvm-project/lldb/source/API/ |
H A D | SBValue.cpp | 794 bool SBValue::IsDynamic() { IsDynamic() function in SBValue
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 513 printSymbolsHelper(bool IsDynamic,bool ExtraSymInfo) const printSymbolsHelper() argument 4182 printSymbol(const Elf_Sym & Symbol,unsigned SymIndex,DataRegion<Elf_Word> ShndxTable,std::optional<StringRef> StrTable,bool IsDynamic,bool NonVisibilityBitsUsed,bool ExtraSymInfo) const printSymbol() argument 7226 printSymbol(const Elf_Sym & Symbol,unsigned SymIndex,DataRegion<Elf_Word> ShndxTable,std::optional<StringRef> StrTable,bool IsDynamic,bool,bool) const printSymbol() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 815 evaluateOrEmitBuiltinObjectSize(const Expr * E,unsigned Type,llvm::IntegerType * ResType,llvm::Value * EmittedE,bool IsDynamic) evaluateOrEmitBuiltinObjectSize() argument 1069 emitBuiltinObjectSize(const Expr * E,unsigned Type,llvm::IntegerType * ResType,llvm::Value * EmittedE,bool IsDynamic) emitBuiltinObjectSize() argument 3429 bool IsDynamic = BuiltinID == Builtin::BI__builtin_dynamic_object_size; EmitBuiltinExpr() local
|