Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Option/
DOptTable.h66 std::string PrefixChars; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DOptTable.h73 std::string PrefixChars; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Option/
DOptTable.h76 SmallString<8> PrefixChars; variable
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DNativeFormatting.cpp145 unsigned PrefixChars = Prefix ? 2 : 0; in write_hex() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DNativeFormatting.cpp144 unsigned PrefixChars = Prefix ? 2 : 0; in write_hex() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DNativeFormatting.cpp149 unsigned PrefixChars = Prefix ? 2 : 0; in write_hex() local
/external/llvm/lib/Support/
Draw_ostream.cpp415 unsigned PrefixChars = FN.HexPrefix ? 2 : 0; in operator <<() local