/external/llvm/include/llvm/Bitcode/ |
LLVMBitCodes.h | 55 MODULE_CODE_SECTIONNAME = 5, // SECTIONNAME: [strchr x N]
|
/external/llvm/tools/llvm-bcanalyzer/ |
llvm-bcanalyzer.cpp | 152 case bitc::MODULE_CODE_SECTIONNAME: return "SECTIONNAME";
|
/external/llvm/lib/Bitcode/Writer/ |
BitcodeWriter.cpp | 547 WriteStringRecord(bitc::MODULE_CODE_SECTIONNAME, GV->getSection(), 559 WriteStringRecord(bitc::MODULE_CODE_SECTIONNAME, F->getSection(), [all...] |
/frameworks/compile/slang/BitWriter_2_9/ |
BitcodeWriter.cpp | 452 WriteStringRecord(bitc::MODULE_CODE_SECTIONNAME, GV->getSection(), 462 WriteStringRecord(bitc::MODULE_CODE_SECTIONNAME, F->getSection(), [all...] |
/frameworks/compile/slang/BitWriter_2_9_func/ |
BitcodeWriter.cpp | 406 WriteStringRecord(bitc::MODULE_CODE_SECTIONNAME, GV->getSection(), 416 WriteStringRecord(bitc::MODULE_CODE_SECTIONNAME, F->getSection(), [all...] |
/frameworks/compile/slang/BitWriter_3_2/ |
BitcodeWriter.cpp | 421 WriteStringRecord(bitc::MODULE_CODE_SECTIONNAME, GV->getSection(), 433 WriteStringRecord(bitc::MODULE_CODE_SECTIONNAME, F->getSection(), [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
BitcodeReader.cpp | [all...] |