Home
last modified time | relevance | path

Searched defs:IsDynamic (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h52 bool IsDynamic() override { return true; } in IsDynamic() function
H A DValueObjectSyntheticFilter.h73 bool IsDynamic() override { in IsDynamic() function
H A DValueObject.h627 virtual bool IsDynamic() { return false; } IsDynamic() function
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp621 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 DSBValue.cpp794 bool SBValue::IsDynamic() { IsDynamic() function in SBValue
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp513 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 DCGBuiltin.cpp815 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