Home
last modified time | relevance | path

Searched refs:IsDynInit (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp41 bool IsDynInit) { in reportGlobal() argument
69 Meta.IsDynInit = IsDynInit && !Meta.NoAddress && in reportGlobal()
79 bool IsDynInit) { in reportGlobal() argument
98 IsDynInit); in reportGlobal()
H A DSanitizerMetadata.h41 bool IsDynInit = false);
45 bool IsDynInit = false);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h320 Memtag(false), IsDynInit(false) {} in SanitizerMetadata()
352 unsigned IsDynInit : 1; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1573 if (G->hasSanitizerMetadata() && G->getSanitizerMetadata().IsDynInit) in GlobalIsLinkerInitialized()
2641 ConstantInt::get(IntptrTy, MD.IsDynInit), in instrumentGlobals()
2645 if (ClInitializers && MD.IsDynInit) in instrumentGlobals()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3826 if (MD.IsDynInit) in printGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1407 (Meta.Memtag << 2) | (Meta.IsDynInit << 3); in serializeSanitizerMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3991 Meta.IsDynInit = true; in deserializeSanitizerMetadata()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1333 Meta.IsDynInit = true; in parseSanitizer()