Home
last modified time | relevance | path

Searched defs:encode (Results 1 – 16 of 16) sorted by relevance

/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/
H A Dshell.py13 def encode(command): function
H A Dreport.py620 def encode_value(container, key, encode): argument
/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h139 EncodedTy encode(SourceLocation Loc) { in encode() function
162 SourceLocationEncoding::encode(SourceLocation Loc, UIntTy BaseOffset, in encode() function
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DHeader.cpp85 llvm::Error Header::encode(FileWriter &O) const { in encode() function in Header
H A DFunctionInfo.cpp114 llvm::Expected<uint64_t> FunctionInfo::encode(FileWriter &Out) const { encode() function in FunctionInfo
H A DInlineInfo.cpp229 llvm::Error InlineInfo::encode(FileWriter &O, uint64_t BaseAddr) const { encode() function in InlineInfo
H A DLineTable.cpp122 llvm::Error LineTable::encode(FileWriter &Out, uint64_t BaseAddr) const { in encode() function in LineTable
H A DGsymCreator.cpp80 llvm::Error GsymCreator::encode(FileWriter &O) const { in encode() function in GsymCreator
/llvm-project/clang-tools-extra/clangd/
H A DExpectedTypes.cpp65 std::optional<OpaqueType> OpaqueType::encode(ASTContext &Ctx, QualType T) { in encode() function in clang::clangd::OpaqueType
/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h217 inline unsigned encode(MaybeAlign A) { return A ? A->ShiftValue + 1 : 0; } in encode() function
230 inline unsigned encode(Align A) { return encode(MaybeAlign(A)); } in encode() function
/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.h45 unsigned encode(unsigned Val) const { return (Val & Mask) << Shift; } in encode() function
H A DAMDGPUBaseInfo.h359 constexpr uint64_t encode() const { return Value; } encode() function
369 static constexpr uint64_t encode(Fields... Values) { encode() function
1099 constexpr uint64_t encode() const { return Value - 1; } encode() function
/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp194 __int64 encode(const string &str) { in encode() function in StringTable
/llvm-project/llvm/utils/lit/lit/
H A DTestRunner.py376 encode = lambda x: x function
/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp689 void MCDwarfLineAddr::encode(MCContext &Context, MCDwarfLineTableParams Params, encode() function in MCDwarfLineAddr
/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1013 uint32_t LazyBindingSection::encode(const Symbol &sym) { encode() function in LazyBindingSection